We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b6e64 commit d358ce0Copy full SHA for d358ce0
wxbot.py
@@ -1244,7 +1244,7 @@ def sync_check(self):
1244
'synckey': self.sync_key_str,
1245
'_': int(time.time()),
1246
}
1247
- url = 'https://' + self.sync_host + '.weixin.qq.com/cgi-bin/mmwebwx-bin/synccheck?' + urllib.urlencode(params)
+ url = 'https://' + self.sync_host + '.wx.qq.com/cgi-bin/mmwebwx-bin/synccheck?' + urllib.urlencode(params)
1248
try:
1249
r = self.session.get(url, timeout=60)
1250
r.encoding = 'utf-8'
0 commit comments