记录使用Jmeter调用上传文件接口实现文件上次

1、页面上操作文件上次,使用抓包工具抓包,查看具体的上传类型如图:

 

 2、在Jmeter中进行配置

1、没有传参,参数不配置;如果有参数,需配置参数

2、files upload配置文件上传参数

文件名称:/Users/a1911/Documents/1125*1701.jpg

参数名称:name="file"中 file

MIME类型:Content-Type: image/jpeg中image/jpeg

{

常用的MIME类型如下,上传不同的文件可以选择不同的类型

.doc application/msword
.docx application/
vnd.openxmlformats-officedocument.wordprocessingml.document
.pdf application/pdf
.xls application/vnd.ms-excel application/x-excel
.xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
.ppt application/vnd.ms-powerpoint
.pptx application/
vnd.openxmlformats-officedocument.presentationml.presentation
.txt text/plain
.png image/png

}

 3、请求接口查看返回结果,发现已经上传成功

{
"msg": "上传成功",
"data": {
"qiniu_key": "1589856203.jpg",
"full_path": "https:\/\/xxxxx\/1589856203.jpg",
"file_size": 122859
},
"status": 0
}

 

posted @ 2020-05-19 10:49  不懂8  阅读(524)  评论(0编辑  收藏  举报