Skip to content
This repository has been 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);