@apis1990
2016-08-14T03:37:15.000000Z
字数 489
阅读 497
v2-教练端
测试地址:http://36.33.24.119:8081/api/v2/coachuser/update_learn_car_address.php
参数 | 类型 | 是否必须 | 描述 |
---|---|---|---|
coach_id | int | yes | 教练id |
coach_phone | string | yes | 教练手机号码 |
city_id | int | yes | 城市id |
area_id | int | yes | 地区id |
coach_address | string | yes | 详细地址 |
coach_id=499&coach_phone=17355102055&city_id=110&area_id=23&coach_address=安徽合肥复兴家园
{
"code": 103, // 教练不存在
"data": "无此教练"
}
{
"code": 200, // 200 ok 400 fail
"data": "成功"
}
{
"code": 106, // 需要POST方式
"data": "请求错误"
}