WIN-2308041133\Administrator 2 weeks ago
parent
commit
84263fe6f0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/api/controller/wechat/WechatController.php

+ 2 - 0
app/api/controller/wechat/WechatController.php

@@ -58,6 +58,8 @@ class WechatController
      */
     public function auth(Request $request)
     {
+        @file_put_contents('quanju4.txt',  "-还是说走这里\r\n", 8);
+
         $spreadId = intval($request->param('spread'));
         $login_type = $request->param('login_type', '');
         try {