标签:容器 移动应用开发 使用 解决 工具 联网 挑战 调整 生活
//发送工作通知消息 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); }
标签:容器 移动应用开发 使用 解决 工具 联网 挑战 调整 生活
原文地址:https://blog.51cto.com/14865310/2518504