瀏覽代碼

会员升级

Kirin 9 月之前
父節點
當前提交
513ff5b3bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Request.php

+ 1 - 1
app/Request.php

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