Commit 04ae296f authored by 梁俊杰's avatar 梁俊杰

集成钉钉消息

parent a7b151bb
Pipeline #22 canceled with stages
# Created by .ignore support plugin (hsz.mobi)
.idea
/vendor
{
"require": {
"mingyoung/dingtalk": "^2.2"
}
}
This diff is collapsed.
......@@ -6,7 +6,20 @@
* Time: 09:32
* Description:
*/
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));
fclose($f);
/*
$config = [
'corp_id' => 'dingd3ir8195906jfo93',
'app_key' => 'dingwu33fo1fjc0fszad',
'app_secret' => 'RsuMFgEIY3jg5UMidkvwpzEobWjf9Fcu3oLqLyCUIgzULm54WcV7j9fi3fJlUshk',
];
$app = new Application($config);*/
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