@apis1990
2016-08-24T03:47:21.000000Z
字数 3986
阅读 582
学员/教练档案
测试地址:http://36.33.24.119:8081/api/get_member_info.php
| 参数 | 类型 | 是否必须 | 描述 |
|---|---|---|---|
| member_id | int | 是 | 教练/学员id |
| type | int | 是 | 1:教练 2:学员 |
表单数据:
> 学员member_id = 1type = 2
> 教练member_id = 26type = 1
> 学员端返回{"code": 200,"data": {"l_user_id": "1","s_username": "chenxi","s_password": "e10adc3949ba59abbe56e057f20f883e","i_user_type": "0","i_status": "0","s_real_name": "恒心","l_yw_incode": "1","i_from": "1","s_phone": "18656999023","is_first": "1","s_imgurl": "","content": "","coach_id": "0","age": "24","sex": "2","identity_id": "342423199104106297","address": "安徽省合肥市蜀山区","user_photo": "","license_num": "1", // 领证次数"photo_id": "1", // 默认头像ID"learncar_status": "科目二学习中", // 正在学车"all_learn_time": "34", // 学车时间"learn_car_time":"2", // 学车次数"total_price":"2000" // 学车总价格"photo_url": "1.png", // (需判断)如果user_photo为空 就用photo_url"learn_car_arr": [{"deal_type": "线下支付", //支付方式"lesson_name": "", //科目"lisence_name": "", // 牌照"school_name": "", // 学校名"coach_name": "", // 教练名"money": "150.00", // 费用"time_config": "10:00 -11:00", // 学车时间'date_time':"2015-10-19 10:00-11:00", // 学车日期时间"star": "", // 星级"content": "" // 评价"address":"地址" // 地址},...{"deal_type": "支付宝","lesson_name": "","lisence_name": "","school_name": "","coach_name": "","money": "280.00","time_config": "10:00 -11:00,9:00 -10:00,9:00 -10:00,4:00 -5:00,9:00 -10:00,8:00 -9:00,22:00 -23:00,16:00 -17:00,20:00 -21:00,22:00 -23:00,23:00 -24:00,18:00 -19:00,17:00 -18:00,18:00 -19:00,16:00 -17:00,11:00 -12:00,13:00 -14:00,15:00 -16:00,17:00 -18:00,13:00 -14:00,8:00 -9:00,9:00 -10:00,10:00 -11:00,8:00 -9:00,9:00 -10:00,23:00 -24:00,20:00 -21:00,21:00 -22:00","star": "","content": ""}]}}
> 教练端返回{"code": 200,"data": {"l_coach_id": "26","s_coach_name": "戴驰","s_teach_age": "6","s_coach_sex": "1","s_coach_imgurl": "http://localhost/sadmin/upload/coach/55e4fd1d1dc31.jpg","s_coach_phone": "13003004023","i_coach_group_id": "0","s_school_name_id": "1","s_coach_lesson_id": "2,3","s_coach_lisence_id": "1","s_coach_car_id": "16","s_coach_car_no": "","dc_coach_distance_x": "117.201725","dc_coach_distance_y": "31.856782","coach_student_distance": "0.0000","i_coach_star": "5","good_coach_star": "6","i_service_count": "0","i_success_count": "0","s_coach_address": "安徽省合肥市蜀山区","s_coach_place": "","i_type": "1","s_yh_name": "","s_yh_zhanghao": "","s_yh_huming": "","order_receive_status": "1","integrated_excellent": "24614","province_id": "340000","city_id": "340100","area_id": "340104","total_price": "130","coach_star_count": "6","addtime": "1441070365","s_coach_content": "","user_id": "0","l_bx_kaifang": "0","l_shehui_kaifang": "0","l_notbx_kaifang": "0","pass_count": "44", //所带学员数"rate": "69.8%", // 通过率"car_info": [{"id": "16","name": "普桑","car_no": "皖A4425学","addtime": "1441069872","imgurl": ["http://180.153.52.71:8001/service/sadmin/upload/car/1.jpg"],"car_type": "1","school_id": "1"}],"learn_car_arr": [{"s_username": "将计就计","s_phone": "15056032300","user_photo": "", // 学员头像"coach_star": "5.0","school_star": "5.0","coach_content": "兔兔","school_content": "哦哦哦图"},{"s_username": "测试","s_phone": "12312312312222","user_photo": "http://localhost/../upload/user/20151026/14458376644907.png","coach_star": "5.0","school_star": "5.0","coach_content": "还不错了","school_content": "还不错了"},{"s_username": "测试","s_phone": "12312312312222","user_photo": "http://localhost/../upload/user/20151026/14458376644907.png","coach_star": "5.0","school_star": "5.0","coach_content": "来了","school_content": "来了"},{"s_username": "测试","s_phone": "12312312312222","user_photo": "http://localhost/../upload/user/20151026/14458376644907.png","coach_star": "5.0","school_star": "5.0","coach_content": "八一驾校就是别的驾校不能比的,服务周到。","school_content": "八一驾校就是别的驾校不能比的,服务周到。"},{"s_username": "测试","s_phone": "12312312312222","user_photo": "http://localhost/../upload/user/20151026/14458376644907.png","coach_star": "5.0","school_star": "5.0","coach_content": "很好","school_content": "很好"},{"s_username": "chenx","s_phone": "18656999023","user_photo": "http://localhost/../upload/user/20151026/14458376644907.png","coach_star": "3.0","school_star": "4.0","coach_content": "好 很好","school_content": "好 很好啊!!!!"}]}}
| 参数 | 类型 | 描述 |
|---|---|---|
| code | int | 状态码:200 --- 成功 其它 --- 异常 |
需要字段: