superGroupMaxSeq

This commit is contained in:
wangchuxiao 2022-07-26 15:41:16 +08:00
parent f84cc0554f
commit 192c764c8c
2 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ type ManagementBatchSendMsgResp struct {
} }
type CheckMsgIsSendSuccessReq struct { type CheckMsgIsSendSuccessReq struct {
OperationID string OperationID string `json:"operationID"`
} }
type CheckMsgIsSendSuccessResp struct { type CheckMsgIsSendSuccessResp struct {

View File

@ -33,8 +33,8 @@ const (
GlobalMsgRecvOpt = "GLOBAL_MSG_RECV_OPT" GlobalMsgRecvOpt = "GLOBAL_MSG_RECV_OPT"
FcmToken = "FCM_TOKEN:" FcmToken = "FCM_TOKEN:"
groupUserMinSeq = "GROUP_USER_MIN_SEQ:" groupUserMinSeq = "GROUP_USER_MIN_SEQ:"
groupMaxSeq = "GROUP_MAX_SEQ" groupMaxSeq = "GROUP_MAX_SEQ:"
sendMsgFailedFlag = "SEND_MSG_FAILED_FLAG" sendMsgFailedFlag = "SEND_MSG_FAILED_FLAG:"
) )
func (d *DataBases) JudgeAccountEXISTS(account string) (bool, error) { func (d *DataBases) JudgeAccountEXISTS(account string) (bool, error) {