|
@@ -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();
|