简要描述:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2020-12-04 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 是 | string | 授权凭证 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
module | 是 | string | 显示模块,请查看模块参数 |
order_id | 是 | int | 订单id |
返回示例:
正确时返回:
{
"status": 200,
"msg": "获取成功",
"data": {
"has_no_pay": true,
"list": [
{
"more_id": 21,
"price": "1000.00",
"wzb_currency": 100,
"discount_price": 80,
"remark": "门墙刷漆",
"create_at": "2020-09-04 17:46:04",
"pay_status": 0,
"pay_status_msg": "待支付"
},
{
"more_id": 20,
"price": "1000.00",
"wzb_currency": 100,
"discount_price": 80,
"remark": "门墙刷漆",
"create_at": "2020-09-04 17:46:04",
"pay_status": 3,
"pay_status_msg": "取消支付"
}
]
}
}
错误时返回:
{
"status": 0,
"msg": "参数错误"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
has_no_pay | bool | 是否有待支付记录【true=有,false=没有】 |
list.more_id | int | 修改后的订单id |
list.price | int | 价格 |
list.remark | int | 备注 |
list.create_at | int | 创建时间 |
list.pay_status | int | 支付状态 |
list.pay_status_msg | int | 支付提示 |
备注:
- 无
作者:admin 创建时间:2020-12-04 15:34
更新时间:2025-04-01 15:40
更新时间:2025-04-01 15:40