根据客户编号查询文件信息
POST
http://172.16.80.180:6070/customerOrderFile/getFileByCustomerId?customerId=1
接口描述
根据客户编号查询文件信息
请求头
参数名
类型
描述
必填
customerId
number
客户编号
必填
响应参数
参数名
类型
描述
必填
code
number
返回码
必填
id
number
id,示例:1
必填
createTime
number
创建时间,示例:,示例:1
必填
customerId
number
客户订单编号,示例:1
必填
fileName
string
文件名称,示例:zz.txt
必填
fileSize
string
文件大小(包含大小和单位),示例:1KB
必填
isShippingMark
number
是否为唛头图:1-是2-不是,示例:1
必填
pictureBase64
string
图片的base64码,示例:太长了,不展示了
必填
msg
string
返回提示信息
必填