We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对 UrlLink 发送数量限制的一个小结论:
Friday 某天转发了 60 条 UrlLink ,每条 UrlLink 需要投递到 10 个群里(0-9) ,然后现在的状态是 “操作过于频繁,可稍后再试”。(根据过去的经验,0点开始,恢复发送额度)
猜测:每个微信号,每天只能发送 60 x 10 = 600 条。如果超过的话,就需要等待第二天quota归零。
@借来的天堂 MiniProgram跟UrlLink差不多,大概500-550之间,具体多少个没统计过,就会“操作过于频繁,可稍后再试”。
一天不论拉长发送间隔时间还是如何,还是减少发送群聊的数量。小程序发送的数量到这个数量级就会出现“操作过于频繁,可稍后再试”。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
对 UrlLink 发送数量限制的一个小结论:
Friday 某天转发了 60 条 UrlLink ,每条 UrlLink 需要投递到 10 个群里(0-9) ,然后现在的状态是 “操作过于频繁,可稍后再试”。(根据过去的经验,0点开始,恢复发送额度)
猜测:每个微信号,每天只能发送 60 x 10 = 600 条。如果超过的话,就需要等待第二天quota归零。
@借来的天堂 MiniProgram跟UrlLink差不多,大概500-550之间,具体多少个没统计过,就会“操作过于频繁,可稍后再试”。
一天不论拉长发送间隔时间还是如何,还是减少发送群聊的数量。小程序发送的数量到这个数量级就会出现“操作过于频繁,可稍后再试”。
The text was updated successfully, but these errors were encountered: