简要描述:
- 小程序发货管理唤起微信确实收货接口参数
请求域名:
- http://xx.com
请求URL:
POST/route=plugin.min-app.Frontend.Controllers.send-manage.receipt
参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| order_id | 是 | int | 订单ID |
返回示例:
正确时返回:
{
"result": 1,
"msg": "小程序发货管理待收货",
"data": {
"is_received": 0,
"transaction_id": "34654524242132131313"
}
}
错误时返回:
{
result: 0,
msg: "错误消息",
data: {}
}
返回参数 data 说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| is_received | int | 订单是否已收货:1已收货、0未收货 |
| transaction_id | string | 微信订单号 |
备注:
- 更多返回错误代码请看首页的错误代码描述