Php has a page for sending a message by clicking and sending it. my public account is like a user who has specified to follow the public account change. for example, if the boss sends a notification like an employee, the employee opens the page and accepts it. The boss can know that he has read this kind of database. how to design php? there is a page for sending a message by clicking and sending it. my public account will be like someone who has specified to pay attention to the change to the public account, if the boss sends a notification like an employee, the employee opens and accepts the notification. The boss can know how to design this database.
Reply content:
Php has a page for sending a message by clicking and sending it. my public account is like a user who has specified to follow the public account change. for example, if the boss sends a notification like an employee, the employee opens the page and accepts it. The boss can know how to design this database.
The process is that when the user opens the link to read, the server finds the user information through the user's openid, and sends the template information (http://mp.weixin.qq.com/wiki/5/6dde9eaa909f83354e0094dc3ad99e05.html) to the boss's openid ). 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 notification status.