Browse Source

Merge branch 'master' of http://git.qiniu1314.com/Kirin/shenying

Kirin 9 months ago
parent
commit
70ebec4a93
1 changed files with 1 additions and 0 deletions
  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', '');
     }