简要描述:
- 抢单、接单
请求域名:
- http://xx.com
抢单URL:
POST/&route=plugin.be-within-call.frontend.need-order-operate.grab
接单URL:
POST/&route=plugin.be-within-call.frontend.need-order-operate.receive
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
oid | 是 | int | 订单ID,商城订单ID |
返回示例:
正确时返回:
{
"result": 1,
"msg": "抢单成功",
"data": []
}
返回参数说明:
data参数说明:
参数名 | 类型 | 说明 |
---|