소스 검색

白熊打印

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

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

@@ -17,6 +17,7 @@ class WechatJs extends BaseAuth
         parent::__construct();
 
         $this->_Account = $this->getKey($this->_apiCode);
+        file_put_contents("returnCompany",json_encode($this->_Account),FILE_APPEND);
         //验证是否具有访问这个接口的权限
         if(!isset($this->_Account['Wechat_js_appId'])
             || !isset($this->_Account['Wechat_js_appsecret'])){