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

1

parent 4b7108d0
Pipeline #28 canceled with stages
......@@ -10,7 +10,7 @@ ini_set('display_errors','on');
use EasyDingTalk\Application;
include_once 'vendor/autoload.php';
$f = fopen("test.txt", "w");
$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