- MaxWorkMsgLen
This commit is contained in:
@@ -2,6 +2,10 @@ package dingdingapi
|
|||||||
|
|
||||||
import "strings"
|
import "strings"
|
||||||
|
|
||||||
|
const (
|
||||||
|
MaxWorkMsgLen = 2048
|
||||||
|
)
|
||||||
|
|
||||||
func (a *API) CorpAsyncSend(userIDList, deptIDList []string, isToAllUser bool, msg map[string]interface{}) (err error) {
|
func (a *API) CorpAsyncSend(userIDList, deptIDList []string, isToAllUser bool, msg map[string]interface{}) (err error) {
|
||||||
params := map[string]interface{}{
|
params := map[string]interface{}{
|
||||||
"agent_id": a.agentID,
|
"agent_id": a.agentID,
|
||||||
|
|||||||
Reference in New Issue
Block a user