@apis1990
2016-08-24T03:54:11.000000Z
字数 844
阅读 509
校长app
测试地址:http://36.33.24.119:8081/api/v2/headmaster/get_school_coach_list.php
测试参数:user_id=12021
参数 | 类型 | 是否必须 | 描述 |
---|---|---|---|
user_id | int | 必选 | 用户id |
page | int | 必选 | 页数 |
{
"code": 200,
"data": [
{
"coach_name": "戴驰",
"student_num": "6",
"history_order_num": "12",
"today_order_num": "0",
"month_order_num": "0"
},
{
"coach_name": "张教练",
"student_num": "0",
"history_order_num": "0",
"today_order_num": "0",
"month_order_num": "0"
},
{
"coach_name": "王成金",
"student_num": "2",
"history_order_num": "272",
"today_order_num": "0",
"month_order_num": "0"
},
{
"coach_name": "王恒根",
"student_num": "0",
"history_order_num": "0",
"today_order_num": "0",
"month_order_num": "0"
}
]
}
参数 | 类型 | 描述 |
---|---|---|
code | int | 状态码:200 --- 成功 其它 --- 异常 |
data | array | 返回数据集 |
- | - | - |
coach_name | string | 教练姓名 |
coach_imgurl | string | 教练头像路径 |
student_num | int | 累计学员 |
history_order_num | int | 总订单 |
today_order_num | int | 今日订单 |
month_order_num | int | 本月订单 |