修改钉钉发送消息

parent b81cd596
......@@ -44,4 +44,13 @@ interface DingMessageServiceInterface
* @return mixed
*/
public function corporationMessage($taskId);
/**
* 发送text钉钉消息
* @param integer $templateId 模板id
* @param array $replace 替换内容(注意顺序)
* @param array $userIds 用户id(这个是微服务用户的id)
* @return mixed
*/
public function sendTextMessage($templateId, $replace, $userIds);
}
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