火車票查詢介面

2021-06-26 18:28:39 字數 2966 閱讀 2074

火車票查詢介面

using system;

using system.text;

using system.net;

namespace trian ticket

class

program

static

void main(string args)

string key = "******************";//申請的

key值

string date="*********";//日期

string from="上海

";//出發城市名稱

string to="溫州

";//到達城市名稱

string url = ""+date+"&from="+from+"&to="+to+"&key="+key;

webclient wc = new

webclient();

wc.encoding = encoding.utf8;

string str = wc.downloadstring(url);

console.writeline(str);

console.readkey();

火車票查詢介面返回示例

介面資訊

支援格式:json

http請求方式:

?date=2014-08-27&from=上海

&to=

溫州&key=

您申請的

返回結果:

"error_code":"0",

"reason":"success",

"result":[{

"train_no": "d2287", /*車次*//

"start_station_name": "上海虹橋

", /*車次始發站

*/"end_station_name": "深圳北

", /*車次終點站

*/"from_station_name": "上海虹橋

", /*出發站

*/"to_station_name": "溫州南

", /*到達站

*/"start_time": "06:25", /*出發時間

*/"arrive_time": "10:53", /*到達時間

*/"train_class_name": "動車

", /*車次型別

*/"day_difference": "0", /*歷時天數

*/"lishi": "04:28", /*總歷時時間

*/"gr_num": "--", /*高階軟臥:

-- 說明無該席位

*/"qt_num": "--", /*其他

*/"rw_num": "--", /*軟臥

*/"rz_num": "--", /*軟座

*/"tz_num": "--", /*特等座

*/"wz_num": "無

", /*無座

*/"yw_num": "--", /*硬臥

*/"yz_num": "--", /*硬座

*/"ze_num": "無

", /*二等座

*/"zy_num": "無

", /*一等座

*/"swz_num": "--"

/*商務座

*/"train_no": "g7501",

"start_station_name": "上海虹橋",

"end_station_name": "蒼南",

"from_station_name": "上海虹橋",

"to_station_name": "溫州南",

"start_time": "07:00",

"arrive_time": "11:00",

"train_class_name": "",

"day_difference": "0",

"lishi": "04:00",

"gr_num": "--",

"qt_num": "--",

"rw_num": "--",

"rz_num": "--",

"tz_num": "--",

"wz_num": "165",

"yw_num": "--",

"yz_num": "--",

"ze_num": "無",

"zy_num": "無",

"swz_num": "15"

備註說明

即日起至7月1

日鐵路部門執行調整列車執行圖,全國列車開行密度、執行時速、停靠時刻都將發生變化

備註:

先在網頁 (http:

上申請key值

,填入引數

.若有錯誤,

請參照一下**表 

錯誤**表:

返回碼  說明

0          成功

10001  錯誤的請求

key

10002  該

key無請求許可權

10003  key過期

10004  錯誤的

sdk key

10005  應用未審核超時,請提交認證

10007  未知的請求源,(伺服器沒有獲取到

ip位址)

10008  被禁止的ip

10009  被禁止的

key

10011  當前

ip請求超過限制

10012  當前

key請求超過限制

10013  測試

key超過請求限制

10020  介面維護

10021  介面停用

10023  請求

ip無效

10024  網路錯誤

10025  沒有查詢到結果

火車票查詢介面

火車票查詢介面 using system using system.text using system.net namespace trian ticket class program static void main string args string key 申請的 key值 string d...

火車票查詢介面

火車票查詢介面 using system using system.text using system.net namespace trian ticket class program static void main string args string key 申請的 key值 string d...

火車票查詢介面

火車票查詢介面 using system using system.text using system.net namespace trian ticket class program static void main string args string key 申請的 key值 string d...