@apis1990
2016-08-14T03:43:25.000000Z
字数 1693
阅读 4956
v2-教练端
测试地址:http://36.33.24.119:8081/api/v2/coachuser/get_users_list.php
参数 | 类型 | 是否必须 | 描述 |
---|---|---|---|
coach_id | int | yes | 教练ID(例:26) |
coach_phone | string | yes | 教练号码 (例:18355181375) |
year | int | yes | 年 |
month | int | yes | 月 |
day | int | yes | 天 |
stage | int | yes | 状态 1:待定 2:科目二 3:科目三 4:毕业 |
page | int | yes | 页码 1 开始 |
{
"code": 200,
"data": {
"stage": "2", // 1:待定 2:科目二 3:科目三 4:毕业
"date_list": [
{
"year": "2016",
"month": "05",
"day": "20",
"timestamp": "1463673600", // 年月日时间戳
"total_num": "2" // 总数
},
{
"year": "2016",
"month": "05",
"day": "22",
"timestamp": "1463846400",
"total_num": "1"
}
],
"users_list": [
{
"timestamp": "1463846400", // 年月日时间戳
"year": "2016",
"month": "5",
"day": "22",
"users_list": [
{
"id": "4",
"user_name": "陈曦1", // 用户名
"user_phone": "18656999021", // 手机号
"user_photo": "", // 头像
"i_status": "1", // 1:待定 1001:休息中 1002:练车中 1003:考试中 4:毕业
"addtime": "1454138411", // 添加时间
"updatetime": "0", // 更新时间
"timestamp": "1463846400",
"year": "2016",
"month": "5",
"day": "22",
"r_user_name": "chenxi1", // 非展示用户名
"r_user_phone": "18656999032", // 非展示号码
"is_bind": 1, //1 绑定 2 未绑定
"is_register": 2 // 是否注册学员端 1:未注册 2:已注册
}
]
},
{
"timestamp": "1463673600",
"year": "2016",
"month": "5",
"day": "20",
"users_list": [
{
"id": "1",
"user_name": "陈曦",
"user_phone": "18656999023",
"user_photo": "",
"i_status": "1",
"addtime": "1455499715",
"updatetime": "0",
"timestamp": "1463673600",
"year": "2016",
"month": "5",
"day": "20",
"r_user_name": "chenxi1", // 非展示用户名
"r_user_phone": "18656999032", // 非展示号码
"is_bind": 1, //1 绑定 2 未绑定
"is_register": 2
},
{
"id": "3",
"user_name": "高大成",
"user_phone": "18656999022",
"user_photo": "",
"i_status": "1",
"addtime": "1454139032",
"updatetime": "0",
"timestamp": "1463673600",
"year": "2016",
"month": "5",
"day": "20",
"r_user_name": "chenxi1", // 非展示用户名
"r_user_phone": "18656999032", // 非展示号码
"is_bind": 1, //1 绑定 2 未绑定
"is_register": 2
}
]
}
]
}
}