logwood/

dingpush

钉钉机器人

dev-master 2020-07-21 07:16 UTC

This package is auto-updated.

Last update: 2024-09-21 16:11:13 UTC


README

钉钉机器人

简单

钉钉官网文档有较为详细的说明,文档地址:https://ding-doc.dingtalk.com/doc#/serverapi2/qf2nxq 官方也提供了SDK,需要下载许多SDK,在一些临时使用场景中,可能不需要这些文件

用法

$msqBox = <<<EOF
message
EOF;

$textInstance = Text::create($msqBox);
// 开启at
// $textInstance->isAt = true;
// $textInstance->setAtMobiles(['12345678901']);
var_export($textInstance->toArray());
$app->send($textInstance->toArray());