Commit b5606213 authored by 梁俊杰's avatar 梁俊杰

1

parent 816b0937
......@@ -43,12 +43,12 @@ if (isset($users[$data['assignedTo']])) {
$token = $res->access_token;
$message = '{"msgtype":"markdown","markdown":{"title":"' . $data['markdown']['title'] . '给您:","text":"' . $data['markdown']['text'] . '"}}';
$url = 'https://oapi.dingtalk.com/topapi/message/corpconversation/asyncsend_v2?access_token=' . $token;
//$url = 'https://oapi.dingtalk.com/topapi/message/corpconversation/asyncsend_v2?access_token=' . $token;
$req = new OapiMessageCorpconversationAsyncsendV2Request();
$req->setAgentId('326099394');
$req->setToAllUser(true);
$req->setMsg($message);
$res = $c->execute($req, null, $url);
$res = $c->execute($req, null, null);
/*$list = $data['assignedTo'];
if (isset($data['mailto'])) {
$list .= $data['mailto'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment