How to use the Query API interface logistics information?

The rapid development of the electricity supplier industry, promote related industries, especially the increase in the logistics industry needs, according to Baidu Index, keyword search queries for logistics has always been high in recent years and there is rising trend, which shows the logistics needs of the inquiry Big. Given some of my experiences and lessons in practical use in their own business, then you UF APILink, for example, talk about how the docking API interface, call query interface, access to logistics information.
On the UF APILink official platform, "National Express Logistics query API" support one hundred Express Logistics single query including Shen Tong, SF, tact, rhyme, in the pass, Huitong other courier companies, including, is dedicated to serving the courier query API interface .
covering many courier company: providing one hundred Express Logistics single query including Shen Tong, SF, tact, rhyme, in the pass, Huitong other courier companies, including.
data update in time: real-time synchronization with Fast Company's official website.
intelligent identification operation: automatic identification of the courier company.
returned interface standard: a unified interface standard, fast and accurate return.
professional operational capabilities: data interface daily review, update, the person responsible for maintenance, to ensure the normal operation of the program.
Trial and experience some of the summary:
How to use the Query API interface logistics information?

After official website registered account, find the API interface and orders can also use the free trial to experience official website provides the number, you can get exclusive apicode, obtained by apicode docking permission. Specific order process is very simple, follow the prompts on the site, there is no longer on display.
PS :( official website) https://api.yonyoucloud.com/

UF's National Express logistics query interface provides two sub-interfaces, respectively, express courier company to obtain query interface and the interface, can choose according to specific needs.
Request parameter
How to use the Query API interface logistics information?
example
in "My API" can be found already purchased "National Express Logistics inquiry" service, click the Test

How to use the Query API interface logistics information?
Fill express a single number in the parameter settings (SF enter "single number: the sender or recipient phone number four", such as: 123456789: 1234), auto select Express automatic acquisition, can automatically identify 95% click to test.

How to use the Query API interface logistics information?
Request header

How to use the Query API interface logistics information?
Response Body

{
    status: "0",
    msg: "ok",
    result: {
        number: "75151130616233",
        type: "zto",
        list: [{
            time: "2019-05-29 17:15:13",
            status: "【北京市】 快件已在 【北京永丰】 签收, 签收人: 本人, 如有疑问请电联:13371650608 / 010-82492480, 您的快递已经妥投。风里来雨里去, 只为客官您满意。上有老下有小, 赏个好评好不好?【请在评价快递员处帮忙点亮五颗星星哦~】"
        }, {
            time: "2019-05-29 14:52:08",
            status: "【北京市】 【北京永丰】 的X-营业部用友陈进(13371650608) 正在第1次派件, 请保持电话畅通,并耐心等待(95720为中通快递员外呼专属号码,请放心接听)"
        }, {
            time: "2019-05-29 14:50:05",
            status: "【北京市】 快件已经到达 【北京永丰】"
        }, {
            time: "2019-05-29 07:34:51",
            status: "【北京市】 快件离开 【北京】 已发往 【北京永丰】"
        }, {
            time: "2019-05-29 07:26:33",
            status: "【北京市】 快件已经到达 【北京】"
        }, {
            time: "2019-05-28 18:56:15",
            status: "【徐州市】 快件离开 【徐州中转部】 已发往 【北京】"
        }, {
            time: "2019-05-28 18:53:22",
            status: "【徐州市】 快件已经到达 【徐州中转部】"
        }, {
            time: "2019-05-28 18:49:53",
            status: "【徐州市】 快件离开 【徐州】 已发往 【北京】"
        }, {
            time: "2019-05-28 18:19:20",
            status: "【徐州市】 快件已经到达 【徐州】"
        }, {
            time: "2019-05-28 16:44:49",
            status: "【徐州市】 【徐州泉山九部】(13305210139) 的 徐州泉山九部(13305210139) 已揽收"
        }],
        deliverystatus: "3",/*  0:快递收件(揽件)1.在途中 2.正在派件 3.已签收 4.派送失败 5.疑难件 6.退件签收  */
        issign: "1",  /*  1.是否签收  */
        expName: "中通快递",
        expSite: "www.zto.com ",
        expPhone: "95311",
        logo: "http://img3.fegine.com/express/zto.jpg",
        courier: "", /*  快递员(没有则为空)  */
        courierPhone: "13371650608" /*  快递员电话(没有则为空)  */
    }
}

(Specific code implementation can refer to the official website of the National Express UFIDA APILink query interface page)
or more to complete the entire process of using the API interface to query delivery information. Overall, this query returns results complete, rapid, accurate, and the service is stable, easy to operate.

Guess you like

Origin blog.51cto.com/13133898/2429368