效果图一般上传文件的请求方式设置为post或put。Content-Type 一般设置为form-data步骤:1.填写请求地址2.设置请求方式,我这边设置为post(接口有时候是put,则设置为put)3.设置Content-Type,我这里设置为form-data4.填写参数,并设置参数类型为file类型5.发送请求