Call Wechat customer service message response timeout, resulting in multiple calls, sending multiple messages at a time

the php backend calls the Wechat customer service message API, but due to the large base of data calculation and transmission and the long time, the Wechat API is adjusted many times, and then multiple messages are sent. Could you tell me how to solve this problem?


if you want to prevent Wechat from making multiple requests, you can output success, Wechat at the beginning, but you won't ask for


. Can you make a queue and let scheduled tasks perform push? can you avoid sending more than one message at a time?


found the problem. The scheduled task of the windows server has been executed many times and needs to be patched

Menu