소스 검색

会员升级

Kirin 1 년 전
부모
커밋
6b99f6aff7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Request.php

+ 1 - 0
app/Request.php

@@ -138,6 +138,7 @@ class Request extends \think\Request
      */
     public function getFromType()
     {
+        @file_put_contents('from_type.txt', $this->header('Form-type', ''), FILE_APPEND);
         return $this->header('Form-type', '');
     }