文档
测试

文件上传(除图片以外的文件)

POST
http://127.0.0.1:6070/customerOrderFile/addCustomerOrderFileByFile?customerId=1&isShippingMark=1

请求头

参数名
类型
描述
必填
file
File
选择的文件
必填
customerId
number
客户编号,示例:1
必填
isShippingMark
number
是否为唛头图:1-是2-不是,示例:1
必填

响应参数

参数名
类型
描述
必填
code
number
示例:200
必填
msg
string
示例:添加存档文件成功!
必填