Commit 8a52016a authored by 梁俊杰's avatar 梁俊杰

no message

parent a67b4b79
Pipeline #29 canceled with stages
...@@ -3,3 +3,5 @@ ...@@ -3,3 +3,5 @@
vendor/ vendor/
vendor vendor
*.txt *.txt
txt
txt/
...@@ -10,7 +10,7 @@ ini_set('display_errors','on'); ...@@ -10,7 +10,7 @@ ini_set('display_errors','on');
use EasyDingTalk\Application; use EasyDingTalk\Application;
include_once 'vendor/autoload.php'; include_once 'vendor/autoload.php';
$f = fopen("test.txt", "a"); $f = fopen("./txt/test.txt", "a");
fwrite($f, print_r($_REQUEST,true)); fwrite($f, print_r($_REQUEST,true));
fclose($f); 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