简要描述:
- 门店订单店长确认收货
请求域名:
请求URL:
GET:route=plugin.store-cashier.frontend.store.center.order-operation.send
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
order_id | true | string | 订单id |
express_code | true | string | 快递公司码 |
express_sn | true | string | 快递单号 |
返回示例:
正确时返回:
{
"result":1,
"msg":"成功",
"data":{}
}
错误时返回:
{
"result": 0,
"msg":'',
"data": {}
]
}
返回参数说明:
参数名 | 类型 | 说明 |
---|
备注:
- 更多返回错误代码请看首页的错误代码描述