8000 Home · mingyoung/dingtalk Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.
张铭阳 edited this page Sep 26, 2017 · 4 revisions

使用前

⚠️ 配合钉钉官方文档一起食用效果更佳 :)

实例化

use EasyDingTalk\Application;

$options = [
    'corp_id' => 'ding1234567890',
    'corp_secret' => 'chpHdUyCOm3NwkxnnOenCnppsSmEr',
];

$app = new Application($options);
Clone this wiki locally
0