物流图片上传接口
POST
http://[port]:[port]/backstage/logistics/pushImg/{companyName}/{type}
接口描述
companyName:公司名称 type:类型(0:个人 1:公司 2:外包)
请求参数
参数名
类型
描述
必填
file
MultipartFile
图片文件
必填
响应参数
参数名
类型
描述
必填
code
int
执行结果代码
必填
message
string
执行结果信息
必填
data
json
响应数据
必填