This commit is contained in:
wangchuxiao
2023-05-05 12:19:04 +08:00
parent 5f7fa2a7a2
commit 6b612ec345
14 changed files with 1383 additions and 1482 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ func (m *Message) client() (msg.MsgClient, error) {
}
func (m *Message) GetSeq(c *gin.Context) {
a2r.Call(msg.MsgClient.GetMaxAndMinSeq, m.client, c)
a2r.Call(msg.MsgClient.GetMaxSeq, m.client, c)
}
func (m *Message) PullMsgBySeqs(c *gin.Context) {