添加订单进度
POST
/api/addorderprogress
接口描述
添加订单进度
请求头
参数名
类型
描述
必填
content-type
string
application/x-www-form-urlencoded
必填
请求参数
参数名
类型
描述
必填
token
string
登录后获取到的token
必填
invoice_id
int
订单ID
必填
remark
string
备注信息
必填
响应参数
参数名
类型
描述
必填
code
int
0-成功 1-失败
必填
msg
string
提示信息
必填
data
array
暂无
必填