Commit d9aec96b authored by 梁俊杰's avatar 梁俊杰

1

parent 04ae296f
Pipeline #23 canceled with stages
......@@ -6,12 +6,12 @@
* Time: 09:32
* Description:
*/
ini_set('display_errors','on');
use EasyDingTalk\Application;
include_once 'vendor/autoload.php';
$f = fopen("test.txt", "w");
fwrite($f, print_r($_GET,true));
fwrite($f, print_r($_POST,true));
$f = fopen("test.txt", "a");
fwrite($f, print_r($_REQUEST,true));
fclose($f);
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment