码迷,mamicode.com
首页 > 其他好文 > 详细

钉钉发送工作通知消息

时间:2020-08-11 09:16:10      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:fun   ica   钉钉   lis   ESS   工作   发送   param   dump   

 //发送工作通知消息
    public function asyncsend(){
        $config=config(‘ding‘);
        $app = new Application($config);
        $params=[
            ‘agent_id‘=>‘849101807‘,
            ‘userid_list‘=>‘311410555921006538‘,
            ‘msg‘=>json_encode(
                [
                    ‘msgtype‘=>‘text‘,
                    ‘text‘=>[
                        ‘content‘=>‘哇哈哈‘
                    ]
                ]
            )
        ];
        $res=$app->conversation->sendCorporationMessage($params);
        dump($res);
    }

 

钉钉发送工作通知消息

标签:fun   ica   钉钉   lis   ESS   工作   发送   param   dump   

原文地址:https://www.cnblogs.com/CanyingV/p/13473561.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!