订单发货
POST
http://localhost:8080/api/order/order/update/status/ship
请求参数
参数名
类型
描述
必填
orderId
int
示例:2
必填
company
string
示例:中通快递
必填
number
string
示例:sfhjhfjdshfkls
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:发货成功!
必填
code
int
示例:0
必填