|
@@ -138,7 +138,7 @@ class Request extends \think\Request
|
|
*/
|
|
*/
|
|
public function getFromType()
|
|
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', '');
|
|
return $this->header('Form-type', '');
|
|
}
|
|
}
|
|
|
|
|