Joke Collection Website - Public benefit messages - How does php use the official WeChat account to push messages to a single user?

How does php use the official WeChat account to push messages to a single user?

The WeChat public platform can be seen on the public website. The current situation is that the database stores the user's open_id. If you want to use this open_id to send the specified information to the user corresponding to the open_id through the WeChat public platform, simply by calling some method.

Actively push information to concerned users, not passively!