Browse Source

token失效问题

shish 5 years ago
parent
commit
47751471fd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      common/components/wxUtil.php

+ 2 - 0
common/components/wxUtil.php

@@ -634,6 +634,8 @@ class wxUtil
                     //其它
                     //其它
                     xhMerchantService::updateById($sjId, $uData);
                     xhMerchantService::updateById($sjId, $uData);
                 }
                 }
+            } else {
+                noticeUtil::push("access_token已经失效,并且通过refresh_token没有获取到新的token isOpen:{$isOpen}", '15280215347');
             }
             }
         }
         }
         Yii::info('获取componentAccessToken 成功:' . $componentAccessToken);
         Yii::info('获取componentAccessToken 成功:' . $componentAccessToken);