Application Scenarios
(1) Product introduction: To provide online reservation courier functions, and notify the Courier outlets or courier door-to-back parts, and real-time reverse push the range of parts before and after the order status information, logistics track change information. Integration of a number of major courier companies to order the function.
(2) Call mode: In the system integration without docking courier company to send express interface, only need to load a JS plug-in, a little control can be achieved. Can be directly embedded in the website or the system of HTML pages, mobile version can be embedded in the app, the public number, small programs and other mobile systems.
(3) Applicable to: Life Type website, return and exchange business, company OA management, CRM management and other business.
(4) Support courier Company: has supported three-way (Shen Tong does not support), Shun Fung, EMS, home delivery, Darbond, excellent speed and other logistics companies.
Service use process: Login Express Bird Website Registration account application--plug-in installation--official use
Plugin usage Instructions
First, mobile-Courier page Embedding (1) in your project to introduce the plug-in library file (kdnwidget.js/kdnwidget.css), click Download File Kdnwidget.rar.
(2) in your project to add control code (such as in the click "Send Express" button, the implementation of plug-ins, plug-in will give you jump to The courier bird developed a good delivery page).
(3) Plug-in need to pass in Parameters: service type, please refer to the following parameter list.
such as: Zhong-Tong Logistics number should choose courier Company Code (ZTO)Request System-level parameter description:
Parameter name |
type |
Description |
must require |
ServiceType |
String |
Service type: The service type value of this feature is "E" |
R |
Remark: R-Required (Required), O-selectable (Optional), C-message This parameter is optional (Conditional) Invocation example under certain conditions
<! DOCTYPE html>
Second, PC-= Courier page Embedding (1) in the project to introduce the plug-in library file (kdnwidget.js/kdnwidget.css), click Download File Kdnwidget.rar.
(2) In the project to add control code (such as in the click "Send Express" button, the implementation of plug-ins, the plug-in will be in the designated area of the IFRAME to load the courier bird developed a good delivery page).
(3) In order to better display and operation, it is recommended to open a separate page in the Web site or system to place this function, plug-ins need to pass in Parameters: Service type, content container ID (usually on the page to prepare a div), please refer to the following parameter list.
such as: Zhong-Tong Logistics number should choose courier Company Code (ZTO)Request System-level parameter description:
Parameter name |
type |
Description |
must require |
ServiceType |
String |
Service type: The service type value for this feature is "F" |
R |
Container |
String |
Your custom container ID (typically defined as a DIV, note that the ID value does not add #). |
R |
Remark: R-Required (Required), O-selectable (Optional), C-message This parameter is optional (Conditional) Invocation example under certain conditions
<! DOCTYPE html>
Corporate website/system embedded Courier Function Page method