[关闭]
@apis1990 2016-08-24T04:02:38.000000Z 字数 3797 阅读 487

首页

获取首页品牌驾校列表


1.URL:/service/api/get_index_school_list.php

测试地址:http://36.33.24.119:8081/api/get_index_school_list.php

2.请求方式:POST

3.请求参数:

参数 类型 是否必须 描述
lng decimal(15,6) 学员经度
lat decimal(15,6) 学员维度
city_id int 城市ID

5.接口测试参数

  1. lng = 117.123122
  2. lat = 31.132123
  3. city_id = 340100

4.接口返回结果

  1. {
  2. "code": 200,
  3. "count": "6", // 驾校总数
  4. "pagenum": 1, // 总页数
  5. "data": [
  6. {
  7. "l_school_id": "1",
  8. "s_school_name": "八一驾校",
  9. "brand": "2", // 是否品牌 1:不是 2:是
  10. "s_thumb": "http://localhost/sadmin/upload/school/thumb/1.jpg",
  11. "shifts_list": [
  12. {
  13. "id": "22", // 班制ID
  14. "sh_school_id": "1", // 学校ID
  15. "sh_title": "计时班", // 显示的班制名称
  16. "sh_money": "2000", // 最终价格
  17. "sh_original_money": "2001.00", // 原始价格
  18. "sh_type": "1", // 班制类型 1:计时班 2:普通班 3:VIP班
  19. "sh_description_2": "免费预约基本教练车", // 班制描述 (左边描述)
  20. "sh_description_1": "价格低廉", // 班制描述( 右边描述)
  21. "addtime": "2015-12-15 13:21" // 添加时间
  22. },
  23. {
  24. "id": "2",
  25. "sh_school_id": "1",
  26. "sh_title": "普通班",
  27. "sh_money": "1",
  28. "sh_original_money": "1.00",
  29. "sh_type": "2",
  30. "sh_description_2": "111",
  31. "sh_description_1": "111",
  32. "addtime": "1449036266"
  33. },
  34. {
  35. "id": "3",
  36. "sh_school_id": "1",
  37. "sh_title": "VIP班",
  38. "sh_money": "4500",
  39. "sh_original_money": "5000.00",
  40. "sh_type": "3",
  41. "sh_description_2": "免费预约各种教练车 尊享VIP服务",
  42. "sh_description_1": "优先报名考试",
  43. "addtime": "1449036387"
  44. },
  45. {
  46. "id": "23",
  47. "sh_school_id": "1",
  48. "sh_title": "金牌班",
  49. "sh_money": "5000",
  50. "sh_original_money": "5500.00",
  51. "sh_type": "3",
  52. "sh_description_2": "爱上大声大声道",
  53. "sh_description_1": "爱上大声大声道",
  54. "addtime": "1447294282"
  55. }
  56. ],
  57. "sh_money_1": "2000",
  58. "location": 78 //距离
  59. },
  60. {
  61. "l_school_id": "35",
  62. "s_school_name": "测试驾校",
  63. "brand": "2",
  64. "s_thumb": "images/school_thumb.jpg",
  65. "shifts_list": [ ],
  66. "sh_money_1": 0,
  67. "location": 12554
  68. },
  69. {
  70. "l_school_id": "2",
  71. "s_school_name": "军一驾校",
  72. "brand": "1",
  73. "s_thumb": "http://localhost/sadmin/upload/school/thumb/2.jpg",
  74. "shifts_list": [
  75. {
  76. "id": "4",
  77. "sh_school_id": "2",
  78. "sh_title": "自主预约C1/C2",
  79. "sh_money": "65",
  80. "sh_original_money": "0.00",
  81. "sh_type": "1",
  82. "sh_description_2": " 拿证时间短,服务好 ",
  83. "sh_description_1": "一般学习时间2个月",
  84. "addtime": "1442937600"
  85. },
  86. {
  87. "id": "5",
  88. "sh_school_id": "2",
  89. "sh_title": "传统普通班C1/C2",
  90. "sh_money": "4100",
  91. "sh_original_money": "0.00",
  92. "sh_type": "2",
  93. "sh_description_2": " 拿证时间短,服务好 ",
  94. "sh_description_1": "一般学习时间2个月",
  95. "addtime": "1442937600"
  96. },
  97. {
  98. "id": "6",
  99. "sh_school_id": "2",
  100. "sh_title": "传统VIP班C1/C2",
  101. "sh_money": "5000",
  102. "sh_original_money": "0.00",
  103. "sh_type": "3",
  104. "sh_description_2": " 拿证时间短,服务好 ",
  105. "sh_description_1": "一般学习时间2个月",
  106. "addtime": "1442937600"
  107. }
  108. ],
  109. "sh_money_1": "65",
  110. "location": 87
  111. },
  112. {
  113. "l_school_id": "27",
  114. "s_school_name": "新亚驾校",
  115. "brand": "1",
  116. "s_thumb": "http://localhost/sadmin/upload/school/thumb/27.jpg",
  117. "shifts_list": [
  118. {
  119. "id": "14",
  120. "sh_school_id": "27",
  121. "sh_title": "普通班",
  122. "sh_money": "3676",
  123. "sh_original_money": "4000.00",
  124. "sh_type": "2",
  125. "sh_description_2": "免费预约基本教练车",
  126. "sh_description_1": "价格低廉",
  127. "addtime": "0"
  128. },
  129. {
  130. "id": "15",
  131. "sh_school_id": "27",
  132. "sh_title": "VIP班",
  133. "sh_money": "4976",
  134. "sh_original_money": "5300.00",
  135. "sh_type": "3",
  136. "sh_description_2": " 免费预约各种教练车 尊享VIP服务 ",
  137. "sh_description_1": "优先报名考试",
  138. "addtime": "0"
  139. }
  140. ],
  141. "sh_money_1": 0,
  142. "location": 74
  143. },
  144. {
  145. "l_school_id": "28",
  146. "s_school_name": "浩宇驾校",
  147. "brand": "1",
  148. "s_thumb": "http://localhost/sadmin/upload/school/thumb/28.jpg",
  149. "shifts_list": [
  150. {
  151. "id": "12",
  152. "sh_school_id": "28",
  153. "sh_title": "普通班",
  154. "sh_money": "3100",
  155. "sh_original_money": "3500.00",
  156. "sh_type": "2",
  157. "sh_description_2": "免费预约基本教练车",
  158. "sh_description_1": "价格低廉",
  159. "addtime": "0"
  160. },
  161. {
  162. "id": "13",
  163. "sh_school_id": "28",
  164. "sh_title": "VIP班",
  165. "sh_money": "4600",
  166. "sh_original_money": "5000.00",
  167. "sh_type": "3",
  168. "sh_description_2": "免费预约各种教练车 尊享VIP服务 ",
  169. "sh_description_1": "优先报名考试",
  170. "addtime": "0"
  171. }
  172. ],
  173. "sh_money_1": 0,
  174. "location": 74
  175. },
  176. {
  177. "l_school_id": "29",
  178. "s_school_name": "测试驾校(XJ)",
  179. "brand": "1",
  180. "s_thumb": "images/school_thumb.jpg",
  181. "shifts_list": [
  182. {
  183. "id": "16",
  184. "sh_school_id": "29",
  185. "sh_title": "AA",
  186. "sh_money": "11",
  187. "sh_original_money": "11.00",
  188. "sh_type": "2",
  189. "sh_description_2": "11",
  190. "sh_description_1": "11",
  191. "addtime": "0"
  192. },
  193. {
  194. "id": "17",
  195. "sh_school_id": "29",
  196. "sh_title": "CC",
  197. "sh_money": "22",
  198. "sh_original_money": "22.00",
  199. "sh_type": "3",
  200. "sh_description_2": "22",
  201. "sh_description_1": "22",
  202. "addtime": "0"
  203. }
  204. ],
  205. "sh_money_1": 0,
  206. "location": 12554
  207. }
  208. ]
  209. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注