Fetch the repository succeeded.
This action will force synchronization from 上海豫宠网络科技有限公司/EasyDingTalk, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
EasyDingTalk 封装了钉钉身份验证、通讯录管理、消息通知、审批、群机器人、业务事件回调管理等服务端接口,让开发者可以使用简单的配置,提供简洁的 API 以供方便快速地调用钉钉接口。
composer require ichong/dingtalk:^2.0
use EasyDingTalk\Application;
$config = [
'corp_id' => 'dingd3ir8195906jfo93',
'app_key' => 'dingwu33fo1fjc0fszad',
'app_secret' => 'RsuMFgEIY3jg5UMidkvwpzEobWjf9Fcu3oLqLyCUIgzULm54WcV7j9fi3fJlUshk',
];
$app = new Application($config);
MIT
开源不易,如果你觉得 EasyDingTalk 节省了你的时间,方便了你的开发,不妨赞赏支持一下
Sign in for post a comment
Comments ( 0 )