[关闭]
@apis1990 2016-08-14T03:42:46.000000Z 字数 401 阅读 542

v2-教练端


编辑学员


1.URL:/service/api/v2/coachuser/edit_user.php

测试地址:http://36.33.24.119:8081/api/v2/coachuser/edit_user.php

2.请求方式:POST

3.请求参数:

参数 类型 是否必须 描述
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

5.接口返回结果

  1. {
  2. "code": 200,
  3. "data": "更新成功"
  4. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注