|
|
@@ -152,7 +152,7 @@ class GTClient
|
|
|
if ($current < $expireDate) {
|
|
|
$token = $open->gtToken ?? '';
|
|
|
$this->authToken = $token;
|
|
|
- \common\components\noticeUtil::push("从数据库获取个推token", '15280215347');
|
|
|
+ //\common\components\noticeUtil::push("从数据库获取个推token", '15280215347');
|
|
|
return true;
|
|
|
}
|
|
|
|