Blogger Information
Blog 60
fans 0
comment 0
visits 100934
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
快递公司如何接入快递100?快递100的快递查询订阅推送接口示例
快递100API
Original
1569 people have browsed it

请求地址

POST

http://xx.com/api/subscribe

请求头

名称 类型 默认值
Content-Type string application/x-www-form-urlencoded

请求体

名称 是否必填 类型 说明
result boolean 订阅结果
message string 订阅结果描述

接口描述

快递100在希望贵司跟踪某个运单的时候,向贵司发起订阅请求,由贵司那边跟踪这个运单的轨迹变化,并且把相关消息推送到快递100。

编码:UTF-8

  1. 一、订阅失败-验签失败:
  2. {
  3. "result": false,
  4. "message": "验签失败"
  5. }
  6. 二、订阅成功
  7. {
  8. "result": true,
  9. "message": "订阅成功"
  10. }

官方文档:

https://api.kuaidi100.com/document/60509440a62a19500e1987b7.html

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post