浏览代码

会员升级

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', '');
     }