@apis1990
2016-08-14T03:47:49.000000Z
字数 1068
阅读 483
v2-订单接口
测试地址:http://36.33.24.119:8081/api/v2/order/my_signup_order.php
|参数 |类型|是否必须 |描述|
| uid | int型 | 必须 | 用户id |
| lng | float型 | 必须 | 用户所处经度 |
| lat | float型 | 必须 | 用户所处纬度 |
{
"code": 200,
"data": [
{
"school_name": "万达驾校(新学员)",
"city": "梧州市",
"school_address": "广西壮族自治区梧州市长洲区",
"shifts_id": "325",
"shifts": "普通班",
"licence": "C1",
"school_thumb": "http://192.168.100.65/php/admin/upload/school/thumb/230.jpg",
"nearest_phone": "0774-3829818",
"order_no": "2015120957564998",
"signup_time": "2015-12-09 14:18",
"order_status": "报名取消",
"pay_method": "支付宝",
"final_price": "4200.00",
"original_price": "5000.00",
"comment_status": "1",
"order_id": "3842",
"school_id": "230"
}
]
}
参数 | 类型 | 描述 |
---|---|---|
code | int | 200 ok |
data | 数组 | 返回结果数组 |
school_name | string | 驾校名称 |
city | string | 城市 |
school_address | string | 驾校地址 |
shifts_id | int | 班制id |
shifts | string | 班制名称 |
licence | string | 驾照名称 |
school_thumb | string | 驾校轮播图url |
nearest_phone | string | 驾校最近报名点电话 |
order_no | int | 订单号 |
signup_time | string | 下单时间 |
order_status | string | 订单状态 |
pay_method | string | 支付方式 |
final_price | float | 最终价格 |
original_price | float | 原始价格 |
comment_status | int | 评价状态:1 未评价 2 已评价 |
order_id | int | 订单id |
school_id | int | 驾校id |