WIN-2308041133\Administrator 5 달 전
부모
커밋
2d0a3ddfd3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application/api/controller/Lave.php

+ 1 - 0
application/api/controller/Lave.php

@@ -177,6 +177,7 @@ class Lave extends Api
             $this->error(__('Please login first'), null, 401);
         }
         $return_web = $where['return_web'];
+        @file_put_contents("quanju3.txt", $return_web . "-返回地址\r\n", 8);
         unset($where['return_web']);
         $where['user_id'] = $this->auth->getUserinfo()['id'];
         $where1 = $where;