nan.zhang 4 vuotta sitten
vanhempi
commit
14a3b22990
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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();