简要描述:
- 待支付订单
请求域名:
- http://xx.com
请求URL:
GET/plugin.store-oil-station.frontend.unpaid-order.wait-pay
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
sid | 是 | int | 门店ID |
返回示例:
正确时返回:
{
"result": 1,
"msg": "待支付订单",
"data": [
{
"id": 1,
"uniacid": 6,
"store_id": 8,
"order_id": 0,
"third_order_no": "SN2404301107366409",
"companyid": "SN2404301107366409",
"plate_num": "123456",
"oil_gun": "12",
"oil_code": "93",
"litre": "100.00",
"litre_price": null,
"pre_litre": null,
"pre_amount": null,
"status": 0,
"order_source": "oilGunPay",
"created_at": "2024-08-12 16:35:32",
"goods_id": 257
}
]
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
store_id | int | 门店ID |
goodsId | int | 商品ID |
oil_gun | string | 油枪号 |
litre | int | 升数 |
plate_num | string | 车牌号 |
third_order_no | string | 第三方单号 |
order_source | string | 类型 |
备注:
- 更多返回错误代码请看首页的错误代码描述