@apis1990
2016-08-14T03:42:46.000000Z
字数 401
阅读 542
v2-教练端
测试地址:http://36.33.24.119:8081/api/v2/coachuser/edit_user.php
参数 | 类型 | 是否必须 | 描述 |
---|---|---|---|
coach_id | int | yes | 教练ID |
coach_users_id | int | yes | 学员ID |
user_name | string | yes | 学员姓名 |
user_phone | string | yes | 学员号码 |
stage | int | yes | 阶段(1:待定 2:科目二 3:科目三 4:肄业) |
status | int | yes | 状态(1:待定 1001:休息中 1002:练车中 1003:考试中 4:肄业) |
identity_id | string | yes | 身份证 |
year | int | yes | 年 |
month | int | yes | 月 |
day | int | yes | 日 |
{
"code": 200,
"data": "更新成功"
}