nan.zhang лет назад: 4
Родитель
Сommit
14a3b22990
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      application/expand/controller/WechatJs.php

+ 1 - 1
application/expand/controller/WechatJs.php

@@ -61,7 +61,7 @@ class WechatJs extends BaseAuth
     public function getToken(){
 
         $cacheToken = Cache::get('access_token_'.$this->_apiCode);
-        if(!empty($cacheToken) && $this->_apiCode!="43F7299CE14DBF34879F080126666GF9"){//白熊
+        if(!empty($cacheToken) && $this->_apiCode!="BAIXIONG"){//白熊
             HelperService::returnJson(['code'=>200,'msg'=>'cache','data'=>"$cacheToken"]);
         }
         $token = $this->_getWxToken();