diff --git a/apps/third/xunxi.py b/apps/third/xunxi.py index d2902f0c..2551ed70 100644 --- a/apps/third/xunxi.py +++ b/apps/third/xunxi.py @@ -69,7 +69,7 @@ class XxClient: self.isRuning = False # self.t.join() - def request(self, url: str, method: str = 'post', params=dict(), json=dict(), timeout=4, raise_exception=True): + def request(self, url: str, method: str = 'post', params=dict(), json=dict(), timeout=20, raise_exception=True): if not settings.XX_ENABLED: raise ParseError('寻息对接未启用') params['accessToken'] = self.token