mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
superGroupMaxSeq
This commit is contained in:
parent
f84cc0554f
commit
192c764c8c
@ -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 {
|
||||||
|
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user