- MaxWorkMsgLen

This commit is contained in:
gazebo
2019-03-28 16:17:50 +08:00
parent 27f22b8e9a
commit 35410b4fd5

View File

@@ -2,6 +2,10 @@ package dingdingapi
import "strings"
const (
MaxWorkMsgLen = 2048
)
func (a *API) CorpAsyncSend(userIDList, deptIDList []string, isToAllUser bool, msg map[string]interface{}) (err error) {
params := map[string]interface{}{
"agent_id": a.agentID,