通过站点查询线路信息

通过 isCollect 字段来判断用户是否收藏

测试地址:

{url}/dev-api/customer/livebus/linesInfo?flag=1&lineName=K330路&stationId

生产地址:

{url}/api/customer/livebus/linesInfo

HTTP Method:GET
Content-Type:application/x-www-form-urlencoded

具体请求

header:
请求参数 说明
Authorization access_token 这里传登录获取的access_token

body:

请求参数说明

参数名 类型 是否必填 说明 示例
flag String 方向 1
lineName String 线路名 K330路
stationId String 否9 车站ID 55130812141641984536

响应参数

成功响应示例

  1. {
  2. "msg": "操作成功",
  3. "code": 200,
  4. "data": [
  5. {
  6. "firstTime": "07:18:00",
  7. "lastTime": "17:44:00",
  8. "originStationName": "北外环白庄西站",
  9. "flag": "1",
  10. "theOtherBusAwayFrom": 1000,
  11. "isCollect": 2,
  12. "price": 2.00,
  13. "stationList": [
  14. {
  15. "stationspacing": 237,
  16. "lng": 115.973210000000,
  17. "companyName": null,
  18. "isOrg": "Y",
  19. "lineId": "138",
  20. "lineName": "K138路",
  21. "isTer": "N",
  22. "dir": "2",
  23. "companyId": null,
  24. "stationtime": 1,
  25. "stationName": "区武装部",
  26. "sn": 1,
  27. "lat": 36.450590000000,
  28. "stationId": "55130808160623686000"
  29. },
  30. {
  31. "stationspacing": 213,
  32. "lng": 115.975860000000,
  33. "companyName": null,
  34. "isOrg": "N",
  35. "lineId": "138",
  36. "lineName": "K138路",
  37. "isTer": "N",
  38. "dir": "2",
  39. "companyId": null,
  40. "stationtime": 1,
  41. "stationName": "电子商城",
  42. "sn": 2,
  43. "lat": 36.450580000000,
  44. "stationId": "55130808161001291000"
  45. },
  46. {
  47. "stationspacing": 323,
  48. "lng": 115.978240000000,
  49. "companyName": null,
  50. "isOrg": "N",
  51. "lineId": "138",
  52. "lineName": "K138路",
  53. "isTer": "N",
  54. "dir": "2",
  55. "companyId": null,
  56. "stationtime": 1,
  57. "stationName": "铁塔商场",
  58. "sn": 3,
  59. "lat": 36.450620000000,
  60. "stationId": "55130808161139883000"
  61. },
  62. {
  63. "stationspacing": 299,
  64. "lng": 115.981840000000,
  65. "companyName": null,
  66. "isOrg": "N",
  67. "lineId": "138",
  68. "lineName": "K138路",
  69. "isTer": "N",
  70. "dir": "2",
  71. "companyId": null,
  72. "stationtime": 1,
  73. "stationName": "利民路柳园路口",
  74. "sn": 4,
  75. "lat": 36.450520000000,
  76. "stationId": "55130808161321969000"
  77. },
  78. {
  79. "stationspacing": 130,
  80. "lng": 115.985170000000,
  81. "companyName": null,
  82. "isOrg": "N",
  83. "lineId": "138",
  84. "lineName": "K138路",
  85. "isTer": "N",
  86. "dir": "2",
  87. "companyId": null,
  88. "stationtime": 0,
  89. "stationName": "中华保险公司",
  90. "sn": 5,
  91. "lat": 36.450760000000,
  92. "stationId": "55130826082319732000"
  93. },
  94. {
  95. "stationspacing": 249,
  96. "lng": 115.986560000000,
  97. "companyName": null,
  98. "isOrg": "N",
  99. "lineId": "138",
  100. "lineName": "K138路",
  101. "isTer": "N",
  102. "dir": "2",
  103. "companyId": null,
  104. "stationtime": 1,
  105. "stationName": "育新南街",
  106. "sn": 6,
  107. "lat": 36.451110000000,
  108. "stationId": "55130826082414909000"
  109. },
  110. {
  111. "stationspacing": 133,
  112. "lng": 115.986430000000,
  113. "companyName": null,
  114. "isOrg": "N",
  115. "lineId": "138",
  116. "lineName": "K138路",
  117. "isTer": "N",
  118. "dir": "2",
  119. "companyId": null,
  120. "stationtime": 0,
  121. "stationName": "新区小学南站",
  122. "sn": 7,
  123. "lat": 36.453340000000,
  124. "stationId": "55130826082506311000"
  125. },
  126. {
  127. "stationspacing": 214,
  128. "lng": 115.986950000000,
  129. "companyName": null,
  130. "isOrg": "N",
  131. "lineId": "138",
  132. "lineName": "K138路",
  133. "isTer": "N",
  134. "dir": "2",
  135. "companyId": null,
  136. "stationtime": 1,
  137. "stationName": "新区小学北站",
  138. "sn": 8,
  139. "lat": 36.454460000000,
  140. "stationId": "55130826082552861000"
  141. },
  142. {
  143. "stationspacing": 132,
  144. "lng": 115.986940000000,
  145. "companyName": null,
  146. "isOrg": "N",
  147. "lineId": "138",
  148. "lineName": "K138路",
  149. "isTer": "N",
  150. "dir": "2",
  151. "companyId": null,
  152. "stationtime": 0,
  153. "stationName": "益民路东昌路南口",
  154. "sn": 9,
  155. "lat": 36.456380000000,
  156. "stationId": "55130826082721501000"
  157. },
  158. {
  159. "stationspacing": 336,
  160. "lng": 115.986720000000,
  161. "companyName": null,
  162. "isOrg": "N",
  163. "lineId": "138",
  164. "lineName": "K138路",
  165. "isTer": "N",
  166. "dir": "2",
  167. "companyId": null,
  168. "stationtime": 1,
  169. "stationName": "益民路东昌路北口",
  170. "sn": 10,
  171. "lat": 36.457550000000,
  172. "stationId": "55130825170501713568"
  173. },
  174. {
  175. "stationspacing": 446,
  176. "lng": 115.986620000000,
  177. "companyName": null,
  178. "isOrg": "N",
  179. "lineId": "138",
  180. "lineName": "K138路",
  181. "isTer": "N",
  182. "dir": "2",
  183. "companyId": null,
  184. "stationtime": 2,
  185. "stationName": "兴华路小学",
  186. "sn": 11,
  187. "lat": 36.460570000000,
  188. "stationId": "55130825170553396568"
  189. },
  190. {
  191. "stationspacing": 826,
  192. "lng": 115.986970000000,
  193. "companyName": null,
  194. "isOrg": "N",
  195. "lineId": "138",
  196. "lineName": "K138路",
  197. "isTer": "N",
  198. "dir": "2",
  199. "companyId": null,
  200. "stationtime": 4,
  201. "stationName": "益民路兴华路口南",
  202. "sn": 12,
  203. "lat": 36.456570000000,
  204. "stationId": "55130825170654954568"
  205. },
  206. {
  207. "stationspacing": 107,
  208. "lng": 115.986580000000,
  209. "companyName": null,
  210. "isOrg": "N",
  211. "lineId": "138",
  212. "lineName": "K138路",
  213. "isTer": "N",
  214. "dir": "2",
  215. "companyId": null,
  216. "stationtime": 0,
  217. "stationName": "益民路兴华路口北",
  218. "sn": 13,
  219. "lat": 36.463980000000,
  220. "stationId": "55130825170754843568"
  221. },
  222. {
  223. "stationspacing": 251,
  224. "lng": 115.986670000000,
  225. "companyName": null,
  226. "isOrg": "N",
  227. "lineId": "138",
  228. "lineName": "K138路",
  229. "isTer": "N",
  230. "dir": "2",
  231. "companyId": null,
  232. "stationtime": 1,
  233. "stationName": "水城中街138",
  234. "sn": 14,
  235. "lat": 36.464940000000,
  236. "stationId": "55130825170839599568"
  237. },
  238. {
  239. "stationspacing": 216,
  240. "lng": 115.986590000000,
  241. "companyName": null,
  242. "isOrg": "N",
  243. "lineId": "138",
  244. "lineName": "K138路",
  245. "isTer": "N",
  246. "dir": "2",
  247. "companyId": null,
  248. "stationtime": 1,
  249. "stationName": "益民路振兴路口南",
  250. "sn": 15,
  251. "lat": 36.467190000000,
  252. "stationId": "55130825170932218568"
  253. },
  254. {
  255. "stationspacing": 323,
  256. "lng": 115.984360000000,
  257. "companyName": null,
  258. "isOrg": "N",
  259. "lineId": "138",
  260. "lineName": "K138路",
  261. "isTer": "N",
  262. "dir": "2",
  263. "companyId": null,
  264. "stationtime": 1,
  265. "stationName": "公交集团",
  266. "sn": 16,
  267. "lat": 36.467940000000,
  268. "stationId": "55130812152725706877"
  269. },
  270. {
  271. "stationspacing": 435,
  272. "lng": 115.982810000000,
  273. "companyName": null,
  274. "isOrg": "N",
  275. "lineId": "138",
  276. "lineName": "K138路",
  277. "isTer": "N",
  278. "dir": "2",
  279. "companyId": null,
  280. "stationtime": 2,
  281. "stationName": "柳园建设路口南",
  282. "sn": 17,
  283. "lat": 36.470560000000,
  284. "stationId": "55130812082445007038"
  285. },
  286. {
  287. "stationspacing": 354,
  288. "lng": 115.982880000000,
  289. "companyName": null,
  290. "isOrg": "N",
  291. "lineId": "138",
  292. "lineName": "K138路",
  293. "isTer": "N",
  294. "dir": "2",
  295. "companyId": null,
  296. "stationtime": 1,
  297. "stationName": "汽车总站",
  298. "sn": 18,
  299. "lat": 36.474470000000,
  300. "stationId": "55130812091555123038"
  301. },
  302. {
  303. "stationspacing": 593,
  304. "lng": 115.982870000000,
  305. "companyName": null,
  306. "isOrg": "N",
  307. "lineId": "138",
  308. "lineName": "K138路",
  309. "isTer": "N",
  310. "dir": "2",
  311. "companyId": null,
  312. "stationtime": 2,
  313. "stationName": "万达广场柳园站",
  314. "sn": 19,
  315. "lat": 36.477650000000,
  316. "stationId": "55130812091808862038"
  317. },
  318. {
  319. "stationspacing": 417,
  320. "lng": 115.982820000000,
  321. "companyName": null,
  322. "isOrg": "N",
  323. "lineId": "138",
  324. "lineName": "K138路",
  325. "isTer": "N",
  326. "dir": "2",
  327. "companyId": null,
  328. "stationtime": 2,
  329. "stationName": "市电视台",
  330. "sn": 20,
  331. "lat": 36.482980000000,
  332. "stationId": "55130812092138823038"
  333. },
  334. {
  335. "stationspacing": 284,
  336. "lng": 115.985000000000,
  337. "companyName": null,
  338. "isOrg": "N",
  339. "lineId": "138",
  340. "lineName": "K138路",
  341. "isTer": "N",
  342. "dir": "2",
  343. "companyId": null,
  344. "stationtime": 1,
  345. "stationName": "财干路柳园路口",
  346. "sn": 21,
  347. "lat": 36.486290000000,
  348. "stationId": "55130825143546424309"
  349. },
  350. {
  351. "stationspacing": 214,
  352. "lng": 115.988170000000,
  353. "companyName": null,
  354. "isOrg": "N",
  355. "lineId": "138",
  356. "lineName": "K138路",
  357. "isTer": "N",
  358. "dir": "2",
  359. "companyId": null,
  360. "stationtime": 1,
  361. "stationName": "市广播电台",
  362. "sn": 22,
  363. "lat": 36.486370000000,
  364. "stationId": "080311294106980297"
  365. },
  366. {
  367. "stationspacing": 323,
  368. "lng": 115.990560000000,
  369. "companyName": null,
  370. "isOrg": "N",
  371. "lineId": "138",
  372. "lineName": "K138路",
  373. "isTer": "N",
  374. "dir": "2",
  375. "companyId": null,
  376. "stationtime": 1,
  377. "stationName": "财干路花园路口西",
  378. "sn": 23,
  379. "lat": 36.486310000000,
  380. "stationId": "55161223110151860000"
  381. },
  382. {
  383. "stationspacing": 839,
  384. "lng": 115.992600000000,
  385. "companyName": null,
  386. "isOrg": "N",
  387. "lineId": "138",
  388. "lineName": "K138路",
  389. "isTer": "N",
  390. "dir": "2",
  391. "companyId": null,
  392. "stationtime": 4,
  393. "stationName": "花园路财干路口北",
  394. "sn": 24,
  395. "lat": 36.488700000000,
  396. "stationId": "55141004115321248000"
  397. },
  398. {
  399. "stationspacing": 24,
  400. "lng": 115.992640000000,
  401. "companyName": null,
  402. "isOrg": "N",
  403. "lineId": "138",
  404. "lineName": "K138路",
  405. "isTer": "N",
  406. "dir": "2",
  407. "companyId": null,
  408. "stationtime": 0,
  409. "stationName": "花园路周公河南站",
  410. "sn": 25,
  411. "lat": 36.496240000000,
  412. "stationId": "55130812165049696026"
  413. },
  414. {
  415. "stationspacing": 1054,
  416. "lng": 115.992450000000,
  417. "companyName": null,
  418. "isOrg": "N",
  419. "lineId": "138",
  420. "lineName": "K138路",
  421. "isTer": "N",
  422. "dir": "2",
  423. "companyId": null,
  424. "stationtime": 5,
  425. "stationName": "花园路周公路口",
  426. "sn": 26,
  427. "lat": 36.496390000000,
  428. "stationId": "55141004115354533000"
  429. },
  430. {
  431. "stationspacing": 514,
  432. "lng": 115.993780000000,
  433. "companyName": null,
  434. "isOrg": "N",
  435. "lineId": "138",
  436. "lineName": "K138路",
  437. "isTer": "N",
  438. "dir": "2",
  439. "companyId": null,
  440. "stationtime": 2,
  441. "stationName": "花园路艾科路口",
  442. "sn": 27,
  443. "lat": 36.505800000000,
  444. "stationId": "55141004115654316000"
  445. },
  446. {
  447. "stationspacing": 373,
  448. "lng": 115.995120000000,
  449. "companyName": null,
  450. "isOrg": "N",
  451. "lineId": "138",
  452. "lineName": "K138路",
  453. "isTer": "N",
  454. "dir": "2",
  455. "companyId": null,
  456. "stationtime": 1,
  457. "stationName": "花园路北首",
  458. "sn": 28,
  459. "lat": 36.510290000000,
  460. "stationId": "55141004115730869000"
  461. },
  462. {
  463. "stationspacing": 522,
  464. "lng": 115.999270000000,
  465. "companyName": null,
  466. "isOrg": "N",
  467. "lineId": "138",
  468. "lineName": "K138路",
  469. "isTer": "N",
  470. "dir": "2",
  471. "companyId": null,
  472. "stationtime": 2,
  473. "stationName": "瓜果市场东",
  474. "sn": 29,
  475. "lat": 36.510000000000,
  476. "stationId": "55160613134614408000"
  477. },
  478. {
  479. "stationspacing": 350,
  480. "lng": 116.005060000000,
  481. "companyName": null,
  482. "isOrg": "N",
  483. "lineId": "138",
  484. "lineName": "K138路",
  485. "isTer": "N",
  486. "dir": "2",
  487. "companyId": null,
  488. "stationtime": 1,
  489. "stationName": "沃尔德商城西区",
  490. "sn": 30,
  491. "lat": 36.509440000000,
  492. "stationId": "55160613134428995000"
  493. },
  494. {
  495. "stationspacing": 6949,
  496. "lng": 116.008940000000,
  497. "companyName": null,
  498. "isOrg": "N",
  499. "lineId": "138",
  500. "lineName": "K138路",
  501. "isTer": "Y",
  502. "dir": "2",
  503. "companyId": null,
  504. "stationtime": 34,
  505. "stationName": "北外环白庄西站",
  506. "sn": 31,
  507. "lat": 36.509010000000,
  508. "stationId": "55160613134347554000"
  509. }
  510. ],
  511. "lineId": "138",
  512. "lineName": "K138路",
  513. "nextBusAwayFrom": 9,
  514. "nextBusStationName": "中华保险公司",
  515. "terminateStationName": "区武装部"
  516. },
  517. {
  518. "firstTime": "06:00:00",
  519. "lastTime": "16:50:00",
  520. "originStationName": "柳园路财干路口",
  521. "flag": "1",
  522. "theOtherBusAwayFrom": 1000,
  523. "price": 2.00,
  524. "stationList": [
  525. {
  526. "stationspacing": 273,
  527. "lng": 115.982510000000,
  528. "companyName": null,
  529. "isOrg": "Y",
  530. "lineId": "161",
  531. "lineName": "161路南线",
  532. "isTer": "N",
  533. "dir": "1",
  534. "companyId": null,
  535. "stationtime": 1,
  536. "stationName": "柳园路财干路口",
  537. "sn": 1,
  538. "lat": 36.485550000000,
  539. "stationId": "55130812142649059735"
  540. },
  541. {
  542. "stationspacing": 682,
  543. "lng": 115.982560000000,
  544. "companyName": null,
  545. "isOrg": "N",
  546. "lineId": "161",
  547. "lineName": "161路南线",
  548. "isTer": "N",
  549. "dir": "1",
  550. "companyId": null,
  551. "stationtime": 3,
  552. "stationName": "市电视台",
  553. "sn": 2,
  554. "lat": 36.483100000000,
  555. "stationId": "55130812142419533687"
  556. },
  557. {
  558. "stationspacing": 317,
  559. "lng": 115.982630000000,
  560. "companyName": null,
  561. "isOrg": "N",
  562. "lineId": "161",
  563. "lineName": "161路南线",
  564. "isTer": "N",
  565. "dir": "1",
  566. "companyId": null,
  567. "stationtime": 1,
  568. "stationName": "万达广场柳园站",
  569. "sn": 3,
  570. "lat": 36.476970000000,
  571. "stationId": "55130812141820389572"
  572. },
  573. {
  574. "stationspacing": 205,
  575. "lng": 115.982620000000,
  576. "companyName": null,
  577. "isOrg": "N",
  578. "lineId": "161",
  579. "lineName": "161路南线",
  580. "isTer": "N",
  581. "dir": "1",
  582. "companyId": null,
  583. "stationtime": 1,
  584. "stationName": "汽车总站",
  585. "sn": 4,
  586. "lat": 36.474120000000,
  587. "stationId": "55130812141641984536"
  588. },
  589. {
  590. "stationspacing": 231,
  591. "lng": 115.980900000000,
  592. "companyName": null,
  593. "isOrg": "N",
  594. "lineId": "161",
  595. "lineName": "161路南线",
  596. "isTer": "N",
  597. "dir": "1",
  598. "companyId": null,
  599. "stationtime": 1,
  600. "stationName": "汽车总站进站口",
  601. "sn": 5,
  602. "lat": 36.472910000000,
  603. "stationId": "55130814141323573000"
  604. },
  605. {
  606. "stationspacing": 221,
  607. "lng": 115.978320000000,
  608. "companyName": null,
  609. "isOrg": "N",
  610. "lineId": "161",
  611. "lineName": "161路南线",
  612. "isTer": "N",
  613. "dir": "1",
  614. "companyId": null,
  615. "stationtime": 1,
  616. "stationName": "建设路新纺街路口",
  617. "sn": 6,
  618. "lat": 36.472880000000,
  619. "stationId": "55130814141512804000"
  620. },
  621. {
  622. "stationspacing": 373,
  623. "lng": 115.975850000000,
  624. "companyName": null,
  625. "isOrg": "N",
  626. "lineId": "161",
  627. "lineName": "161路南线",
  628. "isTer": "N",
  629. "dir": "1",
  630. "companyId": null,
  631. "stationtime": 1,
  632. "stationName": "建设路卫育路口东",
  633. "sn": 7,
  634. "lat": 36.472890000000,
  635. "stationId": "55130814141625890000"
  636. },
  637. {
  638. "stationspacing": 437,
  639. "lng": 115.971680000000,
  640. "companyName": null,
  641. "isOrg": "N",
  642. "lineId": "161",
  643. "lineName": "161路南线",
  644. "isTer": "N",
  645. "dir": "1",
  646. "companyId": null,
  647. "stationtime": 2,
  648. "stationName": "建设路卫育路口西",
  649. "sn": 8,
  650. "lat": 36.472910000000,
  651. "stationId": "55130814141737604000"
  652. },
  653. {
  654. "stationspacing": 249,
  655. "lng": 115.966800000000,
  656. "companyName": null,
  657. "isOrg": "N",
  658. "lineId": "161",
  659. "lineName": "161路南线",
  660. "isTer": "N",
  661. "dir": "1",
  662. "companyId": null,
  663. "stationtime": 1,
  664. "stationName": "香江二期",
  665. "sn": 9,
  666. "lat": 36.472850000000,
  667. "stationId": "55130814141851954000"
  668. },
  669. {
  670. "stationspacing": 457,
  671. "lng": 115.964020000000,
  672. "companyName": null,
  673. "isOrg": "N",
  674. "lineId": "161",
  675. "lineName": "161路南线",
  676. "isTer": "N",
  677. "dir": "1",
  678. "companyId": null,
  679. "stationtime": 2,
  680. "stationName": "建设路运河东站",
  681. "sn": 10,
  682. "lat": 36.472860000000,
  683. "stationId": "55130814141948504000"
  684. },
  685. {
  686. "stationspacing": 361,
  687. "lng": 115.958920000000,
  688. "companyName": null,
  689. "isOrg": "N",
  690. "lineId": "161",
  691. "lineName": "161路南线",
  692. "isTer": "N",
  693. "dir": "1",
  694. "companyId": null,
  695. "stationtime": 1,
  696. "stationName": "香江电子区",
  697. "sn": 11,
  698. "lat": 36.472810000000,
  699. "stationId": "55130814142148265000"
  700. },
  701. {
  702. "stationspacing": 242,
  703. "lng": 115.954890000000,
  704. "companyName": null,
  705. "isOrg": "N",
  706. "lineId": "161",
  707. "lineName": "161路南线",
  708. "isTer": "N",
  709. "dir": "1",
  710. "companyId": null,
  711. "stationtime": 1,
  712. "stationName": "香江发车区",
  713. "sn": 12,
  714. "lat": 36.472720000000,
  715. "stationId": "55130814142258840000"
  716. },
  717. {
  718. "stationspacing": 569,
  719. "lng": 115.952190000000,
  720. "companyName": null,
  721. "isOrg": "N",
  722. "lineId": "161",
  723. "lineName": "161路南线",
  724. "isTer": "N",
  725. "dir": "1",
  726. "companyId": null,
  727. "stationtime": 2,
  728. "stationName": "香江服装区",
  729. "sn": 13,
  730. "lat": 36.472770000000,
  731. "stationId": "55130814142405857000"
  732. },
  733. {
  734. "stationspacing": 389,
  735. "lng": 115.945830000000,
  736. "companyName": null,
  737. "isOrg": "N",
  738. "lineId": "161",
  739. "lineName": "161路南线",
  740. "isTer": "N",
  741. "dir": "1",
  742. "companyId": null,
  743. "stationtime": 1,
  744. "stationName": "站北花园北门",
  745. "sn": 14,
  746. "lat": 36.472650000000,
  747. "stationId": "55130814142501081000"
  748. },
  749. {
  750. "stationspacing": 324,
  751. "lng": 115.944600000000,
  752. "companyName": null,
  753. "isOrg": "N",
  754. "lineId": "161",
  755. "lineName": "161路南线",
  756. "isTer": "N",
  757. "dir": "1",
  758. "companyId": null,
  759. "stationtime": 1,
  760. "stationName": "站前街建设路北",
  761. "sn": 15,
  762. "lat": 36.476000000000,
  763. "stationId": "55170727111758224000"
  764. },
  765. {
  766. "stationspacing": 1624,
  767. "lng": 115.943620000000,
  768. "companyName": null,
  769. "isOrg": "N",
  770. "lineId": "161",
  771. "lineName": "161路南线",
  772. "isTer": "N",
  773. "dir": "1",
  774. "companyId": null,
  775. "stationtime": 8,
  776. "stationName": "站前街铁路桥北",
  777. "sn": 16,
  778. "lat": 36.478800000000,
  779. "stationId": "55170727111850172000"
  780. },
  781. {
  782. "stationspacing": 231,
  783. "lng": 115.936540000000,
  784. "companyName": null,
  785. "isOrg": "N",
  786. "lineId": "161",
  787. "lineName": "161路南线",
  788. "isTer": "N",
  789. "dir": "1",
  790. "companyId": null,
  791. "stationtime": 1,
  792. "stationName": "盛世嘉苑",
  793. "sn": 17,
  794. "lat": 36.492230000000,
  795. "stationId": "55170727111941641000"
  796. },
  797. {
  798. "stationspacing": 446,
  799. "lng": 115.935980000000,
  800. "companyName": null,
  801. "isOrg": "N",
  802. "lineId": "161",
  803. "lineName": "161路南线",
  804. "isTer": "N",
  805. "dir": "1",
  806. "companyId": null,
  807. "stationtime": 2,
  808. "stationName": "站前街京济路北",
  809. "sn": 18,
  810. "lat": 36.494260000000,
  811. "stationId": "55170727112019814000"
  812. },
  813. {
  814. "stationspacing": 384,
  815. "lng": 115.934170000000,
  816. "companyName": null,
  817. "isOrg": "N",
  818. "lineId": "161",
  819. "lineName": "161路南线",
  820. "isTer": "N",
  821. "dir": "1",
  822. "companyId": null,
  823. "stationtime": 1,
  824. "stationName": "张记口腔诊所",
  825. "sn": 19,
  826. "lat": 36.497990000000,
  827. "stationId": "55141219112951082000"
  828. },
  829. {
  830. "stationspacing": 362,
  831. "lng": 115.932640000000,
  832. "companyName": null,
  833. "isOrg": "N",
  834. "lineId": "161",
  835. "lineName": "161路南线",
  836. "isTer": "N",
  837. "dir": "1",
  838. "companyId": null,
  839. "stationtime": 1,
  840. "stationName": "站前嘉和路南站",
  841. "sn": 20,
  842. "lat": 36.501210000000,
  843. "stationId": "55141219113036376000"
  844. },
  845. {
  846. "stationspacing": 392,
  847. "lng": 115.931990000000,
  848. "companyName": null,
  849. "isOrg": "N",
  850. "lineId": "161",
  851. "lineName": "161路南线",
  852. "isTer": "N",
  853. "dir": "1",
  854. "companyId": null,
  855. "stationtime": 1,
  856. "stationName": "福和实业",
  857. "sn": 21,
  858. "lat": 36.504420000000,
  859. "stationId": "55130814142622358000"
  860. },
  861. {
  862. "stationspacing": 357,
  863. "lng": 115.931270000000,
  864. "companyName": null,
  865. "isOrg": "N",
  866. "lineId": "161",
  867. "lineName": "161路南线",
  868. "isTer": "N",
  869. "dir": "1",
  870. "companyId": null,
  871. "stationtime": 1,
  872. "stationName": "站前街嘉明路南",
  873. "sn": 22,
  874. "lat": 36.507890000000,
  875. "stationId": "55170727112103325000"
  876. },
  877. {
  878. "stationspacing": 400,
  879. "lng": 115.930330000000,
  880. "companyName": null,
  881. "isOrg": "N",
  882. "lineId": "161",
  883. "lineName": "161路南线",
  884. "isTer": "N",
  885. "dir": "1",
  886. "companyId": null,
  887. "stationtime": 2,
  888. "stationName": "站前街嘉明路北",
  889. "sn": 23,
  890. "lat": 36.511010000000,
  891. "stationId": "55170727112139634000"
  892. },
  893. {
  894. "stationspacing": 542,
  895. "lng": 115.929110000000,
  896. "companyName": null,
  897. "isOrg": "N",
  898. "lineId": "161",
  899. "lineName": "161路南线",
  900. "isTer": "N",
  901. "dir": "1",
  902. "companyId": null,
  903. "stationtime": 2,
  904. "stationName": "站前街外环南站",
  905. "sn": 24,
  906. "lat": 36.514470000000,
  907. "stationId": "55130814142536166000"
  908. },
  909. {
  910. "stationspacing": 721,
  911. "lng": 115.923060000000,
  912. "companyName": null,
  913. "isOrg": "N",
  914. "lineId": "161",
  915. "lineName": "161路南线",
  916. "isTer": "N",
  917. "dir": "1",
  918. "companyId": null,
  919. "stationtime": 3,
  920. "stationName": "凤凰路口",
  921. "sn": 25,
  922. "lat": 36.514250000000,
  923. "stationId": "55170727112223031000"
  924. },
  925. {
  926. "stationspacing": 689,
  927. "lng": 115.915060000000,
  928. "companyName": null,
  929. "isOrg": "N",
  930. "lineId": "161",
  931. "lineName": "161路南线",
  932. "isTer": "N",
  933. "dir": "1",
  934. "companyId": null,
  935. "stationtime": 3,
  936. "stationName": "张庄",
  937. "sn": 26,
  938. "lat": 36.513440000000,
  939. "stationId": "55170727112312746000"
  940. },
  941. {
  942. "stationspacing": 2000,
  943. "lng": 115.907480000000,
  944. "companyName": null,
  945. "isOrg": "N",
  946. "lineId": "161",
  947. "lineName": "161路南线",
  948. "isTer": "N",
  949. "dir": "1",
  950. "companyId": null,
  951. "stationtime": 10,
  952. "stationName": "北铁村",
  953. "sn": 27,
  954. "lat": 36.514520000000,
  955. "stationId": "55170727112352396000"
  956. },
  957. {
  958. "stationspacing": 968,
  959. "lng": 115.885140000000,
  960. "companyName": null,
  961. "isOrg": "N",
  962. "lineId": "161",
  963. "lineName": "161路南线",
  964. "isTer": "N",
  965. "dir": "1",
  966. "companyId": null,
  967. "stationtime": 4,
  968. "stationName": "闫寺镇",
  969. "sn": 28,
  970. "lat": 36.515170000000,
  971. "stationId": "55170727112504825000"
  972. },
  973. {
  974. "stationspacing": 737,
  975. "lng": 115.874590000000,
  976. "companyName": null,
  977. "isOrg": "N",
  978. "lineId": "161",
  979. "lineName": "161路南线",
  980. "isTer": "N",
  981. "dir": "1",
  982. "companyId": null,
  983. "stationtime": 3,
  984. "stationName": "石庄",
  985. "sn": 29,
  986. "lat": 36.517080000000,
  987. "stationId": "55170727112549122000"
  988. },
  989. {
  990. "stationspacing": 284,
  991. "lng": 115.866850000000,
  992. "companyName": null,
  993. "isOrg": "N",
  994. "lineId": "161",
  995. "lineName": "161路南线",
  996. "isTer": "N",
  997. "dir": "1",
  998. "companyId": null,
  999. "stationtime": 1,
  1000. "stationName": "刘庄",
  1001. "sn": 30,
  1002. "lat": 36.519340000000,
  1003. "stationId": "55170727112624580000"
  1004. },
  1005. {
  1006. "stationspacing": 309,
  1007. "lng": 115.863820000000,
  1008. "companyName": null,
  1009. "isOrg": "N",
  1010. "lineId": "161",
  1011. "lineName": "161路南线",
  1012. "isTer": "N",
  1013. "dir": "1",
  1014. "companyId": null,
  1015. "stationtime": 1,
  1016. "stationName": "凤凰集东站",
  1017. "sn": 31,
  1018. "lat": 36.520090000000,
  1019. "stationId": "55170727112707226000"
  1020. },
  1021. {
  1022. "stationspacing": 332,
  1023. "lng": 115.860450000000,
  1024. "companyName": null,
  1025. "isOrg": "N",
  1026. "lineId": "161",
  1027. "lineName": "161路南线",
  1028. "isTer": "N",
  1029. "dir": "1",
  1030. "companyId": null,
  1031. "stationtime": 1,
  1032. "stationName": "凤凰集西站",
  1033. "sn": 32,
  1034. "lat": 36.520690000000,
  1035. "stationId": "55170727112738975000"
  1036. },
  1037. {
  1038. "stationspacing": 985,
  1039. "lng": 115.856870000000,
  1040. "companyName": null,
  1041. "isOrg": "N",
  1042. "lineId": "161",
  1043. "lineName": "161路南线",
  1044. "isTer": "N",
  1045. "dir": "1",
  1046. "companyId": null,
  1047. "stationtime": 4,
  1048. "stationName": "程堂村",
  1049. "sn": 33,
  1050. "lat": 36.521460000000,
  1051. "stationId": "55170727112816127000"
  1052. },
  1053. {
  1054. "stationspacing": 383,
  1055. "lng": 115.846360000000,
  1056. "companyName": null,
  1057. "isOrg": "N",
  1058. "lineId": "161",
  1059. "lineName": "161路南线",
  1060. "isTer": "N",
  1061. "dir": "1",
  1062. "companyId": null,
  1063. "stationtime": 1,
  1064. "stationName": "大屯村",
  1065. "sn": 34,
  1066. "lat": 36.524110000000,
  1067. "stationId": "55170727112851194000"
  1068. },
  1069. {
  1070. "stationspacing": 856,
  1071. "lng": 115.842450000000,
  1072. "companyName": null,
  1073. "isOrg": "N",
  1074. "lineId": "161",
  1075. "lineName": "161路南线",
  1076. "isTer": "N",
  1077. "dir": "1",
  1078. "companyId": null,
  1079. "stationtime": 4,
  1080. "stationName": "闫皋",
  1081. "sn": 35,
  1082. "lat": 36.525520000000,
  1083. "stationId": "55170727113546643000"
  1084. },
  1085. {
  1086. "stationspacing": 918,
  1087. "lng": 115.836640000000,
  1088. "companyName": null,
  1089. "isOrg": "N",
  1090. "lineId": "161",
  1091. "lineName": "161路南线",
  1092. "isTer": "N",
  1093. "dir": "1",
  1094. "companyId": null,
  1095. "stationtime": 4,
  1096. "stationName": "苏庄",
  1097. "sn": 36,
  1098. "lat": 36.531630000000,
  1099. "stationId": "55170727113624544000"
  1100. },
  1101. {
  1102. "stationspacing": 309,
  1103. "lng": 115.826740000000,
  1104. "companyName": null,
  1105. "isOrg": "N",
  1106. "lineId": "161",
  1107. "lineName": "161路南线",
  1108. "isTer": "N",
  1109. "dir": "1",
  1110. "companyId": null,
  1111. "stationtime": 1,
  1112. "stationName": "孟庄东",
  1113. "sn": 37,
  1114. "lat": 36.533810000000,
  1115. "stationId": "55170727113658688000"
  1116. },
  1117. {
  1118. "stationspacing": 1834,
  1119. "lng": 115.823390000000,
  1120. "companyName": null,
  1121. "isOrg": "N",
  1122. "lineId": "161",
  1123. "lineName": "161路南线",
  1124. "isTer": "N",
  1125. "dir": "1",
  1126. "companyId": null,
  1127. "stationtime": 9,
  1128. "stationName": "孟庄西",
  1129. "sn": 38,
  1130. "lat": 36.534490000000,
  1131. "stationId": "55170727113734297000"
  1132. },
  1133. {
  1134. "stationspacing": 1805,
  1135. "lng": 115.803910000000,
  1136. "companyName": null,
  1137. "isOrg": "N",
  1138. "lineId": "161",
  1139. "lineName": "161路南线",
  1140. "isTer": "N",
  1141. "dir": "1",
  1142. "companyId": null,
  1143. "stationtime": 9,
  1144. "stationName": "安太集",
  1145. "sn": 39,
  1146. "lat": 36.539620000000,
  1147. "stationId": "55171011163041310000"
  1148. },
  1149. {
  1150. "stationspacing": 573,
  1151. "lng": 115.807750000000,
  1152. "companyName": null,
  1153. "isOrg": "N",
  1154. "lineId": "161",
  1155. "lineName": "161路南线",
  1156. "isTer": "N",
  1157. "dir": "1",
  1158. "companyId": null,
  1159. "stationtime": 2,
  1160. "stationName": "东苏村",
  1161. "sn": 40,
  1162. "lat": 36.555540000000,
  1163. "stationId": "55201028160243233000"
  1164. },
  1165. {
  1166. "stationspacing": 588,
  1167. "lng": 115.809150000000,
  1168. "companyName": null,
  1169. "isOrg": "N",
  1170. "lineId": "161",
  1171. "lineName": "161路南线",
  1172. "isTer": "N",
  1173. "dir": "1",
  1174. "companyId": null,
  1175. "stationtime": 2,
  1176. "stationName": "马村",
  1177. "sn": 41,
  1178. "lat": 36.560560000000,
  1179. "stationId": "55201028160326577000"
  1180. },
  1181. {
  1182. "stationspacing": 872,
  1183. "lng": 115.810650000000,
  1184. "companyName": null,
  1185. "isOrg": "N",
  1186. "lineId": "161",
  1187. "lineName": "161路南线",
  1188. "isTer": "N",
  1189. "dir": "1",
  1190. "companyId": null,
  1191. "stationtime": 4,
  1192. "stationName": "苏堤口",
  1193. "sn": 42,
  1194. "lat": 36.565700000000,
  1195. "stationId": "55201028160412448000"
  1196. },
  1197. {
  1198. "stationspacing": 0,
  1199. "lng": 115.812770000000,
  1200. "companyName": null,
  1201. "isOrg": "N",
  1202. "lineId": "161",
  1203. "lineName": "161路南线",
  1204. "isTer": "Y",
  1205. "dir": "1",
  1206. "companyId": null,
  1207. "stationtime": 0,
  1208. "stationName": "乔集",
  1209. "sn": 43,
  1210. "lat": 36.573350000000,
  1211. "stationId": "55170727114103492000"
  1212. }
  1213. ],
  1214. "lineId": "161",
  1215. "lineName": "161路南线",
  1216. "nextBusAwayFrom": 1000,
  1217. "nextBusStationName": "未发车",
  1218. "terminateStationName": "乔集"
  1219. },
  1220. {
  1221. "firstTime": "06:25:00",
  1222. "lastTime": "18:10:00",
  1223. "originStationName": "董桥小区",
  1224. "flag": "1",
  1225. "theOtherBusAwayFrom": 1000,
  1226. "price": 2.00,
  1227. "stationList": [
  1228. {
  1229. "stationspacing": 727,
  1230. "lng": 116.003600000000,
  1231. "companyName": null,
  1232. "isOrg": "Y",
  1233. "lineId": "419",
  1234. "lineName": "K19路",
  1235. "isTer": "N",
  1236. "dir": "1",
  1237. "companyId": null,
  1238. "stationtime": 3,
  1239. "stationName": "董桥小区",
  1240. "sn": 1,
  1241. "lat": 36.482460000000,
  1242. "stationId": "55210723145611192004"
  1243. },
  1244. {
  1245. "stationspacing": 484,
  1246. "lng": 115.995480000000,
  1247. "companyName": null,
  1248. "isOrg": "N",
  1249. "lineId": "419",
  1250. "lineName": "K19路",
  1251. "isTer": "N",
  1252. "dir": "1",
  1253. "companyId": null,
  1254. "stationtime": 2,
  1255. "stationName": "电大路花园路口东",
  1256. "sn": 2,
  1257. "lat": 36.482310000000,
  1258. "stationId": "55130812165359720026"
  1259. },
  1260. {
  1261. "stationspacing": 454,
  1262. "lng": 115.990070000000,
  1263. "companyName": null,
  1264. "isOrg": "N",
  1265. "lineId": "419",
  1266. "lineName": "K19路",
  1267. "isTer": "N",
  1268. "dir": "1",
  1269. "companyId": null,
  1270. "stationtime": 2,
  1271. "stationName": "电大路花园路口西",
  1272. "sn": 3,
  1273. "lat": 36.482310000000,
  1274. "stationId": "55210723145703681004"
  1275. },
  1276. {
  1277. "stationspacing": 633,
  1278. "lng": 115.985000000000,
  1279. "companyName": null,
  1280. "isOrg": "N",
  1281. "lineId": "419",
  1282. "lineName": "K19路",
  1283. "isTer": "N",
  1284. "dir": "1",
  1285. "companyId": null,
  1286. "stationtime": 3,
  1287. "stationName": "电大路柳园路口东",
  1288. "sn": 4,
  1289. "lat": 36.482330000000,
  1290. "stationId": "55210723145448014004"
  1291. },
  1292. {
  1293. "stationspacing": 317,
  1294. "lng": 115.982630000000,
  1295. "companyName": null,
  1296. "isOrg": "N",
  1297. "lineId": "419",
  1298. "lineName": "K19路",
  1299. "isTer": "N",
  1300. "dir": "1",
  1301. "companyId": null,
  1302. "stationtime": 1,
  1303. "stationName": "万达广场柳园站",
  1304. "sn": 5,
  1305. "lat": 36.476970000000,
  1306. "stationId": "55130812141820389572"
  1307. },
  1308. {
  1309. "stationspacing": 333,
  1310. "lng": 115.982620000000,
  1311. "companyName": null,
  1312. "isOrg": "N",
  1313. "lineId": "419",
  1314. "lineName": "K19路",
  1315. "isTer": "N",
  1316. "dir": "1",
  1317. "companyId": null,
  1318. "stationtime": 1,
  1319. "stationName": "汽车总站",
  1320. "sn": 6,
  1321. "lat": 36.474120000000,
  1322. "stationId": "55130812141641984536"
  1323. },
  1324. {
  1325. "stationspacing": 538,
  1326. "lng": 115.982680000000,
  1327. "companyName": null,
  1328. "isOrg": "N",
  1329. "lineId": "419",
  1330. "lineName": "K19路",
  1331. "isTer": "N",
  1332. "dir": "1",
  1333. "companyId": null,
  1334. "stationtime": 2,
  1335. "stationName": "柳园建设路口南",
  1336. "sn": 7,
  1337. "lat": 36.471130000000,
  1338. "stationId": "55130812141455872500"
  1339. },
  1340. {
  1341. "stationspacing": 575,
  1342. "lng": 115.982670000000,
  1343. "companyName": null,
  1344. "isOrg": "N",
  1345. "lineId": "419",
  1346. "lineName": "K19路",
  1347. "isTer": "N",
  1348. "dir": "1",
  1349. "companyId": null,
  1350. "stationtime": 2,
  1351. "stationName": "柳园路振兴路口南",
  1352. "sn": 8,
  1353. "lat": 36.466300000000,
  1354. "stationId": "55130812141229591443"
  1355. },
  1356. {
  1357. "stationspacing": 199,
  1358. "lng": 115.983040000000,
  1359. "companyName": null,
  1360. "isOrg": "N",
  1361. "lineId": "419",
  1362. "lineName": "K19路",
  1363. "isTer": "N",
  1364. "dir": "1",
  1365. "companyId": null,
  1366. "stationtime": 0,
  1367. "stationName": "五星百货",
  1368. "sn": 9,
  1369. "lat": 36.461140000000,
  1370. "stationId": "55130812141017974393"
  1371. },
  1372. {
  1373. "stationspacing": 419,
  1374. "lng": 115.982760000000,
  1375. "companyName": null,
  1376. "isOrg": "N",
  1377. "lineId": "419",
  1378. "lineName": "K19路",
  1379. "isTer": "N",
  1380. "dir": "1",
  1381. "companyId": null,
  1382. "stationtime": 2,
  1383. "stationName": "新东方广场",
  1384. "sn": 10,
  1385. "lat": 36.459370000000,
  1386. "stationId": "55130812140611181205"
  1387. },
  1388. {
  1389. "stationspacing": 334,
  1390. "lng": 115.982800000000,
  1391. "companyName": null,
  1392. "isOrg": "N",
  1393. "lineId": "419",
  1394. "lineName": "K19路",
  1395. "isTer": "N",
  1396. "dir": "1",
  1397. "companyId": null,
  1398. "stationtime": 1,
  1399. "stationName": "百大三联",
  1400. "sn": 11,
  1401. "lat": 36.455610000000,
  1402. "stationId": "55130814082840370000"
  1403. },
  1404. {
  1405. "stationspacing": 258,
  1406. "lng": 115.982820000000,
  1407. "companyName": null,
  1408. "isOrg": "N",
  1409. "lineId": "419",
  1410. "lineName": "K19路",
  1411. "isTer": "N",
  1412. "dir": "1",
  1413. "companyId": null,
  1414. "stationtime": 1,
  1415. "stationName": "电影院",
  1416. "sn": 12,
  1417. "lat": 36.452610000000,
  1418. "stationId": "55130814083557545000"
  1419. },
  1420. {
  1421. "stationspacing": 402,
  1422. "lng": 115.984350000000,
  1423. "companyName": null,
  1424. "isOrg": "N",
  1425. "lineId": "419",
  1426. "lineName": "K19路",
  1427. "isTer": "N",
  1428. "dir": "1",
  1429. "companyId": null,
  1430. "stationtime": 2,
  1431. "stationName": "中华保险公司",
  1432. "sn": 13,
  1433. "lat": 36.450650000000,
  1434. "stationId": "55130814093545677000"
  1435. },
  1436. {
  1437. "stationspacing": 196,
  1438. "lng": 115.988840000000,
  1439. "companyName": null,
  1440. "isOrg": "N",
  1441. "lineId": "419",
  1442. "lineName": "K19路",
  1443. "isTer": "N",
  1444. "dir": "1",
  1445. "companyId": null,
  1446. "stationtime": 0,
  1447. "stationName": "利民育新南路口",
  1448. "sn": 14,
  1449. "lat": 36.450520000000,
  1450. "stationId": "55130814093629934000"
  1451. },
  1452. {
  1453. "stationspacing": 198,
  1454. "lng": 115.991020000000,
  1455. "companyName": null,
  1456. "isOrg": "N",
  1457. "lineId": "419",
  1458. "lineName": "K19路",
  1459. "isTer": "N",
  1460. "dir": "1",
  1461. "companyId": null,
  1462. "stationtime": 0,
  1463. "stationName": "利民大药店",
  1464. "sn": 15,
  1465. "lat": 36.450640000000,
  1466. "stationId": "55130814093714909000"
  1467. },
  1468. {
  1469. "stationspacing": 258,
  1470. "lng": 115.992770000000,
  1471. "companyName": null,
  1472. "isOrg": "N",
  1473. "lineId": "419",
  1474. "lineName": "K19路",
  1475. "isTer": "N",
  1476. "dir": "1",
  1477. "companyId": null,
  1478. "stationtime": 1,
  1479. "stationName": "花园利民路口南",
  1480. "sn": 16,
  1481. "lat": 36.449560000000,
  1482. "stationId": "55130813084946029000"
  1483. },
  1484. {
  1485. "stationspacing": 259,
  1486. "lng": 115.992820000000,
  1487. "companyName": null,
  1488. "isOrg": "N",
  1489. "lineId": "419",
  1490. "lineName": "K19路",
  1491. "isTer": "N",
  1492. "dir": "1",
  1493. "companyId": null,
  1494. "stationtime": 1,
  1495. "stationName": "国际和平医院",
  1496. "sn": 17,
  1497. "lat": 36.447240000000,
  1498. "stationId": "55130813085053249000"
  1499. },
  1500. {
  1501. "stationspacing": 343,
  1502. "lng": 115.992840000000,
  1503. "companyName": null,
  1504. "isOrg": "N",
  1505. "lineId": "419",
  1506. "lineName": "K19路",
  1507. "isTer": "N",
  1508. "dir": "1",
  1509. "companyId": null,
  1510. "stationtime": 1,
  1511. "stationName": "花园陈口路口北",
  1512. "sn": 18,
  1513. "lat": 36.444910000000,
  1514. "stationId": "55130813085149643000"
  1515. },
  1516. {
  1517. "stationspacing": 343,
  1518. "lng": 115.992850000000,
  1519. "companyName": null,
  1520. "isOrg": "N",
  1521. "lineId": "419",
  1522. "lineName": "K19路",
  1523. "isTer": "N",
  1524. "dir": "1",
  1525. "companyId": null,
  1526. "stationtime": 1,
  1527. "stationName": "中医院",
  1528. "sn": 19,
  1529. "lat": 36.441830000000,
  1530. "stationId": "55130808164123356000"
  1531. },
  1532. {
  1533. "stationspacing": 553,
  1534. "lng": 115.992890000000,
  1535. "companyName": null,
  1536. "isOrg": "N",
  1537. "lineId": "419",
  1538. "lineName": "K19路",
  1539. "isTer": "N",
  1540. "dir": "1",
  1541. "companyId": null,
  1542. "stationtime": 2,
  1543. "stationName": "聊大西校东门",
  1544. "sn": 20,
  1545. "lat": 36.438750000000,
  1546. "stationId": "55130808165146452000"
  1547. },
  1548. {
  1549. "stationspacing": 627,
  1550. "lng": 115.992190000000,
  1551. "companyName": null,
  1552. "isOrg": "N",
  1553. "lineId": "419",
  1554. "lineName": "K19路",
  1555. "isTer": "N",
  1556. "dir": "1",
  1557. "companyId": null,
  1558. "stationtime": 3,
  1559. "stationName": "聊城大学训练馆",
  1560. "sn": 21,
  1561. "lat": 36.433810000000,
  1562. "stationId": "55130808165253205000"
  1563. },
  1564. {
  1565. "stationspacing": 877,
  1566. "lng": 115.990880000000,
  1567. "companyName": null,
  1568. "isOrg": "N",
  1569. "lineId": "419",
  1570. "lineName": "K19路",
  1571. "isTer": "N",
  1572. "dir": "1",
  1573. "companyId": null,
  1574. "stationtime": 4,
  1575. "stationName": "花园路湖南路口",
  1576. "sn": 22,
  1577. "lat": 36.428280000000,
  1578. "stationId": "55130812140309550190"
  1579. },
  1580. {
  1581. "stationspacing": 503,
  1582. "lng": 116.000590000000,
  1583. "companyName": null,
  1584. "isOrg": "N",
  1585. "lineId": "419",
  1586. "lineName": "K19路",
  1587. "isTer": "N",
  1588. "dir": "1",
  1589. "companyId": null,
  1590. "stationtime": 2,
  1591. "stationName": "聊城市体育馆",
  1592. "sn": 23,
  1593. "lat": 36.427240000000,
  1594. "stationId": "55130814090027910000"
  1595. },
  1596. {
  1597. "stationspacing": 574,
  1598. "lng": 116.004000000000,
  1599. "companyName": null,
  1600. "isOrg": "N",
  1601. "lineId": "419",
  1602. "lineName": "K19路",
  1603. "isTer": "N",
  1604. "dir": "1",
  1605. "companyId": null,
  1606. "stationtime": 2,
  1607. "stationName": "奥森路湖南路口",
  1608. "sn": 24,
  1609. "lat": 36.423650000000,
  1610. "stationId": "55180906162136609000"
  1611. },
  1612. {
  1613. "stationspacing": 958,
  1614. "lng": 116.003900000000,
  1615. "companyName": null,
  1616. "isOrg": "N",
  1617. "lineId": "419",
  1618. "lineName": "K19路",
  1619. "isTer": "N",
  1620. "dir": "1",
  1621. "companyId": null,
  1622. "stationtime": 4,
  1623. "stationName": "奥森路中段",
  1624. "sn": 25,
  1625. "lat": 36.418490000000,
  1626. "stationId": "55180906162322830000"
  1627. },
  1628. {
  1629. "stationspacing": 610,
  1630. "lng": 115.998770000000,
  1631. "companyName": null,
  1632. "isOrg": "N",
  1633. "lineId": "419",
  1634. "lineName": "K19路",
  1635. "isTer": "N",
  1636. "dir": "1",
  1637. "companyId": null,
  1638. "stationtime": 3,
  1639. "stationName": "区政务中心",
  1640. "sn": 26,
  1641. "lat": 36.410940000000,
  1642. "stationId": "55180906162414904000"
  1643. },
  1644. {
  1645. "stationspacing": 482,
  1646. "lng": 115.991960000000,
  1647. "companyName": null,
  1648. "isOrg": "N",
  1649. "lineId": "419",
  1650. "lineName": "K19路",
  1651. "isTer": "N",
  1652. "dir": "1",
  1653. "companyId": null,
  1654. "stationtime": 2,
  1655. "stationName": "东昌刑警",
  1656. "sn": 27,
  1657. "lat": 36.410890000000,
  1658. "stationId": "55180906162546633000"
  1659. },
  1660. {
  1661. "stationspacing": 65,
  1662. "lng": 115.986580000000,
  1663. "companyName": null,
  1664. "isOrg": "N",
  1665. "lineId": "419",
  1666. "lineName": "K19路",
  1667. "isTer": "Y",
  1668. "dir": "1",
  1669. "companyId": null,
  1670. "stationtime": 0,
  1671. "stationName": "区医院",
  1672. "sn": 28,
  1673. "lat": 36.410890000000,
  1674. "stationId": "55180906162624645000"
  1675. }
  1676. ],
  1677. "lineId": "419",
  1678. "lineName": "K19路",
  1679. "nextBusAwayFrom": 4,
  1680. "nextBusStationName": "电大路花园路口东",
  1681. "terminateStationName": "区医院"
  1682. },
  1683. {
  1684. "firstTime": "06:15:00",
  1685. "lastTime": "19:03:00",
  1686. "originStationName": "万里国际汽配城",
  1687. "flag": "1",
  1688. "theOtherBusAwayFrom": 1000,
  1689. "price": 2.00,
  1690. "stationList": [
  1691. {
  1692. "stationspacing": 1044,
  1693. "lng": 115.982660000000,
  1694. "companyName": null,
  1695. "isOrg": "Y",
  1696. "lineId": "1072",
  1697. "lineName": "S7路",
  1698. "isTer": "N",
  1699. "dir": "1",
  1700. "companyId": null,
  1701. "stationtime": 5,
  1702. "stationName": "万里国际汽配城",
  1703. "sn": 1,
  1704. "lat": 36.513500000000,
  1705. "stationId": "55141226112914381000"
  1706. },
  1707. {
  1708. "stationspacing": 709,
  1709. "lng": 115.982800000000,
  1710. "companyName": null,
  1711. "isOrg": "N",
  1712. "lineId": "1072",
  1713. "lineName": "S7路",
  1714. "isTer": "N",
  1715. "dir": "1",
  1716. "companyId": null,
  1717. "stationtime": 3,
  1718. "stationName": "周公河北站",
  1719. "sn": 2,
  1720. "lat": 36.504120000000,
  1721. "stationId": "55130812143307063820"
  1722. },
  1723. {
  1724. "stationspacing": 1358,
  1725. "lng": 115.982560000000,
  1726. "companyName": null,
  1727. "isOrg": "N",
  1728. "lineId": "1072",
  1729. "lineName": "S7路",
  1730. "isTer": "N",
  1731. "dir": "1",
  1732. "companyId": null,
  1733. "stationtime": 6,
  1734. "stationName": "柳园路高架桥北站",
  1735. "sn": 3,
  1736. "lat": 36.497750000000,
  1737. "stationId": "55130812143052154820"
  1738. },
  1739. {
  1740. "stationspacing": 273,
  1741. "lng": 115.982510000000,
  1742. "companyName": null,
  1743. "isOrg": "N",
  1744. "lineId": "1072",
  1745. "lineName": "S7路",
  1746. "isTer": "N",
  1747. "dir": "1",
  1748. "companyId": null,
  1749. "stationtime": 1,
  1750. "stationName": "柳园路财干路口",
  1751. "sn": 4,
  1752. "lat": 36.485550000000,
  1753. "stationId": "55130812142649059735"
  1754. },
  1755. {
  1756. "stationspacing": 682,
  1757. "lng": 115.982560000000,
  1758. "companyName": null,
  1759. "isOrg": "N",
  1760. "lineId": "1072",
  1761. "lineName": "S7路",
  1762. "isTer": "N",
  1763. "dir": "1",
  1764. "companyId": null,
  1765. "stationtime": 3,
  1766. "stationName": "市电视台",
  1767. "sn": 5,
  1768. "lat": 36.483100000000,
  1769. "stationId": "55130812142419533687"
  1770. },
  1771. {
  1772. "stationspacing": 317,
  1773. "lng": 115.982630000000,
  1774. "companyName": null,
  1775. "isOrg": "N",
  1776. "lineId": "1072",
  1777. "lineName": "S7路",
  1778. "isTer": "N",
  1779. "dir": "1",
  1780. "companyId": null,
  1781. "stationtime": 1,
  1782. "stationName": "万达广场柳园站",
  1783. "sn": 6,
  1784. "lat": 36.476970000000,
  1785. "stationId": "55130812141820389572"
  1786. },
  1787. {
  1788. "stationspacing": 333,
  1789. "lng": 115.982620000000,
  1790. "companyName": null,
  1791. "isOrg": "N",
  1792. "lineId": "1072",
  1793. "lineName": "S7路",
  1794. "isTer": "N",
  1795. "dir": "1",
  1796. "companyId": null,
  1797. "stationtime": 1,
  1798. "stationName": "汽车总站",
  1799. "sn": 7,
  1800. "lat": 36.474120000000,
  1801. "stationId": "55130812141641984536"
  1802. },
  1803. {
  1804. "stationspacing": 538,
  1805. "lng": 115.982680000000,
  1806. "companyName": null,
  1807. "isOrg": "N",
  1808. "lineId": "1072",
  1809. "lineName": "S7路",
  1810. "isTer": "N",
  1811. "dir": "1",
  1812. "companyId": null,
  1813. "stationtime": 2,
  1814. "stationName": "柳园建设路口南",
  1815. "sn": 8,
  1816. "lat": 36.471130000000,
  1817. "stationId": "55130812141455872500"
  1818. },
  1819. {
  1820. "stationspacing": 575,
  1821. "lng": 115.982670000000,
  1822. "companyName": null,
  1823. "isOrg": "N",
  1824. "lineId": "1072",
  1825. "lineName": "S7路",
  1826. "isTer": "N",
  1827. "dir": "1",
  1828. "companyId": null,
  1829. "stationtime": 2,
  1830. "stationName": "柳园路振兴路口南",
  1831. "sn": 9,
  1832. "lat": 36.466300000000,
  1833. "stationId": "55130812141229591443"
  1834. },
  1835. {
  1836. "stationspacing": 199,
  1837. "lng": 115.983040000000,
  1838. "companyName": null,
  1839. "isOrg": "N",
  1840. "lineId": "1072",
  1841. "lineName": "S7路",
  1842. "isTer": "N",
  1843. "dir": "1",
  1844. "companyId": null,
  1845. "stationtime": 0,
  1846. "stationName": "五星百货",
  1847. "sn": 10,
  1848. "lat": 36.461140000000,
  1849. "stationId": "55130812141017974393"
  1850. },
  1851. {
  1852. "stationspacing": 419,
  1853. "lng": 115.982760000000,
  1854. "companyName": null,
  1855. "isOrg": "N",
  1856. "lineId": "1072",
  1857. "lineName": "S7路",
  1858. "isTer": "N",
  1859. "dir": "1",
  1860. "companyId": null,
  1861. "stationtime": 2,
  1862. "stationName": "新东方广场",
  1863. "sn": 11,
  1864. "lat": 36.459370000000,
  1865. "stationId": "55130812140611181205"
  1866. },
  1867. {
  1868. "stationspacing": 334,
  1869. "lng": 115.982800000000,
  1870. "companyName": null,
  1871. "isOrg": "N",
  1872. "lineId": "1072",
  1873. "lineName": "S7路",
  1874. "isTer": "N",
  1875. "dir": "1",
  1876. "companyId": null,
  1877. "stationtime": 1,
  1878. "stationName": "百大三联",
  1879. "sn": 12,
  1880. "lat": 36.455610000000,
  1881. "stationId": "55130814082840370000"
  1882. },
  1883. {
  1884. "stationspacing": 356,
  1885. "lng": 115.982820000000,
  1886. "companyName": null,
  1887. "isOrg": "N",
  1888. "lineId": "1072",
  1889. "lineName": "S7路",
  1890. "isTer": "N",
  1891. "dir": "1",
  1892. "companyId": null,
  1893. "stationtime": 1,
  1894. "stationName": "电影院",
  1895. "sn": 13,
  1896. "lat": 36.452610000000,
  1897. "stationId": "55130814083557545000"
  1898. },
  1899. {
  1900. "stationspacing": 446,
  1901. "lng": 115.982860000000,
  1902. "companyName": null,
  1903. "isOrg": "N",
  1904. "lineId": "1072",
  1905. "lineName": "S7路",
  1906. "isTer": "N",
  1907. "dir": "1",
  1908. "companyId": null,
  1909. "stationtime": 2,
  1910. "stationName": "新华书店",
  1911. "sn": 14,
  1912. "lat": 36.449410000000,
  1913. "stationId": "55130808161612759000"
  1914. },
  1915. {
  1916. "stationspacing": 295,
  1917. "lng": 115.982870000000,
  1918. "companyName": null,
  1919. "isOrg": "N",
  1920. "lineId": "1072",
  1921. "lineName": "S7路",
  1922. "isTer": "N",
  1923. "dir": "1",
  1924. "companyId": null,
  1925. "stationtime": 1,
  1926. "stationName": "闸口",
  1927. "sn": 15,
  1928. "lat": 36.445400000000,
  1929. "stationId": "55130808162310465000"
  1930. },
  1931. {
  1932. "stationspacing": 444,
  1933. "lng": 115.982930000000,
  1934. "companyName": null,
  1935. "isOrg": "N",
  1936. "lineId": "1072",
  1937. "lineName": "S7路",
  1938. "isTer": "N",
  1939. "dir": "1",
  1940. "companyId": null,
  1941. "stationtime": 2,
  1942. "stationName": "妇幼保健院分院",
  1943. "sn": 16,
  1944. "lat": 36.442750000000,
  1945. "stationId": "55130814083745903000"
  1946. },
  1947. {
  1948. "stationspacing": 513,
  1949. "lng": 115.982930000000,
  1950. "companyName": null,
  1951. "isOrg": "N",
  1952. "lineId": "1072",
  1953. "lineName": "S7路",
  1954. "isTer": "N",
  1955. "dir": "1",
  1956. "companyId": null,
  1957. "stationtime": 2,
  1958. "stationName": "聊城视康眼科医院",
  1959. "sn": 17,
  1960. "lat": 36.438760000000,
  1961. "stationId": "55130814083900393000"
  1962. },
  1963. {
  1964. "stationspacing": 485,
  1965. "lng": 115.982960000000,
  1966. "companyName": null,
  1967. "isOrg": "N",
  1968. "lineId": "1072",
  1969. "lineName": "S7路",
  1970. "isTer": "N",
  1971. "dir": "1",
  1972. "companyId": null,
  1973. "stationtime": 2,
  1974. "stationName": "市检察院",
  1975. "sn": 18,
  1976. "lat": 36.434150000000,
  1977. "stationId": "55130814084007661000"
  1978. },
  1979. {
  1980. "stationspacing": 335,
  1981. "lng": 115.982930000000,
  1982. "companyName": null,
  1983. "isOrg": "N",
  1984. "lineId": "1072",
  1985. "lineName": "S7路",
  1986. "isTer": "N",
  1987. "dir": "1",
  1988. "companyId": null,
  1989. "stationtime": 1,
  1990. "stationName": "后罗",
  1991. "sn": 19,
  1992. "lat": 36.429790000000,
  1993. "stationId": "55130814084140294000"
  1994. },
  1995. {
  1996. "stationspacing": 306,
  1997. "lng": 115.985210000000,
  1998. "companyName": null,
  1999. "isOrg": "N",
  2000. "lineId": "1072",
  2001. "lineName": "S7路",
  2002. "isTer": "N",
  2003. "dir": "1",
  2004. "companyId": null,
  2005. "stationtime": 1,
  2006. "stationName": "汽车南站",
  2007. "sn": 20,
  2008. "lat": 36.427400000000,
  2009. "stationId": "55130809092144945000"
  2010. },
  2011. {
  2012. "stationspacing": 1072,
  2013. "lng": 115.988620000000,
  2014. "companyName": null,
  2015. "isOrg": "N",
  2016. "lineId": "1072",
  2017. "lineName": "S7路",
  2018. "isTer": "N",
  2019. "dir": "1",
  2020. "companyId": null,
  2021. "stationtime": 5,
  2022. "stationName": "聊大西校南门",
  2023. "sn": 21,
  2024. "lat": 36.427340000000,
  2025. "stationId": "55130809092357530000"
  2026. },
  2027. {
  2028. "stationspacing": 448,
  2029. "lng": 116.000590000000,
  2030. "companyName": null,
  2031. "isOrg": "N",
  2032. "lineId": "1072",
  2033. "lineName": "S7路",
  2034. "isTer": "N",
  2035. "dir": "1",
  2036. "companyId": null,
  2037. "stationtime": 2,
  2038. "stationName": "聊城市体育馆",
  2039. "sn": 22,
  2040. "lat": 36.427240000000,
  2041. "stationId": "55130814090027910000"
  2042. },
  2043. {
  2044. "stationspacing": 597,
  2045. "lng": 116.005580000000,
  2046. "companyName": null,
  2047. "isOrg": "N",
  2048. "lineId": "1072",
  2049. "lineName": "S7路",
  2050. "isTer": "N",
  2051. "dir": "1",
  2052. "companyId": null,
  2053. "stationtime": 2,
  2054. "stationName": "聊大东校南门",
  2055. "sn": 23,
  2056. "lat": 36.426910000000,
  2057. "stationId": "55130814085919613000"
  2058. },
  2059. {
  2060. "stationspacing": 213,
  2061. "lng": 116.012240000000,
  2062. "companyName": null,
  2063. "isOrg": "N",
  2064. "lineId": "1072",
  2065. "lineName": "S7路",
  2066. "isTer": "N",
  2067. "dir": "1",
  2068. "companyId": null,
  2069. "stationtime": 1,
  2070. "stationName": "区医院分院南门",
  2071. "sn": 24,
  2072. "lat": 36.426980000000,
  2073. "stationId": "55130814085656015000"
  2074. },
  2075. {
  2076. "stationspacing": 334,
  2077. "lng": 116.014310000000,
  2078. "companyName": null,
  2079. "isOrg": "N",
  2080. "lineId": "1072",
  2081. "lineName": "S7路",
  2082. "isTer": "N",
  2083. "dir": "1",
  2084. "companyId": null,
  2085. "stationtime": 1,
  2086. "stationName": "区医院聊大院区",
  2087. "sn": 25,
  2088. "lat": 36.427930000000,
  2089. "stationId": "55130813090225610000"
  2090. },
  2091. {
  2092. "stationspacing": 66,
  2093. "lng": 116.014560000000,
  2094. "companyName": null,
  2095. "isOrg": "N",
  2096. "lineId": "1072",
  2097. "lineName": "S7路",
  2098. "isTer": "Y",
  2099. "dir": "1",
  2100. "companyId": null,
  2101. "stationtime": 0,
  2102. "stationName": "区医院聊大院区",
  2103. "sn": 26,
  2104. "lat": 36.430920000000,
  2105. "stationId": "55151218132618905000"
  2106. }
  2107. ],
  2108. "lineId": "1072",
  2109. "lineName": "S7路",
  2110. "nextBusAwayFrom": 1,
  2111. "nextBusStationName": "万达广场柳园站",
  2112. "terminateStationName": "区医院聊大院区"
  2113. },
  2114. {
  2115. "firstTime": "06:50:00",
  2116. "lastTime": "17:40:00",
  2117. "originStationName": "聊城五中",
  2118. "flag": "1",
  2119. "theOtherBusAwayFrom": 1000,
  2120. "price": 2.00,
  2121. "stationList": [
  2122. {
  2123. "stationspacing": 1258,
  2124. "lng": 115.907030000000,
  2125. "companyName": null,
  2126. "isOrg": "Y",
  2127. "lineId": "1082",
  2128. "lineName": "K108路",
  2129. "isTer": "N",
  2130. "dir": "2",
  2131. "companyId": null,
  2132. "stationtime": 6,
  2133. "stationName": "闫寺冯庄",
  2134. "sn": 1,
  2135. "lat": 36.528970000000,
  2136. "stationId": "55210825084504553000"
  2137. },
  2138. {
  2139. "stationspacing": 432,
  2140. "lng": 115.893290000000,
  2141. "companyName": null,
  2142. "isOrg": "N",
  2143. "lineId": "1082",
  2144. "lineName": "K108路",
  2145. "isTer": "N",
  2146. "dir": "2",
  2147. "companyId": null,
  2148. "stationtime": 2,
  2149. "stationName": "单庄",
  2150. "sn": 2,
  2151. "lat": 36.531360000000,
  2152. "stationId": "55210825083813515000"
  2153. },
  2154. {
  2155. "stationspacing": 248,
  2156. "lng": 115.888650000000,
  2157. "companyName": null,
  2158. "isOrg": "N",
  2159. "lineId": "1082",
  2160. "lineName": "K108路",
  2161. "isTer": "N",
  2162. "dir": "2",
  2163. "companyId": null,
  2164. "stationtime": 1,
  2165. "stationName": "玉皇庙",
  2166. "sn": 3,
  2167. "lat": 36.532450000000,
  2168. "stationId": "55210825083458734000"
  2169. },
  2170. {
  2171. "stationspacing": 603,
  2172. "lng": 115.886970000000,
  2173. "companyName": null,
  2174. "isOrg": "N",
  2175. "lineId": "1082",
  2176. "lineName": "K108路",
  2177. "isTer": "N",
  2178. "dir": "2",
  2179. "companyId": null,
  2180. "stationtime": 3,
  2181. "stationName": "玉皇庙南站",
  2182. "sn": 4,
  2183. "lat": 36.530680000000,
  2184. "stationId": "55201028154806322000"
  2185. },
  2186. {
  2187. "stationspacing": 880,
  2188. "lng": 115.886070000000,
  2189. "companyName": null,
  2190. "isOrg": "N",
  2191. "lineId": "1082",
  2192. "lineName": "K108路",
  2193. "isTer": "N",
  2194. "dir": "2",
  2195. "companyId": null,
  2196. "stationtime": 4,
  2197. "stationName": "闫寺北站",
  2198. "sn": 5,
  2199. "lat": 36.525310000000,
  2200. "stationId": "55201028154736505000"
  2201. },
  2202. {
  2203. "stationspacing": 306,
  2204. "lng": 115.884680000000,
  2205. "companyName": null,
  2206. "isOrg": "N",
  2207. "lineId": "1082",
  2208. "lineName": "K108路",
  2209. "isTer": "N",
  2210. "dir": "2",
  2211. "companyId": null,
  2212. "stationtime": 1,
  2213. "stationName": "闫寺",
  2214. "sn": 6,
  2215. "lat": 36.517480000000,
  2216. "stationId": "55201028154707720000"
  2217. },
  2218. {
  2219. "stationspacing": 383,
  2220. "lng": 115.884210000000,
  2221. "companyName": null,
  2222. "isOrg": "N",
  2223. "lineId": "1082",
  2224. "lineName": "K108路",
  2225. "isTer": "N",
  2226. "dir": "2",
  2227. "companyId": null,
  2228. "stationtime": 1,
  2229. "stationName": "闫寺镇路口",
  2230. "sn": 7,
  2231. "lat": 36.514760000000,
  2232. "stationId": "55130814135008431000"
  2233. },
  2234. {
  2235. "stationspacing": 471,
  2236. "lng": 115.883740000000,
  2237. "companyName": null,
  2238. "isOrg": "N",
  2239. "lineId": "1082",
  2240. "lineName": "K108路",
  2241. "isTer": "N",
  2242. "dir": "2",
  2243. "companyId": null,
  2244. "stationtime": 2,
  2245. "stationName": "赵堤口村",
  2246. "sn": 8,
  2247. "lat": 36.511340000000,
  2248. "stationId": "55130814134912911000"
  2249. },
  2250. {
  2251. "stationspacing": 274,
  2252. "lng": 115.883270000000,
  2253. "companyName": null,
  2254. "isOrg": "N",
  2255. "lineId": "1082",
  2256. "lineName": "K108路",
  2257. "isTer": "N",
  2258. "dir": "2",
  2259. "companyId": null,
  2260. "stationtime": 1,
  2261. "stationName": "秦庄村",
  2262. "sn": 9,
  2263. "lat": 36.507130000000,
  2264. "stationId": "55210830091524741000"
  2265. },
  2266. {
  2267. "stationspacing": 920,
  2268. "lng": 115.882980000000,
  2269. "companyName": null,
  2270. "isOrg": "N",
  2271. "lineId": "1082",
  2272. "lineName": "K108路",
  2273. "isTer": "N",
  2274. "dir": "2",
  2275. "companyId": null,
  2276. "stationtime": 4,
  2277. "stationName": "南舒村",
  2278. "sn": 10,
  2279. "lat": 36.504680000000,
  2280. "stationId": "55210830091714930000"
  2281. },
  2282. {
  2283. "stationspacing": 152,
  2284. "lng": 115.882080000000,
  2285. "companyName": null,
  2286. "isOrg": "N",
  2287. "lineId": "1082",
  2288. "lineName": "K108路",
  2289. "isTer": "N",
  2290. "dir": "2",
  2291. "companyId": null,
  2292. "stationtime": 0,
  2293. "stationName": "老吕村",
  2294. "sn": 11,
  2295. "lat": 36.496450000000,
  2296. "stationId": "55130814134816798000"
  2297. },
  2298. {
  2299. "stationspacing": 345,
  2300. "lng": 115.881900000000,
  2301. "companyName": null,
  2302. "isOrg": "N",
  2303. "lineId": "1082",
  2304. "lineName": "K108路",
  2305. "isTer": "N",
  2306. "dir": "2",
  2307. "companyId": null,
  2308. "stationtime": 1,
  2309. "stationName": "老吕南站",
  2310. "sn": 12,
  2311. "lat": 36.495090000000,
  2312. "stationId": "55210830091839168000"
  2313. },
  2314. {
  2315. "stationspacing": 1215,
  2316. "lng": 115.883010000000,
  2317. "companyName": null,
  2318. "isOrg": "N",
  2319. "lineId": "1082",
  2320. "lineName": "K108路",
  2321. "isTer": "N",
  2322. "dir": "2",
  2323. "companyId": null,
  2324. "stationtime": 6,
  2325. "stationName": "铁屯村",
  2326. "sn": 13,
  2327. "lat": 36.492120000000,
  2328. "stationId": "55130814134723445000"
  2329. },
  2330. {
  2331. "stationspacing": 1213,
  2332. "lng": 115.891780000000,
  2333. "companyName": null,
  2334. "isOrg": "N",
  2335. "lineId": "1082",
  2336. "lineName": "K108路",
  2337. "isTer": "N",
  2338. "dir": "2",
  2339. "companyId": null,
  2340. "stationtime": 6,
  2341. "stationName": "闫梁路口",
  2342. "sn": 14,
  2343. "lat": 36.483790000000,
  2344. "stationId": "55130814134630047000"
  2345. },
  2346. {
  2347. "stationspacing": 1009,
  2348. "lng": 115.890800000000,
  2349. "companyName": null,
  2350. "isOrg": "N",
  2351. "lineId": "1082",
  2352. "lineName": "K108路",
  2353. "isTer": "N",
  2354. "dir": "2",
  2355. "companyId": null,
  2356. "stationtime": 5,
  2357. "stationName": "高速公路桥北",
  2358. "sn": 15,
  2359. "lat": 36.472920000000,
  2360. "stationId": "55130814134549455000"
  2361. },
  2362. {
  2363. "stationspacing": 408,
  2364. "lng": 115.891330000000,
  2365. "companyName": null,
  2366. "isOrg": "N",
  2367. "lineId": "1082",
  2368. "lineName": "K108路",
  2369. "isTer": "N",
  2370. "dir": "2",
  2371. "companyId": null,
  2372. "stationtime": 2,
  2373. "stationName": "聊冠路西外环东",
  2374. "sn": 16,
  2375. "lat": 36.463870000000,
  2376. "stationId": "55130814112037870000"
  2377. },
  2378. {
  2379. "stationspacing": 1095,
  2380. "lng": 115.895600000000,
  2381. "companyName": null,
  2382. "isOrg": "N",
  2383. "lineId": "1082",
  2384. "lineName": "K108路",
  2385. "isTer": "N",
  2386. "dir": "2",
  2387. "companyId": null,
  2388. "stationtime": 5,
  2389. "stationName": "聊冠路高速路口",
  2390. "sn": 17,
  2391. "lat": 36.462600000000,
  2392. "stationId": "55170525094804104000"
  2393. },
  2394. {
  2395. "stationspacing": 1698,
  2396. "lng": 115.907190000000,
  2397. "companyName": null,
  2398. "isOrg": "N",
  2399. "lineId": "1082",
  2400. "lineName": "K108路",
  2401. "isTer": "N",
  2402. "dir": "2",
  2403. "companyId": null,
  2404. "stationtime": 8,
  2405. "stationName": "电厂",
  2406. "sn": 18,
  2407. "lat": 36.459450000000,
  2408. "stationId": "55130814112203514000"
  2409. },
  2410. {
  2411. "stationspacing": 1073,
  2412. "lng": 115.926010000000,
  2413. "companyName": null,
  2414. "isOrg": "N",
  2415. "lineId": "1082",
  2416. "lineName": "K108路",
  2417. "isTer": "N",
  2418. "dir": "2",
  2419. "companyId": null,
  2420. "stationtime": 5,
  2421. "stationName": "海源路聊堂路口北",
  2422. "sn": 19,
  2423. "lat": 36.461300000000,
  2424. "stationId": "55210727161626013000"
  2425. },
  2426. {
  2427. "stationspacing": 706,
  2428. "lng": 115.929070000000,
  2429. "companyName": null,
  2430. "isOrg": "N",
  2431. "lineId": "1082",
  2432. "lineName": "K108路",
  2433. "isTer": "N",
  2434. "dir": "2",
  2435. "companyId": null,
  2436. "stationtime": 3,
  2437. "stationName": "佳苑新城小区",
  2438. "sn": 20,
  2439. "lat": 36.470620000000,
  2440. "stationId": "55210727161522120000"
  2441. },
  2442. {
  2443. "stationspacing": 980,
  2444. "lng": 115.930660000000,
  2445. "companyName": null,
  2446. "isOrg": "N",
  2447. "lineId": "1082",
  2448. "lineName": "K108路",
  2449. "isTer": "N",
  2450. "dir": "2",
  2451. "companyId": null,
  2452. "stationtime": 4,
  2453. "stationName": "后田",
  2454. "sn": 21,
  2455. "lat": 36.476830000000,
  2456. "stationId": "55210727161208994000"
  2457. },
  2458. {
  2459. "stationspacing": 284,
  2460. "lng": 115.941610000000,
  2461. "companyName": null,
  2462. "isOrg": "N",
  2463. "lineId": "1082",
  2464. "lineName": "K108路",
  2465. "isTer": "N",
  2466. "dir": "2",
  2467. "companyId": null,
  2468. "stationtime": 1,
  2469. "stationName": "站前街双力路口西",
  2470. "sn": 22,
  2471. "lat": 36.477020000000,
  2472. "stationId": "55210728162622631000"
  2473. },
  2474. {
  2475. "stationspacing": 405,
  2476. "lng": 115.944400000000,
  2477. "companyName": null,
  2478. "isOrg": "N",
  2479. "lineId": "1082",
  2480. "lineName": "K108路",
  2481. "isTer": "N",
  2482. "dir": "2",
  2483. "companyId": null,
  2484. "stationtime": 2,
  2485. "stationName": "站前街建设路北",
  2486. "sn": 23,
  2487. "lat": 36.475800000000,
  2488. "stationId": "55170727115846550000"
  2489. },
  2490. {
  2491. "stationspacing": 493,
  2492. "lng": 115.946310000000,
  2493. "companyName": null,
  2494. "isOrg": "N",
  2495. "lineId": "1082",
  2496. "lineName": "K108路",
  2497. "isTer": "N",
  2498. "dir": "2",
  2499. "companyId": null,
  2500. "stationtime": 2,
  2501. "stationName": "站北花园北门",
  2502. "sn": 24,
  2503. "lat": 36.472500000000,
  2504. "stationId": "55130814142728299000"
  2505. },
  2506. {
  2507. "stationspacing": 247,
  2508. "lng": 115.951820000000,
  2509. "companyName": null,
  2510. "isOrg": "N",
  2511. "lineId": "1082",
  2512. "lineName": "K108路",
  2513. "isTer": "N",
  2514. "dir": "2",
  2515. "companyId": null,
  2516. "stationtime": 1,
  2517. "stationName": "香江服装区",
  2518. "sn": 25,
  2519. "lat": 36.472520000000,
  2520. "stationId": "55130814142841713000"
  2521. },
  2522. {
  2523. "stationspacing": 422,
  2524. "lng": 115.954580000000,
  2525. "companyName": null,
  2526. "isOrg": "N",
  2527. "lineId": "1082",
  2528. "lineName": "K108路",
  2529. "isTer": "N",
  2530. "dir": "2",
  2531. "companyId": null,
  2532. "stationtime": 2,
  2533. "stationName": "香江发车区",
  2534. "sn": 26,
  2535. "lat": 36.472560000000,
  2536. "stationId": "55130814142947155000"
  2537. },
  2538. {
  2539. "stationspacing": 356,
  2540. "lng": 115.959290000000,
  2541. "companyName": null,
  2542. "isOrg": "N",
  2543. "lineId": "1082",
  2544. "lineName": "K108路",
  2545. "isTer": "N",
  2546. "dir": "2",
  2547. "companyId": null,
  2548. "stationtime": 1,
  2549. "stationName": "香江电子区",
  2550. "sn": 27,
  2551. "lat": 36.472550000000,
  2552. "stationId": "55130814143037122000"
  2553. },
  2554. {
  2555. "stationspacing": 260,
  2556. "lng": 115.963270000000,
  2557. "companyName": null,
  2558. "isOrg": "N",
  2559. "lineId": "1082",
  2560. "lineName": "K108路",
  2561. "isTer": "N",
  2562. "dir": "2",
  2563. "companyId": null,
  2564. "stationtime": 1,
  2565. "stationName": "建设路运河东站",
  2566. "sn": 28,
  2567. "lat": 36.472620000000,
  2568. "stationId": "55130814143141269000"
  2569. },
  2570. {
  2571. "stationspacing": 404,
  2572. "lng": 115.966170000000,
  2573. "companyName": null,
  2574. "isOrg": "N",
  2575. "lineId": "1082",
  2576. "lineName": "K108路",
  2577. "isTer": "N",
  2578. "dir": "2",
  2579. "companyId": null,
  2580. "stationtime": 2,
  2581. "stationName": "香江二期",
  2582. "sn": 29,
  2583. "lat": 36.472550000000,
  2584. "stationId": "55130814143247850000"
  2585. },
  2586. {
  2587. "stationspacing": 300,
  2588. "lng": 115.970680000000,
  2589. "companyName": null,
  2590. "isOrg": "N",
  2591. "lineId": "1082",
  2592. "lineName": "K108路",
  2593. "isTer": "N",
  2594. "dir": "2",
  2595. "companyId": null,
  2596. "stationtime": 1,
  2597. "stationName": "建设路卫育路口西",
  2598. "sn": 30,
  2599. "lat": 36.472630000000,
  2600. "stationId": "55130814143346210000"
  2601. },
  2602. {
  2603. "stationspacing": 364,
  2604. "lng": 115.974030000000,
  2605. "companyName": null,
  2606. "isOrg": "N",
  2607. "lineId": "1082",
  2608. "lineName": "K108路",
  2609. "isTer": "N",
  2610. "dir": "2",
  2611. "companyId": null,
  2612. "stationtime": 1,
  2613. "stationName": "建设路卫育路口东",
  2614. "sn": 31,
  2615. "lat": 36.472660000000,
  2616. "stationId": "55130814143448516000"
  2617. },
  2618. {
  2619. "stationspacing": 273,
  2620. "lng": 115.978100000000,
  2621. "companyName": null,
  2622. "isOrg": "N",
  2623. "lineId": "1082",
  2624. "lineName": "K108路",
  2625. "isTer": "N",
  2626. "dir": "2",
  2627. "companyId": null,
  2628. "stationtime": 1,
  2629. "stationName": "建设路新纺街路口",
  2630. "sn": 32,
  2631. "lat": 36.472700000000,
  2632. "stationId": "55130814143555331000"
  2633. },
  2634. {
  2635. "stationspacing": 249,
  2636. "lng": 115.981150000000,
  2637. "companyName": null,
  2638. "isOrg": "N",
  2639. "lineId": "1082",
  2640. "lineName": "K108路",
  2641. "isTer": "N",
  2642. "dir": "2",
  2643. "companyId": null,
  2644. "stationtime": 1,
  2645. "stationName": "汽车总站进站口",
  2646. "sn": 33,
  2647. "lat": 36.472720000000,
  2648. "stationId": "55130814143653145000"
  2649. },
  2650. {
  2651. "stationspacing": 354,
  2652. "lng": 115.982880000000,
  2653. "companyName": null,
  2654. "isOrg": "N",
  2655. "lineId": "1082",
  2656. "lineName": "K108路",
  2657. "isTer": "N",
  2658. "dir": "2",
  2659. "companyId": null,
  2660. "stationtime": 1,
  2661. "stationName": "汽车总站",
  2662. "sn": 34,
  2663. "lat": 36.474470000000,
  2664. "stationId": "55130812091555123038"
  2665. },
  2666. {
  2667. "stationspacing": 633,
  2668. "lng": 115.982870000000,
  2669. "companyName": null,
  2670. "isOrg": "N",
  2671. "lineId": "1082",
  2672. "lineName": "K108路",
  2673. "isTer": "N",
  2674. "dir": "2",
  2675. "companyId": null,
  2676. "stationtime": 3,
  2677. "stationName": "万达广场柳园站",
  2678. "sn": 35,
  2679. "lat": 36.477650000000,
  2680. "stationId": "55130812091808862038"
  2681. },
  2682. {
  2683. "stationspacing": 1060,
  2684. "lng": 115.978750000000,
  2685. "companyName": null,
  2686. "isOrg": "N",
  2687. "lineId": "1082",
  2688. "lineName": "K108路",
  2689. "isTer": "Y",
  2690. "dir": "2",
  2691. "companyId": null,
  2692. "stationtime": 5,
  2693. "stationName": "聊城五中",
  2694. "sn": 36,
  2695. "lat": 36.482270000000,
  2696. "stationId": "55210125143815439009"
  2697. }
  2698. ],
  2699. "lineId": "1082",
  2700. "lineName": "K108路",
  2701. "nextBusAwayFrom": 1000,
  2702. "nextBusStationName": "未发车",
  2703. "terminateStationName": "闫寺冯庄"
  2704. },
  2705. {
  2706. "firstTime": "07:05:00",
  2707. "lastTime": "18:00:00",
  2708. "originStationName": "柳园路财干路口",
  2709. "flag": "1",
  2710. "theOtherBusAwayFrom": 1000,
  2711. "price": 2.00,
  2712. "stationList": [
  2713. {
  2714. "stationspacing": 821,
  2715. "lng": 115.812650000000,
  2716. "companyName": null,
  2717. "isOrg": "Y",
  2718. "lineId": "1611",
  2719. "lineName": "161路北线",
  2720. "isTer": "N",
  2721. "dir": "2",
  2722. "companyId": null,
  2723. "stationtime": 4,
  2724. "stationName": "乔集",
  2725. "sn": 1,
  2726. "lat": 36.572900000000,
  2727. "stationId": "55201028155817217000"
  2728. },
  2729. {
  2730. "stationspacing": 588,
  2731. "lng": 115.810650000000,
  2732. "companyName": null,
  2733. "isOrg": "N",
  2734. "lineId": "1611",
  2735. "lineName": "161路北线",
  2736. "isTer": "N",
  2737. "dir": "2",
  2738. "companyId": null,
  2739. "stationtime": 2,
  2740. "stationName": "苏堤口",
  2741. "sn": 2,
  2742. "lat": 36.565700000000,
  2743. "stationId": "55201028160407198000"
  2744. },
  2745. {
  2746. "stationspacing": 573,
  2747. "lng": 115.809150000000,
  2748. "companyName": null,
  2749. "isOrg": "N",
  2750. "lineId": "1611",
  2751. "lineName": "161路北线",
  2752. "isTer": "N",
  2753. "dir": "2",
  2754. "companyId": null,
  2755. "stationtime": 2,
  2756. "stationName": "马村",
  2757. "sn": 3,
  2758. "lat": 36.560560000000,
  2759. "stationId": "55201028160333110000"
  2760. },
  2761. {
  2762. "stationspacing": 264,
  2763. "lng": 115.807750000000,
  2764. "companyName": null,
  2765. "isOrg": "N",
  2766. "lineId": "1611",
  2767. "lineName": "161路北线",
  2768. "isTer": "N",
  2769. "dir": "2",
  2770. "companyId": null,
  2771. "stationtime": 1,
  2772. "stationName": "东苏村",
  2773. "sn": 4,
  2774. "lat": 36.555540000000,
  2775. "stationId": "55201028160250095000"
  2776. },
  2777. {
  2778. "stationspacing": 934,
  2779. "lng": 115.810510000000,
  2780. "companyName": null,
  2781. "isOrg": "N",
  2782. "lineId": "1611",
  2783. "lineName": "161路北线",
  2784. "isTer": "N",
  2785. "dir": "2",
  2786. "companyId": null,
  2787. "stationtime": 4,
  2788. "stationName": "东苏村东站",
  2789. "sn": 5,
  2790. "lat": 36.554710000000,
  2791. "stationId": "55201028160207935000"
  2792. },
  2793. {
  2794. "stationspacing": 430,
  2795. "lng": 115.820800000000,
  2796. "companyName": null,
  2797. "isOrg": "N",
  2798. "lineId": "1611",
  2799. "lineName": "161路北线",
  2800. "isTer": "N",
  2801. "dir": "2",
  2802. "companyId": null,
  2803. "stationtime": 2,
  2804. "stationName": "前李村",
  2805. "sn": 6,
  2806. "lat": 36.553280000000,
  2807. "stationId": "55201028160123558000"
  2808. },
  2809. {
  2810. "stationspacing": 376,
  2811. "lng": 115.825560000000,
  2812. "companyName": null,
  2813. "isOrg": "N",
  2814. "lineId": "1611",
  2815. "lineName": "161路北线",
  2816. "isTer": "N",
  2817. "dir": "2",
  2818. "companyId": null,
  2819. "stationtime": 1,
  2820. "stationName": "石槽王西站",
  2821. "sn": 7,
  2822. "lat": 36.552760000000,
  2823. "stationId": "55201028160037898000"
  2824. },
  2825. {
  2826. "stationspacing": 1136,
  2827. "lng": 115.829740000000,
  2828. "companyName": null,
  2829. "isOrg": "N",
  2830. "lineId": "1611",
  2831. "lineName": "161路北线",
  2832. "isTer": "N",
  2833. "dir": "2",
  2834. "companyId": null,
  2835. "stationtime": 5,
  2836. "stationName": "石槽王东站",
  2837. "sn": 8,
  2838. "lat": 36.552420000000,
  2839. "stationId": "55201028155956720000"
  2840. },
  2841. {
  2842. "stationspacing": 438,
  2843. "lng": 115.842400000000,
  2844. "companyName": null,
  2845. "isOrg": "N",
  2846. "lineId": "1611",
  2847. "lineName": "161路北线",
  2848. "isTer": "N",
  2849. "dir": "2",
  2850. "companyId": null,
  2851. "stationtime": 2,
  2852. "stationName": "大杨庄西站",
  2853. "sn": 9,
  2854. "lat": 36.551550000000,
  2855. "stationId": "55201028155903482000"
  2856. },
  2857. {
  2858. "stationspacing": 1320,
  2859. "lng": 115.847270000000,
  2860. "companyName": null,
  2861. "isOrg": "N",
  2862. "lineId": "1611",
  2863. "lineName": "161路北线",
  2864. "isTer": "N",
  2865. "dir": "2",
  2866. "companyId": null,
  2867. "stationtime": 6,
  2868. "stationName": "大杨庄东站",
  2869. "sn": 10,
  2870. "lat": 36.551140000000,
  2871. "stationId": "55210820135226470000"
  2872. },
  2873. {
  2874. "stationspacing": 442,
  2875. "lng": 115.861820000000,
  2876. "companyName": null,
  2877. "isOrg": "N",
  2878. "lineId": "1611",
  2879. "lineName": "161路北线",
  2880. "isTer": "N",
  2881. "dir": "2",
  2882. "companyId": null,
  2883. "stationtime": 2,
  2884. "stationName": "赵李王西站",
  2885. "sn": 11,
  2886. "lat": 36.549120000000,
  2887. "stationId": "55201028155731477000"
  2888. },
  2889. {
  2890. "stationspacing": 427,
  2891. "lng": 115.866710000000,
  2892. "companyName": null,
  2893. "isOrg": "N",
  2894. "lineId": "1611",
  2895. "lineName": "161路北线",
  2896. "isTer": "N",
  2897. "dir": "2",
  2898. "companyId": null,
  2899. "stationtime": 2,
  2900. "stationName": "赵李王东站",
  2901. "sn": 12,
  2902. "lat": 36.548570000000,
  2903. "stationId": "55201028155648838000"
  2904. },
  2905. {
  2906. "stationspacing": 308,
  2907. "lng": 115.871430000000,
  2908. "companyName": null,
  2909. "isOrg": "N",
  2910. "lineId": "1611",
  2911. "lineName": "161路北线",
  2912. "isTer": "N",
  2913. "dir": "2",
  2914. "companyId": null,
  2915. "stationtime": 1,
  2916. "stationName": "高泽刘西站",
  2917. "sn": 13,
  2918. "lat": 36.547980000000,
  2919. "stationId": "55201028155558077000"
  2920. },
  2921. {
  2922. "stationspacing": 465,
  2923. "lng": 115.874870000000,
  2924. "companyName": null,
  2925. "isOrg": "N",
  2926. "lineId": "1611",
  2927. "lineName": "161路北线",
  2928. "isTer": "N",
  2929. "dir": "2",
  2930. "companyId": null,
  2931. "stationtime": 2,
  2932. "stationName": "高泽刘东站",
  2933. "sn": 14,
  2934. "lat": 36.547820000000,
  2935. "stationId": "55201028155514795000"
  2936. },
  2937. {
  2938. "stationspacing": 869,
  2939. "lng": 115.880050000000,
  2940. "companyName": null,
  2941. "isOrg": "N",
  2942. "lineId": "1611",
  2943. "lineName": "161路北线",
  2944. "isTer": "N",
  2945. "dir": "2",
  2946. "companyId": null,
  2947. "stationtime": 4,
  2948. "stationName": "前胡村",
  2949. "sn": 15,
  2950. "lat": 36.547410000000,
  2951. "stationId": "55201028155423841000"
  2952. },
  2953. {
  2954. "stationspacing": 595,
  2955. "lng": 115.889660000000,
  2956. "companyName": null,
  2957. "isOrg": "N",
  2958. "lineId": "1611",
  2959. "lineName": "161路北线",
  2960. "isTer": "N",
  2961. "dir": "2",
  2962. "companyId": null,
  2963. "stationtime": 2,
  2964. "stationName": "郎庄",
  2965. "sn": 16,
  2966. "lat": 36.546260000000,
  2967. "stationId": "55201028155054036000"
  2968. },
  2969. {
  2970. "stationspacing": 920,
  2971. "lng": 115.888770000000,
  2972. "companyName": null,
  2973. "isOrg": "N",
  2974. "lineId": "1611",
  2975. "lineName": "161路北线",
  2976. "isTer": "N",
  2977. "dir": "2",
  2978. "companyId": null,
  2979. "stationtime": 4,
  2980. "stationName": "任庄",
  2981. "sn": 17,
  2982. "lat": 36.540960000000,
  2983. "stationId": "55201028155011444000"
  2984. },
  2985. {
  2986. "stationspacing": 237,
  2987. "lng": 115.887660000000,
  2988. "companyName": null,
  2989. "isOrg": "N",
  2990. "lineId": "1611",
  2991. "lineName": "161路北线",
  2992. "isTer": "N",
  2993. "dir": "2",
  2994. "companyId": null,
  2995. "stationtime": 1,
  2996. "stationName": "玉皇庙北站",
  2997. "sn": 18,
  2998. "lat": 36.532740000000,
  2999. "stationId": "55201028154914889000"
  3000. },
  3001. {
  3002. "stationspacing": 603,
  3003. "lng": 115.886970000000,
  3004. "companyName": null,
  3005. "isOrg": "N",
  3006. "lineId": "1611",
  3007. "lineName": "161路北线",
  3008. "isTer": "N",
  3009. "dir": "2",
  3010. "companyId": null,
  3011. "stationtime": 3,
  3012. "stationName": "玉皇庙南站",
  3013. "sn": 19,
  3014. "lat": 36.530680000000,
  3015. "stationId": "55201028154806322000"
  3016. },
  3017. {
  3018. "stationspacing": 880,
  3019. "lng": 115.886070000000,
  3020. "companyName": null,
  3021. "isOrg": "N",
  3022. "lineId": "1611",
  3023. "lineName": "161路北线",
  3024. "isTer": "N",
  3025. "dir": "2",
  3026. "companyId": null,
  3027. "stationtime": 4,
  3028. "stationName": "闫寺北站",
  3029. "sn": 20,
  3030. "lat": 36.525310000000,
  3031. "stationId": "55201028154736505000"
  3032. },
  3033. {
  3034. "stationspacing": 257,
  3035. "lng": 115.884680000000,
  3036. "companyName": null,
  3037. "isOrg": "N",
  3038. "lineId": "1611",
  3039. "lineName": "161路北线",
  3040. "isTer": "N",
  3041. "dir": "2",
  3042. "companyId": null,
  3043. "stationtime": 1,
  3044. "stationName": "闫寺",
  3045. "sn": 21,
  3046. "lat": 36.517480000000,
  3047. "stationId": "55201028154707720000"
  3048. },
  3049. {
  3050. "stationspacing": 2018,
  3051. "lng": 115.884940000000,
  3052. "companyName": null,
  3053. "isOrg": "N",
  3054. "lineId": "1611",
  3055. "lineName": "161路北线",
  3056. "isTer": "N",
  3057. "dir": "2",
  3058. "companyId": null,
  3059. "stationtime": 10,
  3060. "stationName": "闫寺南站",
  3061. "sn": 22,
  3062. "lat": 36.515180000000,
  3063. "stationId": "55201028154617929000"
  3064. },
  3065. {
  3066. "stationspacing": 689,
  3067. "lng": 115.907480000000,
  3068. "companyName": null,
  3069. "isOrg": "N",
  3070. "lineId": "1611",
  3071. "lineName": "161路北线",
  3072. "isTer": "N",
  3073. "dir": "2",
  3074. "companyId": null,
  3075. "stationtime": 3,
  3076. "stationName": "北铁村",
  3077. "sn": 23,
  3078. "lat": 36.514520000000,
  3079. "stationId": "55170727115138640000"
  3080. },
  3081. {
  3082. "stationspacing": 701,
  3083. "lng": 115.915060000000,
  3084. "companyName": null,
  3085. "isOrg": "N",
  3086. "lineId": "1611",
  3087. "lineName": "161路北线",
  3088. "isTer": "N",
  3089. "dir": "2",
  3090. "companyId": null,
  3091. "stationtime": 3,
  3092. "stationName": "张庄",
  3093. "sn": 24,
  3094. "lat": 36.513440000000,
  3095. "stationId": "55170727115221013000"
  3096. },
  3097. {
  3098. "stationspacing": 562,
  3099. "lng": 115.922870000000,
  3100. "companyName": null,
  3101. "isOrg": "N",
  3102. "lineId": "1611",
  3103. "lineName": "161路北线",
  3104. "isTer": "N",
  3105. "dir": "2",
  3106. "companyId": null,
  3107. "stationtime": 2,
  3108. "stationName": "凤凰路口",
  3109. "sn": 25,
  3110. "lat": 36.513930000000,
  3111. "stationId": "55170727115316090000"
  3112. },
  3113. {
  3114. "stationspacing": 342,
  3115. "lng": 115.929150000000,
  3116. "companyName": null,
  3117. "isOrg": "N",
  3118. "lineId": "1611",
  3119. "lineName": "161路北线",
  3120. "isTer": "N",
  3121. "dir": "2",
  3122. "companyId": null,
  3123. "stationtime": 1,
  3124. "stationName": "站前街外环南站",
  3125. "sn": 26,
  3126. "lat": 36.513960000000,
  3127. "stationId": "55130814145403807000"
  3128. },
  3129. {
  3130. "stationspacing": 347,
  3131. "lng": 115.930230000000,
  3132. "companyName": null,
  3133. "isOrg": "N",
  3134. "lineId": "1611",
  3135. "lineName": "161路北线",
  3136. "isTer": "N",
  3137. "dir": "2",
  3138. "companyId": null,
  3139. "stationtime": 1,
  3140. "stationName": "站前街嘉明路北",
  3141. "sn": 27,
  3142. "lat": 36.511010000000,
  3143. "stationId": "55170727115417831000"
  3144. },
  3145. {
  3146. "stationspacing": 416,
  3147. "lng": 115.931200000000,
  3148. "companyName": null,
  3149. "isOrg": "N",
  3150. "lineId": "1611",
  3151. "lineName": "161路北线",
  3152. "isTer": "N",
  3153. "dir": "2",
  3154. "companyId": null,
  3155. "stationtime": 2,
  3156. "stationName": "站前街嘉明路南",
  3157. "sn": 28,
  3158. "lat": 36.507990000000,
  3159. "stationId": "55170727115507260000"
  3160. },
  3161. {
  3162. "stationspacing": 393,
  3163. "lng": 115.931860000000,
  3164. "companyName": null,
  3165. "isOrg": "N",
  3166. "lineId": "1611",
  3167. "lineName": "161路北线",
  3168. "isTer": "N",
  3169. "dir": "2",
  3170. "companyId": null,
  3171. "stationtime": 1,
  3172. "stationName": "福和实业",
  3173. "sn": 29,
  3174. "lat": 36.504290000000,
  3175. "stationId": "55130814145323700000"
  3176. },
  3177. {
  3178. "stationspacing": 346,
  3179. "lng": 115.932970000000,
  3180. "companyName": null,
  3181. "isOrg": "N",
  3182. "lineId": "1611",
  3183. "lineName": "161路北线",
  3184. "isTer": "N",
  3185. "dir": "2",
  3186. "companyId": null,
  3187. "stationtime": 1,
  3188. "stationName": "站前嘉和路南站",
  3189. "sn": 30,
  3190. "lat": 36.500870000000,
  3191. "stationId": "55141219111940242000"
  3192. },
  3193. {
  3194. "stationspacing": 432,
  3195. "lng": 115.934070000000,
  3196. "companyName": null,
  3197. "isOrg": "N",
  3198. "lineId": "1611",
  3199. "lineName": "161路北线",
  3200. "isTer": "N",
  3201. "dir": "2",
  3202. "companyId": null,
  3203. "stationtime": 2,
  3204. "stationName": "张记口腔诊所",
  3205. "sn": 31,
  3206. "lat": 36.497890000000,
  3207. "stationId": "55141219112021661000"
  3208. },
  3209. {
  3210. "stationspacing": 309,
  3211. "lng": 115.935880000000,
  3212. "companyName": null,
  3213. "isOrg": "N",
  3214. "lineId": "1611",
  3215. "lineName": "161路北线",
  3216. "isTer": "N",
  3217. "dir": "2",
  3218. "companyId": null,
  3219. "stationtime": 1,
  3220. "stationName": "站前街京济路北",
  3221. "sn": 32,
  3222. "lat": 36.494290000000,
  3223. "stationId": "55170727115642544000"
  3224. },
  3225. {
  3226. "stationspacing": 1543,
  3227. "lng": 115.936560000000,
  3228. "companyName": null,
  3229. "isOrg": "N",
  3230. "lineId": "1611",
  3231. "lineName": "161路北线",
  3232. "isTer": "N",
  3233. "dir": "2",
  3234. "companyId": null,
  3235. "stationtime": 7,
  3236. "stationName": "盛世嘉苑",
  3237. "sn": 33,
  3238. "lat": 36.491570000000,
  3239. "stationId": "55170727115721827000"
  3240. },
  3241. {
  3242. "stationspacing": 353,
  3243. "lng": 115.943550000000,
  3244. "companyName": null,
  3245. "isOrg": "N",
  3246. "lineId": "1611",
  3247. "lineName": "161路北线",
  3248. "isTer": "N",
  3249. "dir": "2",
  3250. "companyId": null,
  3251. "stationtime": 1,
  3252. "stationName": "站前街铁路桥北",
  3253. "sn": 34,
  3254. "lat": 36.478900000000,
  3255. "stationId": "55170727115802802000"
  3256. },
  3257. {
  3258. "stationspacing": 405,
  3259. "lng": 115.944400000000,
  3260. "companyName": null,
  3261. "isOrg": "N",
  3262. "lineId": "1611",
  3263. "lineName": "161路北线",
  3264. "isTer": "N",
  3265. "dir": "2",
  3266. "companyId": null,
  3267. "stationtime": 2,
  3268. "stationName": "站前街建设路北",
  3269. "sn": 35,
  3270. "lat": 36.475800000000,
  3271. "stationId": "55170727115846550000"
  3272. },
  3273. {
  3274. "stationspacing": 493,
  3275. "lng": 115.946310000000,
  3276. "companyName": null,
  3277. "isOrg": "N",
  3278. "lineId": "1611",
  3279. "lineName": "161路北线",
  3280. "isTer": "N",
  3281. "dir": "2",
  3282. "companyId": null,
  3283. "stationtime": 2,
  3284. "stationName": "站北花园北门",
  3285. "sn": 36,
  3286. "lat": 36.472500000000,
  3287. "stationId": "55130814142728299000"
  3288. },
  3289. {
  3290. "stationspacing": 247,
  3291. "lng": 115.951820000000,
  3292. "companyName": null,
  3293. "isOrg": "N",
  3294. "lineId": "1611",
  3295. "lineName": "161路北线",
  3296. "isTer": "N",
  3297. "dir": "2",
  3298. "companyId": null,
  3299. "stationtime": 1,
  3300. "stationName": "香江服装区",
  3301. "sn": 37,
  3302. "lat": 36.472520000000,
  3303. "stationId": "55130814142841713000"
  3304. },
  3305. {
  3306. "stationspacing": 422,
  3307. "lng": 115.954580000000,
  3308. "companyName": null,
  3309. "isOrg": "N",
  3310. "lineId": "1611",
  3311. "lineName": "161路北线",
  3312. "isTer": "N",
  3313. "dir": "2",
  3314. "companyId": null,
  3315. "stationtime": 2,
  3316. "stationName": "香江发车区",
  3317. "sn": 38,
  3318. "lat": 36.472560000000,
  3319. "stationId": "55130814142947155000"
  3320. },
  3321. {
  3322. "stationspacing": 356,
  3323. "lng": 115.959290000000,
  3324. "companyName": null,
  3325. "isOrg": "N",
  3326. "lineId": "1611",
  3327. "lineName": "161路北线",
  3328. "isTer": "N",
  3329. "dir": "2",
  3330. "companyId": null,
  3331. "stationtime": 1,
  3332. "stationName": "香江电子区",
  3333. "sn": 39,
  3334. "lat": 36.472550000000,
  3335. "stationId": "55130814143037122000"
  3336. },
  3337. {
  3338. "stationspacing": 260,
  3339. "lng": 115.963270000000,
  3340. "companyName": null,
  3341. "isOrg": "N",
  3342. "lineId": "1611",
  3343. "lineName": "161路北线",
  3344. "isTer": "N",
  3345. "dir": "2",
  3346. "companyId": null,
  3347. "stationtime": 1,
  3348. "stationName": "建设路运河东站",
  3349. "sn": 40,
  3350. "lat": 36.472620000000,
  3351. "stationId": "55130814143141269000"
  3352. },
  3353. {
  3354. "stationspacing": 404,
  3355. "lng": 115.966170000000,
  3356. "companyName": null,
  3357. "isOrg": "N",
  3358. "lineId": "1611",
  3359. "lineName": "161路北线",
  3360. "isTer": "N",
  3361. "dir": "2",
  3362. "companyId": null,
  3363. "stationtime": 2,
  3364. "stationName": "香江二期",
  3365. "sn": 41,
  3366. "lat": 36.472550000000,
  3367. "stationId": "55130814143247850000"
  3368. },
  3369. {
  3370. "stationspacing": 300,
  3371. "lng": 115.970680000000,
  3372. "companyName": null,
  3373. "isOrg": "N",
  3374. "lineId": "1611",
  3375. "lineName": "161路北线",
  3376. "isTer": "N",
  3377. "dir": "2",
  3378. "companyId": null,
  3379. "stationtime": 1,
  3380. "stationName": "建设路卫育路口西",
  3381. "sn": 42,
  3382. "lat": 36.472630000000,
  3383. "stationId": "55130814143346210000"
  3384. },
  3385. {
  3386. "stationspacing": 364,
  3387. "lng": 115.974030000000,
  3388. "companyName": null,
  3389. "isOrg": "N",
  3390. "lineId": "1611",
  3391. "lineName": "161路北线",
  3392. "isTer": "N",
  3393. "dir": "2",
  3394. "companyId": null,
  3395. "stationtime": 1,
  3396. "stationName": "建设路卫育路口东",
  3397. "sn": 43,
  3398. "lat": 36.472660000000,
  3399. "stationId": "55130814143448516000"
  3400. },
  3401. {
  3402. "stationspacing": 273,
  3403. "lng": 115.978100000000,
  3404. "companyName": null,
  3405. "isOrg": "N",
  3406. "lineId": "1611",
  3407. "lineName": "161路北线",
  3408. "isTer": "N",
  3409. "dir": "2",
  3410. "companyId": null,
  3411. "stationtime": 1,
  3412. "stationName": "建设路新纺街路口",
  3413. "sn": 44,
  3414. "lat": 36.472700000000,
  3415. "stationId": "55130814143555331000"
  3416. },
  3417. {
  3418. "stationspacing": 249,
  3419. "lng": 115.981150000000,
  3420. "companyName": null,
  3421. "isOrg": "N",
  3422. "lineId": "1611",
  3423. "lineName": "161路北线",
  3424. "isTer": "N",
  3425. "dir": "2",
  3426. "companyId": null,
  3427. "stationtime": 1,
  3428. "stationName": "汽车总站进站口",
  3429. "sn": 45,
  3430. "lat": 36.472720000000,
  3431. "stationId": "55130814143653145000"
  3432. },
  3433. {
  3434. "stationspacing": 354,
  3435. "lng": 115.982880000000,
  3436. "companyName": null,
  3437. "isOrg": "N",
  3438. "lineId": "1611",
  3439. "lineName": "161路北线",
  3440. "isTer": "N",
  3441. "dir": "2",
  3442. "companyId": null,
  3443. "stationtime": 1,
  3444. "stationName": "汽车总站",
  3445. "sn": 46,
  3446. "lat": 36.474470000000,
  3447. "stationId": "55130812091555123038"
  3448. },
  3449. {
  3450. "stationspacing": 593,
  3451. "lng": 115.982870000000,
  3452. "companyName": null,
  3453. "isOrg": "N",
  3454. "lineId": "1611",
  3455. "lineName": "161路北线",
  3456. "isTer": "N",
  3457. "dir": "2",
  3458. "companyId": null,
  3459. "stationtime": 2,
  3460. "stationName": "万达广场柳园站",
  3461. "sn": 47,
  3462. "lat": 36.477650000000,
  3463. "stationId": "55130812091808862038"
  3464. },
  3465. {
  3466. "stationspacing": 322,
  3467. "lng": 115.982820000000,
  3468. "companyName": null,
  3469. "isOrg": "N",
  3470. "lineId": "1611",
  3471. "lineName": "161路北线",
  3472. "isTer": "N",
  3473. "dir": "2",
  3474. "companyId": null,
  3475. "stationtime": 1,
  3476. "stationName": "市电视台",
  3477. "sn": 48,
  3478. "lat": 36.482980000000,
  3479. "stationId": "55130812092138823038"
  3480. },
  3481. {
  3482. "stationspacing": 3922,
  3483. "lng": 115.982750000000,
  3484. "companyName": null,
  3485. "isOrg": "N",
  3486. "lineId": "1611",
  3487. "lineName": "161路北线",
  3488. "isTer": "Y",
  3489. "dir": "2",
  3490. "companyId": null,
  3491. "stationtime": 19,
  3492. "stationName": "柳园路财干路口",
  3493. "sn": 49,
  3494. "lat": 36.485870000000,
  3495. "stationId": "55130812114659800000"
  3496. }
  3497. ],
  3498. "lineId": "1611",
  3499. "lineName": "161路北线",
  3500. "nextBusAwayFrom": 1000,
  3501. "nextBusStationName": "未发车",
  3502. "terminateStationName": "乔集"
  3503. },
  3504. {
  3505. "firstTime": "06:20:00",
  3506. "lastTime": "19:05:00",
  3507. "originStationName": "万里国际汽配城",
  3508. "flag": "1",
  3509. "theOtherBusAwayFrom": 1000,
  3510. "price": 2.00,
  3511. "stationList": [
  3512. {
  3513. "stationspacing": 502,
  3514. "lng": 116.014040000000,
  3515. "companyName": null,
  3516. "isOrg": "Y",
  3517. "lineId": "4071",
  3518. "lineName": "K7路",
  3519. "isTer": "N",
  3520. "dir": "2",
  3521. "companyId": null,
  3522. "stationtime": 2,
  3523. "stationName": "鲁西骨科医院",
  3524. "sn": 1,
  3525. "lat": 36.422713000000,
  3526. "stationId": "55130815145149946062"
  3527. },
  3528. {
  3529. "stationspacing": 653,
  3530. "lng": 116.012240000000,
  3531. "companyName": null,
  3532. "isOrg": "N",
  3533. "lineId": "4071",
  3534. "lineName": "K7路",
  3535. "isTer": "N",
  3536. "dir": "2",
  3537. "companyId": null,
  3538. "stationtime": 3,
  3539. "stationName": "区医院分院南门",
  3540. "sn": 2,
  3541. "lat": 36.426980000000,
  3542. "stationId": "55130814085656015000"
  3543. },
  3544. {
  3545. "stationspacing": 359,
  3546. "lng": 116.004950000000,
  3547. "companyName": null,
  3548. "isOrg": "N",
  3549. "lineId": "4071",
  3550. "lineName": "K7路",
  3551. "isTer": "N",
  3552. "dir": "2",
  3553. "companyId": null,
  3554. "stationtime": 1,
  3555. "stationName": "聊大东校南门",
  3556. "sn": 3,
  3557. "lat": 36.427140000000,
  3558. "stationId": "55130814084950805000"
  3559. },
  3560. {
  3561. "stationspacing": 1109,
  3562. "lng": 116.000940000000,
  3563. "companyName": null,
  3564. "isOrg": "N",
  3565. "lineId": "4071",
  3566. "lineName": "K7路",
  3567. "isTer": "N",
  3568. "dir": "2",
  3569. "companyId": null,
  3570. "stationtime": 5,
  3571. "stationName": "聊城市体育馆",
  3572. "sn": 4,
  3573. "lat": 36.427160000000,
  3574. "stationId": "55130814084805193000"
  3575. },
  3576. {
  3577. "stationspacing": 328,
  3578. "lng": 115.988570000000,
  3579. "companyName": null,
  3580. "isOrg": "N",
  3581. "lineId": "4071",
  3582. "lineName": "K7路",
  3583. "isTer": "N",
  3584. "dir": "2",
  3585. "companyId": null,
  3586. "stationtime": 1,
  3587. "stationName": "聊大西校南门",
  3588. "sn": 5,
  3589. "lat": 36.427570000000,
  3590. "stationId": "55130808165716939000"
  3591. },
  3592. {
  3593. "stationspacing": 195,
  3594. "lng": 115.984910000000,
  3595. "companyName": null,
  3596. "isOrg": "N",
  3597. "lineId": "4071",
  3598. "lineName": "K7路",
  3599. "isTer": "N",
  3600. "dir": "2",
  3601. "companyId": null,
  3602. "stationtime": 0,
  3603. "stationName": "汽车南站",
  3604. "sn": 6,
  3605. "lat": 36.427650000000,
  3606. "stationId": "55130808165804176000"
  3607. },
  3608. {
  3609. "stationspacing": 446,
  3610. "lng": 115.983250000000,
  3611. "companyName": null,
  3612. "isOrg": "N",
  3613. "lineId": "4071",
  3614. "lineName": "K7路",
  3615. "isTer": "N",
  3616. "dir": "2",
  3617. "companyId": null,
  3618. "stationtime": 2,
  3619. "stationName": "后罗",
  3620. "sn": 7,
  3621. "lat": 36.428780000000,
  3622. "stationId": "55130814084248341000"
  3623. },
  3624. {
  3625. "stationspacing": 554,
  3626. "lng": 115.983170000000,
  3627. "companyName": null,
  3628. "isOrg": "N",
  3629. "lineId": "4071",
  3630. "lineName": "K7路",
  3631. "isTer": "N",
  3632. "dir": "2",
  3633. "companyId": null,
  3634. "stationtime": 2,
  3635. "stationName": "市检察院",
  3636. "sn": 8,
  3637. "lat": 36.432790000000,
  3638. "stationId": "55130814084351677000"
  3639. },
  3640. {
  3641. "stationspacing": 500,
  3642. "lng": 115.983200000000,
  3643. "companyName": null,
  3644. "isOrg": "N",
  3645. "lineId": "4071",
  3646. "lineName": "K7路",
  3647. "isTer": "N",
  3648. "dir": "2",
  3649. "companyId": null,
  3650. "stationtime": 2,
  3651. "stationName": "聊城视康眼科医院",
  3652. "sn": 9,
  3653. "lat": 36.437770000000,
  3654. "stationId": "55130814084537086000"
  3655. },
  3656. {
  3657. "stationspacing": 396,
  3658. "lng": 115.983150000000,
  3659. "companyName": null,
  3660. "isOrg": "N",
  3661. "lineId": "4071",
  3662. "lineName": "K7路",
  3663. "isTer": "N",
  3664. "dir": "2",
  3665. "companyId": null,
  3666. "stationtime": 1,
  3667. "stationName": "妇幼保健院分院",
  3668. "sn": 10,
  3669. "lat": 36.442260000000,
  3670. "stationId": "55130814084708799000"
  3671. },
  3672. {
  3673. "stationspacing": 335,
  3674. "lng": 115.983130000000,
  3675. "companyName": null,
  3676. "isOrg": "N",
  3677. "lineId": "4071",
  3678. "lineName": "K7路",
  3679. "isTer": "N",
  3680. "dir": "2",
  3681. "companyId": null,
  3682. "stationtime": 1,
  3683. "stationName": "闸口",
  3684. "sn": 11,
  3685. "lat": 36.445820000000,
  3686. "stationId": "55130809094516404000"
  3687. },
  3688. {
  3689. "stationspacing": 439,
  3690. "lng": 115.983100000000,
  3691. "companyName": null,
  3692. "isOrg": "N",
  3693. "lineId": "4071",
  3694. "lineName": "K7路",
  3695. "isTer": "N",
  3696. "dir": "2",
  3697. "companyId": null,
  3698. "stationtime": 2,
  3699. "stationName": "新华书店",
  3700. "sn": 12,
  3701. "lat": 36.448830000000,
  3702. "stationId": "55130809094708990000"
  3703. },
  3704. {
  3705. "stationspacing": 293,
  3706. "lng": 115.983050000000,
  3707. "companyName": null,
  3708. "isOrg": "N",
  3709. "lineId": "4071",
  3710. "lineName": "K7路",
  3711. "isTer": "N",
  3712. "dir": "2",
  3713. "companyId": null,
  3714. "stationtime": 1,
  3715. "stationName": "电影院",
  3716. "sn": 13,
  3717. "lat": 36.452770000000,
  3718. "stationId": "55130814084906548000"
  3719. },
  3720. {
  3721. "stationspacing": 390,
  3722. "lng": 115.982980000000,
  3723. "companyName": null,
  3724. "isOrg": "N",
  3725. "lineId": "4071",
  3726. "lineName": "K7路",
  3727. "isTer": "N",
  3728. "dir": "2",
  3729. "companyId": null,
  3730. "stationtime": 1,
  3731. "stationName": "百大三联",
  3732. "sn": 14,
  3733. "lat": 36.455400000000,
  3734. "stationId": "55130814084815801000"
  3735. },
  3736. {
  3737. "stationspacing": 249,
  3738. "lng": 115.983050000000,
  3739. "companyName": null,
  3740. "isOrg": "N",
  3741. "lineId": "4071",
  3742. "lineName": "K7路",
  3743. "isTer": "N",
  3744. "dir": "2",
  3745. "companyId": null,
  3746. "stationtime": 1,
  3747. "stationName": "新东方广场",
  3748. "sn": 15,
  3749. "lat": 36.458900000000,
  3750. "stationId": "55130812080755279000"
  3751. },
  3752. {
  3753. "stationspacing": 321,
  3754. "lng": 115.983070000000,
  3755. "companyName": null,
  3756. "isOrg": "N",
  3757. "lineId": "4071",
  3758. "lineName": "K7路",
  3759. "isTer": "N",
  3760. "dir": "2",
  3761. "companyId": null,
  3762. "stationtime": 1,
  3763. "stationName": "五星百货",
  3764. "sn": 16,
  3765. "lat": 36.461140000000,
  3766. "stationId": "55130812081617226038"
  3767. },
  3768. {
  3769. "stationspacing": 273,
  3770. "lng": 115.982950000000,
  3771. "companyName": null,
  3772. "isOrg": "N",
  3773. "lineId": "4071",
  3774. "lineName": "K7路",
  3775. "isTer": "N",
  3776. "dir": "2",
  3777. "companyId": null,
  3778. "stationtime": 1,
  3779. "stationName": "水城中街",
  3780. "sn": 17,
  3781. "lat": 36.464020000000,
  3782. "stationId": "55130812081917500038"
  3783. },
  3784. {
  3785. "stationspacing": 455,
  3786. "lng": 115.982910000000,
  3787. "companyName": null,
  3788. "isOrg": "N",
  3789. "lineId": "4071",
  3790. "lineName": "K7路",
  3791. "isTer": "N",
  3792. "dir": "2",
  3793. "companyId": null,
  3794. "stationtime": 2,
  3795. "stationName": "柳园路振兴路口南",
  3796. "sn": 18,
  3797. "lat": 36.466470000000,
  3798. "stationId": "55130812082121629038"
  3799. },
  3800. {
  3801. "stationspacing": 435,
  3802. "lng": 115.982810000000,
  3803. "companyName": null,
  3804. "isOrg": "N",
  3805. "lineId": "4071",
  3806. "lineName": "K7路",
  3807. "isTer": "N",
  3808. "dir": "2",
  3809. "companyId": null,
  3810. "stationtime": 2,
  3811. "stationName": "柳园建设路口南",
  3812. "sn": 19,
  3813. "lat": 36.470560000000,
  3814. "stationId": "55130812082445007038"
  3815. },
  3816. {
  3817. "stationspacing": 354,
  3818. "lng": 115.982880000000,
  3819. "companyName": null,
  3820. "isOrg": "N",
  3821. "lineId": "4071",
  3822. "lineName": "K7路",
  3823. "isTer": "N",
  3824. "dir": "2",
  3825. "companyId": null,
  3826. "stationtime": 1,
  3827. "stationName": "汽车总站",
  3828. "sn": 20,
  3829. "lat": 36.474470000000,
  3830. "stationId": "55130812091555123038"
  3831. },
  3832. {
  3833. "stationspacing": 593,
  3834. "lng": 115.982870000000,
  3835. "companyName": null,
  3836. "isOrg": "N",
  3837. "lineId": "4071",
  3838. "lineName": "K7路",
  3839. "isTer": "N",
  3840. "dir": "2",
  3841. "companyId": null,
  3842. "stationtime": 2,
  3843. "stationName": "万达广场柳园站",
  3844. "sn": 21,
  3845. "lat": 36.477650000000,
  3846. "stationId": "55130812091808862038"
  3847. },
  3848. {
  3849. "stationspacing": 322,
  3850. "lng": 115.982820000000,
  3851. "companyName": null,
  3852. "isOrg": "N",
  3853. "lineId": "4071",
  3854. "lineName": "K7路",
  3855. "isTer": "N",
  3856. "dir": "2",
  3857. "companyId": null,
  3858. "stationtime": 1,
  3859. "stationName": "市电视台",
  3860. "sn": 22,
  3861. "lat": 36.482980000000,
  3862. "stationId": "55130812092138823038"
  3863. },
  3864. {
  3865. "stationspacing": 1323,
  3866. "lng": 115.982750000000,
  3867. "companyName": null,
  3868. "isOrg": "N",
  3869. "lineId": "4071",
  3870. "lineName": "K7路",
  3871. "isTer": "N",
  3872. "dir": "2",
  3873. "companyId": null,
  3874. "stationtime": 6,
  3875. "stationName": "柳园路财干路口",
  3876. "sn": 23,
  3877. "lat": 36.485870000000,
  3878. "stationId": "55130812114659800000"
  3879. },
  3880. {
  3881. "stationspacing": 652,
  3882. "lng": 115.982640000000,
  3883. "companyName": null,
  3884. "isOrg": "N",
  3885. "lineId": "4071",
  3886. "lineName": "K7路",
  3887. "isTer": "N",
  3888. "dir": "2",
  3889. "companyId": null,
  3890. "stationtime": 3,
  3891. "stationName": "柳园路高架桥北站",
  3892. "sn": 24,
  3893. "lat": 36.497750000000,
  3894. "stationId": "55130812115832051000"
  3895. },
  3896. {
  3897. "stationspacing": 1144,
  3898. "lng": 115.982930000000,
  3899. "companyName": null,
  3900. "isOrg": "N",
  3901. "lineId": "4071",
  3902. "lineName": "K7路",
  3903. "isTer": "N",
  3904. "dir": "2",
  3905. "companyId": null,
  3906. "stationtime": 5,
  3907. "stationName": "周公河北站",
  3908. "sn": 25,
  3909. "lat": 36.503600000000,
  3910. "stationId": "55130812120010316000"
  3911. },
  3912. {
  3913. "stationspacing": 3711,
  3914. "lng": 115.982060000000,
  3915. "companyName": null,
  3916. "isOrg": "N",
  3917. "lineId": "4071",
  3918. "lineName": "K7路",
  3919. "isTer": "Y",
  3920. "dir": "2",
  3921. "companyId": null,
  3922. "stationtime": 18,
  3923. "stationName": "万里国际汽配城",
  3924. "sn": 26,
  3925. "lat": 36.513850000000,
  3926. "stationId": "55141226113007132000"
  3927. }
  3928. ],
  3929. "lineId": "4071",
  3930. "lineName": "K7路",
  3931. "nextBusAwayFrom": 2,
  3932. "nextBusStationName": "聊大西校南门",
  3933. "terminateStationName": "鲁西骨科医院"
  3934. },
  3935. {
  3936. "firstTime": "06:25:00",
  3937. "lastTime": "18:10:00",
  3938. "originStationName": "电大路花园路口东",
  3939. "flag": "1",
  3940. "theOtherBusAwayFrom": 1000,
  3941. "price": 2.00,
  3942. "stationList": [
  3943. {
  3944. "stationspacing": 324,
  3945. "lng": 115.995480000000,
  3946. "companyName": null,
  3947. "isOrg": "Y",
  3948. "lineId": "4191",
  3949. "lineName": "4191",
  3950. "isTer": "N",
  3951. "dir": "1",
  3952. "companyId": null,
  3953. "stationtime": 1,
  3954. "stationName": "电大路花园路口东",
  3955. "sn": 1,
  3956. "lat": 36.482310000000,
  3957. "stationId": "55130812165359720026"
  3958. },
  3959. {
  3960. "stationspacing": 722,
  3961. "lng": 115.992420000000,
  3962. "companyName": null,
  3963. "isOrg": "N",
  3964. "lineId": "4191",
  3965. "lineName": "4191",
  3966. "isTer": "N",
  3967. "dir": "1",
  3968. "companyId": null,
  3969. "stationtime": 3,
  3970. "stationName": "职业技术学院",
  3971. "sn": 2,
  3972. "lat": 36.483870000000,
  3973. "stationId": "55141004115142570000"
  3974. },
  3975. {
  3976. "stationspacing": 414,
  3977. "lng": 115.984930000000,
  3978. "companyName": null,
  3979. "isOrg": "N",
  3980. "lineId": "4191",
  3981. "lineName": "4191",
  3982. "isTer": "N",
  3983. "dir": "1",
  3984. "companyId": null,
  3985. "stationtime": 2,
  3986. "stationName": "财干路柳园路口",
  3987. "sn": 4,
  3988. "lat": 36.486290000000,
  3989. "stationId": "55130825143714845309"
  3990. },
  3991. {
  3992. "stationspacing": 682,
  3993. "lng": 115.982560000000,
  3994. "companyName": null,
  3995. "isOrg": "N",
  3996. "lineId": "4191",
  3997. "lineName": "4191",
  3998. "isTer": "N",
  3999. "dir": "1",
  4000. "companyId": null,
  4001. "stationtime": 3,
  4002. "stationName": "市电视台",
  4003. "sn": 5,
  4004. "lat": 36.483100000000,
  4005. "stationId": "55130812142419533687"
  4006. },
  4007. {
  4008. "stationspacing": 317,
  4009. "lng": 115.982630000000,
  4010. "companyName": null,
  4011. "isOrg": "N",
  4012. "lineId": "4191",
  4013. "lineName": "4191",
  4014. "isTer": "N",
  4015. "dir": "1",
  4016. "companyId": null,
  4017. "stationtime": 1,
  4018. "stationName": "万达广场柳园站",
  4019. "sn": 6,
  4020. "lat": 36.476970000000,
  4021. "stationId": "55130812141820389572"
  4022. },
  4023. {
  4024. "stationspacing": 333,
  4025. "lng": 115.982620000000,
  4026. "companyName": null,
  4027. "isOrg": "N",
  4028. "lineId": "4191",
  4029. "lineName": "4191",
  4030. "isTer": "N",
  4031. "dir": "1",
  4032. "companyId": null,
  4033. "stationtime": 1,
  4034. "stationName": "汽车总站",
  4035. "sn": 7,
  4036. "lat": 36.474120000000,
  4037. "stationId": "55130812141641984536"
  4038. },
  4039. {
  4040. "stationspacing": 538,
  4041. "lng": 115.982680000000,
  4042. "companyName": null,
  4043. "isOrg": "N",
  4044. "lineId": "4191",
  4045. "lineName": "4191",
  4046. "isTer": "N",
  4047. "dir": "1",
  4048. "companyId": null,
  4049. "stationtime": 2,
  4050. "stationName": "柳园建设路口南",
  4051. "sn": 8,
  4052. "lat": 36.471130000000,
  4053. "stationId": "55130812141455872500"
  4054. },
  4055. {
  4056. "stationspacing": 575,
  4057. "lng": 115.982670000000,
  4058. "companyName": null,
  4059. "isOrg": "N",
  4060. "lineId": "4191",
  4061. "lineName": "4191",
  4062. "isTer": "N",
  4063. "dir": "1",
  4064. "companyId": null,
  4065. "stationtime": 2,
  4066. "stationName": "柳园路振兴路口南",
  4067. "sn": 9,
  4068. "lat": 36.466300000000,
  4069. "stationId": "55130812141229591443"
  4070. },
  4071. {
  4072. "stationspacing": 199,
  4073. "lng": 115.983040000000,
  4074. "companyName": null,
  4075. "isOrg": "N",
  4076. "lineId": "4191",
  4077. "lineName": "4191",
  4078. "isTer": "N",
  4079. "dir": "1",
  4080. "companyId": null,
  4081. "stationtime": 0,
  4082. "stationName": "五星百货",
  4083. "sn": 10,
  4084. "lat": 36.461140000000,
  4085. "stationId": "55130812141017974393"
  4086. },
  4087. {
  4088. "stationspacing": 419,
  4089. "lng": 115.982760000000,
  4090. "companyName": null,
  4091. "isOrg": "N",
  4092. "lineId": "4191",
  4093. "lineName": "4191",
  4094. "isTer": "N",
  4095. "dir": "1",
  4096. "companyId": null,
  4097. "stationtime": 2,
  4098. "stationName": "新东方广场",
  4099. "sn": 11,
  4100. "lat": 36.459370000000,
  4101. "stationId": "55130812140611181205"
  4102. },
  4103. {
  4104. "stationspacing": 334,
  4105. "lng": 115.982800000000,
  4106. "companyName": null,
  4107. "isOrg": "N",
  4108. "lineId": "4191",
  4109. "lineName": "4191",
  4110. "isTer": "N",
  4111. "dir": "1",
  4112. "companyId": null,
  4113. "stationtime": 1,
  4114. "stationName": "百大三联",
  4115. "sn": 12,
  4116. "lat": 36.455610000000,
  4117. "stationId": "55130814082840370000"
  4118. },
  4119. {
  4120. "stationspacing": 766,
  4121. "lng": 115.982820000000,
  4122. "companyName": null,
  4123. "isOrg": "N",
  4124. "lineId": "4191",
  4125. "lineName": "4191",
  4126. "isTer": "N",
  4127. "dir": "1",
  4128. "companyId": null,
  4129. "stationtime": 3,
  4130. "stationName": "电影院",
  4131. "sn": 13,
  4132. "lat": 36.452610000000,
  4133. "stationId": "55130814083557545000"
  4134. },
  4135. {
  4136. "stationspacing": 198,
  4137. "lng": 115.991020000000,
  4138. "companyName": null,
  4139. "isOrg": "N",
  4140. "lineId": "4191",
  4141. "lineName": "4191",
  4142. "isTer": "N",
  4143. "dir": "1",
  4144. "companyId": null,
  4145. "stationtime": 0,
  4146. "stationName": "利民大药店",
  4147. "sn": 16,
  4148. "lat": 36.450640000000,
  4149. "stationId": "55130814093714909000"
  4150. },
  4151. {
  4152. "stationspacing": 258,
  4153. "lng": 115.992770000000,
  4154. "companyName": null,
  4155. "isOrg": "N",
  4156. "lineId": "4191",
  4157. "lineName": "4191",
  4158. "isTer": "N",
  4159. "dir": "1",
  4160. "companyId": null,
  4161. "stationtime": 1,
  4162. "stationName": "花园利民路口南",
  4163. "sn": 17,
  4164. "lat": 36.449560000000,
  4165. "stationId": "55130813084946029000"
  4166. },
  4167. {
  4168. "stationspacing": 259,
  4169. "lng": 115.992820000000,
  4170. "companyName": null,
  4171. "isOrg": "N",
  4172. "lineId": "4191",
  4173. "lineName": "4191",
  4174. "isTer": "N",
  4175. "dir": "1",
  4176. "companyId": null,
  4177. "stationtime": 1,
  4178. "stationName": "国际和平医院",
  4179. "sn": 18,
  4180. "lat": 36.447240000000,
  4181. "stationId": "55130813085053249000"
  4182. },
  4183. {
  4184. "stationspacing": 14,
  4185. "lng": 115.992840000000,
  4186. "companyName": null,
  4187. "isOrg": "N",
  4188. "lineId": "4191",
  4189. "lineName": "4191",
  4190. "isTer": "Y",
  4191. "dir": "1",
  4192. "companyId": null,
  4193. "stationtime": 0,
  4194. "stationName": "花园陈口路口北",
  4195. "sn": 19,
  4196. "lat": 36.444910000000,
  4197. "stationId": "55130813085149643000"
  4198. }
  4199. ],
  4200. "lineId": "4191",
  4201. "lineName": "4191",
  4202. "nextBusAwayFrom": 1000,
  4203. "nextBusStationName": "未发车",
  4204. "terminateStationName": "王光宇大桥"
  4205. }
  4206. ]
  4207. }

失败响应示例

响应参数说明

参数名 说明 备注
code 返回码 为200表示成功,非200表示调用失败,其他错误码请见返回码说明
msg 返回码的文本描述内容
data 返回数据
isCollect 用户是否收藏

请打开该网址查看参数信息:http://tw.twgiot.com:38092/data-center/doc.html#/default/%E5%AE%9E%E6%97%B6%E5%85%AC%E4%BA%A4/getlinesInfoByStationIdUsingGET

注意事项: 暂无