nan.zhang 4 년 전
부모
커밋
0598a40689
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      application/expand/controller/WechatJs.php

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

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