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

View File

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