獲取物流信息接口
(1)請(qǐng)求路徑:xxx.com/smallprogapi/UserOrder/GetExpressInfo
(2)請(qǐng)求參數(shù):
?
參數(shù)名稱(chēng) | 必填 | 參數(shù)值說(shuō)明 | 格式要求 |
orderId | 是 | 訂單編號(hào) | String |
?
(3)返回值說(shuō)明:Json格式
返回結(jié)果:
{"success":true,"msg":"","code":0,"data":{"LogisticsData":"{\"success\":true,\"traces\":[{\"acceptStation\":\"[長(zhǎng)沙市]?[大學(xué)城]的派件已簽收?感謝使用中通快遞,期待再次為您服務(wù)!\",\"acceptTime\":\"2017-06-20?13:56:13\"},{\"acceptStation\":\"[長(zhǎng)沙市]?[大學(xué)城]的曾維龍正在第1次派件?電話(huà):13667302553?請(qǐng)保持電話(huà)暢通、耐心等待\",\"acceptTime\":\"2017-06-20?10:02:40\"},{\"acceptStation\":\"[長(zhǎng)沙市]?快件到達(dá)?[大學(xué)城]\",\"acceptTime\":\"2017-06-20?09:47:30\"},{\"acceptStation\":\"[長(zhǎng)沙市]?快件到達(dá)?[長(zhǎng)沙岳麓區(qū)]\",\"acceptTime\":\"2017-06-20?07:26:35\"},{\"acceptStation\":\"[長(zhǎng)沙市]?快件離開(kāi)?[長(zhǎng)沙岳麓區(qū)]已發(fā)往[大學(xué)城]\",\"acceptTime\":\"2017-06-20?00:00:49\"},{\"acceptStation\":\"[長(zhǎng)沙市]?快件離開(kāi)?[長(zhǎng)沙中轉(zhuǎn)部]已發(fā)往[長(zhǎng)沙岳麓區(qū)]\",\"acceptTime\":\"2017-06-19?15:16:36\"},{\"acceptStation\":\"[長(zhǎng)沙市]?快件到達(dá)?[長(zhǎng)沙中轉(zhuǎn)部]\",\"acceptTime\":\"2017-06-19?13:34:37\"},{\"acceptStation\":\"[廣州市]?快件離開(kāi)?[廣州中心]已發(fā)往[長(zhǎng)沙中轉(zhuǎn)部]\",\"acceptTime\":\"2017-06-18?22:14:26\"},{\"acceptStation\":\"[廣州市]?快件到達(dá)?[廣州中心]\",\"acceptTime\":\"2017-06-18?22:12:36\"},{\"acceptStation\":\"[廣州市]?快件離開(kāi)?[廣州嘉禾]已發(fā)往[廣州中心]\",\"acceptTime\":\"2017-06-18?20:31:39\"},{\"acceptStation\":\"[廣州市]?[廣州嘉禾]的公注已收件?電話(huà):15778809236\",\"acceptTime\":\"2017-06-18?18:55:30\"}]}","ExpressCompanyName":"中通速遞","ShipOrderNumber":"442535979166","ShipTo":"頂級(jí)","CellPhone":"13544488888","Address":"湖南省長(zhǎng)沙市芙蓉區(qū)芙蓉區(qū)湖南文化大廈(湖南圖書(shū)館北100米)B座1905"}} |
?
返回結(jié)果參數(shù)說(shuō)明:
訂單物流信息?data
字段名稱(chēng) | 字段編碼 | 數(shù)據(jù)類(lèi)型 | 是否可空 | 備注 |
物流信息 | LogisticsData | String | 是 | |
物流公司名稱(chēng) | ExpressCompanyName | String | 是 | |
物流單號(hào) | ShipOrderNumber | String | 是 | |
收貨人 | ShipTo | String | 否 | |
電話(huà) | CellPhone | String | 否 | |
收貨地址 | Address | String | 否 |
物流信息?LogisticsData
字段名稱(chēng) | 字段編碼 | 數(shù)據(jù)類(lèi)型 | 是否可空 | 備注 |
操作標(biāo)識(shí) | success | String | 是 | |
物流詳細(xì)信息 | traces | String | 是 |
物流詳細(xì)信息?traces
字段名稱(chēng) | 字段編碼 | 數(shù)據(jù)類(lèi)型 | 是否可空 | 備注 |
收發(fā)信息 | acceptStation | String | 是 | |
收發(fā)時(shí)間 | acceptTime | String | 是 |
0 Comments.