Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

zeroibc/DingDingRobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

3 Commits

Repository files navigation

DingDingRobot

钉钉机器人webhook

使用方法:

 include_once 'vendor/autoload.php';
 
/**
 * 必填
 * 钉钉机器人的webhook地址
 */
 
 $robot = new \Zeroibc\DingDingRobot($web_hook);
 $content = [
 'content' => 'zeroibc'
 ];
 $robot->setTextType()->setContent($content)->send();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /