WeChat Public Account server configuration interface, used to receive and process messages and events sent by the WeChat server.
Points to note
- This interface uses GET and POST methods for WeChat server verification and message reception
- Only for WeChat official account server configuration, not applicable to general API calls
- This interface address needs to be configured on the official WeChat public account background
- The official WeChat verification mechanism needs to be implemented
- This interface needs to handle all kinds of messages and events sent by the WeChat server
Request address
{域名地址}/api/wechat
Description:{域名地址}Replace it with your domain name, such ashttps://en.anqicms.com/api/wechat
Call method
This interface is the service address for the WeChat official account, seeAccess guide
GET/POST
Description
This interface is not a general access interface, it is a service address interface for WeChat official accounts. When configuring the WeChat official account, fill it in the WeChat official account official website -> Development- Basic Settings.