- up
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user