On this page
我的订单列表
接口URL
http://demonuxtapi.dishait.cn/mobile/order/list?page=1&limit=10
请求方式
GET
Content-Type
form-data
请求Header参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
appid | bd9d01ecc75dbbaaefce | String | 是 | 网校唯一appid |
token | eyj...Nj | String | 是 | 用户token |
请求Query参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
page | 1 | String | 是 | - |
limit | 10 | String | 是 | - |
成功响应示例
json5
{
"msg": "ok",
"data": {
"count": 2,
"rows": [
{
"id": 7,
"no": "20191211194940843468",
"price": "10.00",
"status": "pendding",
"total_price": "20.00",
"created_time": "2021-04-27 16:00:00",
"goods": "[图文]第二个图文"
},
// ...
]
},
"code": 20000
}