新增DINGDING消息

This commit is contained in:
wenc000 2020-10-28 17:53:22 +08:00
parent 6fd1ded8ad
commit f1b6258dc3

View File

@ -191,4 +191,9 @@ public interface IApiConsts {
*/
String LIST_PAGE_SELECT_DEPARTMENT_USER = "%s/resource/user/listpageselectdepartmentuser/%s";
/**
* 发送钉钉消息通过电话列表
*/
String SEND_DINGDING_MSG_BY_PHONES = "%s/resource/dingdingmessage/sendbyphones";
}