Commit 0eb1dfb7 authored by jiangkebao's avatar jiangkebao

添加消息通知注释

parent 8151cef6
...@@ -27,9 +27,10 @@ interface DingMessageServiceInterface ...@@ -27,9 +27,10 @@ interface DingMessageServiceInterface
/** /**
* 发送工作通知消息 * 发送工作通知消息
*
* @param array $params * @param array $params
* * ['msg' => {"msgtype":"text","text":{"content":"消息内容"}},'userid_list' => "5360236526369319,155724556824201930"]
* ['msg' => {"msgtype":"text","text":{"content":"消息内容"}},'to_all_user' => "true"]
* ['msg' => {"msgtype":"text","text":{"content":"消息内容"}},'dept_id_list' => "12,34"]
* @return mixed * @return mixed
*/ */
public function sendCorporationMessage($params); public function sendCorporationMessage($params);
......
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