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