Information is a simple wechat message notification interface, just a line of code can immediately push the message to your wechat, is a good helper of operation and maintenance, message notification.

At present, there are many such things on the market, the principle is very simple, no need to repeat, just add a timing function, can be set at any time to push. Usage scenarios can be freely used, such as notifying customers of payment on N days every month. At present, the main functions are as follows:

1. Single point push

That is, to push information to themselves, the interface is as follows

https://xizhi.qqoq.net/{key}.send?title= title &content= contentCopy the code

2. Channel push

That is to push to the users who subscribe to the channel, the interface is as follows

https://xizhi.qqoq.net/{key}.channel?title= title &content= contentCopy the code

3. Scheduled tasks

Scheduled tasks can only be set in the background, and interface parameters will be added later. Scheduled tasks can be pushed monthly, weekly, daily, hourly, minute-by-minute, or on a specified date.

For more content, please visit the official website to experience information