用户关注取关的消息重复发送
#2204
Replies: 1 comment
-
重复发送是微信的服务器行为哈:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
$app->server->push(function($message){{
//接受重复的用户关注取关的消息
})
Beta Was this translation helpful? Give feedback.
All reactions