更新订单状态
POST
/retailer/orderStatus
请求参数
参数名
类型
描述
必填
orderID
int
订单id
必填
toStatus
int
0待确认/1待配送/ 2已送达
必填
响应参数
参数名
类型
描述
必填
msg
string
更改成功失败信息反馈
必填