This commit is contained in:
wangchuxiao 2022-05-27 15:14:12 +08:00
parent cbf0b3c05e
commit 3f126be081
2 changed files with 2 additions and 2 deletions

View File

@ -281,7 +281,7 @@ callback:
enable: false enable: false
callbackTimeOut: 2 callbackTimeOut: 2
callbackOfflinePush: callbackOfflinePush:
enable: true enable: false
callbackTimeOut: 2 callbackTimeOut: 2
callbackFailedContinue: true # 回调超时是否继续离线推送 callbackFailedContinue: true # 回调超时是否继续离线推送

View File

@ -41,7 +41,7 @@ type AccountCheckResp struct {
type ManagementSendMsgReq struct { type ManagementSendMsgReq struct {
OperationID string `json:"operationID" binding:"required"` OperationID string `json:"operationID" binding:"required"`
SendID string `json:"sendID" binding:"required"` SendID string `json:"sendID"`
RecvID string `json:"recvID" ` RecvID string `json:"recvID" `
GroupID string `json:"groupID" ` GroupID string `json:"groupID" `
SenderNickname string `json:"senderNickname" ` SenderNickname string `json:"senderNickname" `