Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

WeChat small program Express interface (business view) interface rules


May 18, 2021 WeChat Mini Program Development Document


Table of contents


WeChat Logistics Assistant (Express Side)

Logistics assistant, to help developers with logistics needs, fast and efficient docking of a number of logistics companies. After docking, users can receive real-time logistics status through WeChat service notifications to enhance the user experience.

Product advantages

  1. To undertake WeChat ecological orders: through weChat unified interface, one-time service WeChat ecological has the need for shipping merchants.
  2. Promote user return visit: the key logistics status will be sent to the user through WeChat service notification, the user click can visit the courier company small program to view the logistics status of the order or follow-up operations.

Access instructions

At present, logistics assistants use targeted invitations to access logistics companies.

Access preparation

1. Small procedures

After the user receives the track update message, they can indirectly jump to the track details page of the express program. At least two pages are required:

  1. Express track details page, the path can refer to pages / info / info? from , wx and no , 12345678901234. When WeChat does a jump, it will pass in the shipping order number.
  2. Express Complaints page

2. Small program event service

Event service is used to receive WeChat push, there are currently audit merchants, query balance, place orders, cancel shipping orders and other events.

3. Facet templates and examples

Label the dimensions, sizes, and so on for each area. You can refer to the template example

The relevant interface

Related events