Home > Article > Backend Development > PHP uses WeChat to perform OA-like functions
There is a page in php for sending messages. Click send, and my official account will send messages to the people who have designated to follow the changed official account. For example, the boss sends a notice to the employees, and the employees open WeChat and receive it. How to design this kind of database so that the boss can know that it has been read
There is a page in php for sending messages. Click send, and my official account will send messages to the people who have designated to follow the changed official account. For example, the boss sends a notice to the employees, and the employees open WeChat and receive it. How to design this kind of database so that the boss can know that it has been read
The process is that when the user opens WeChat and enters the link to be read, the server finds the user information through the user's openid and sends the template information to the boss's openid (http://mp.weixin.qq.com/wiki/5 /6dde9eaa909f83354e0094dc3ad99e05.html ). If you want to record specific operations, you can define a status field in the notification table (0 None 1 Read 2 Pushed) to follow up the status of the notification