This commit is contained in:
gazebo
2019-03-28 16:21:18 +08:00
parent 35410b4fd5
commit 005ffe003d

View File

@@ -4,6 +4,7 @@ import "strings"
const (
MaxWorkMsgLen = 2048
MaxWorkContentLen = MaxWorkMsgLen - 96
)
func (a *API) CorpAsyncSend(userIDList, deptIDList []string, isToAllUser bool, msg map[string]interface{}) (err error) {