This commit is contained in:
skiffer-git 2022-07-20 21:41:32 +08:00
parent 3f79409a11
commit e64cf47d31

View File

@ -249,7 +249,7 @@ func SetMsgMinSeq(c *gin.Context) {
return
}
resp := api.CleanUpMsgResp{CommResp: api.CommResp{ErrCode: RpcResp.ErrCode, ErrMsg: RpcResp.ErrMsg}}
resp := api.SetMsgMinSeqResp{CommResp: api.CommResp{ErrCode: RpcResp.ErrCode, ErrMsg: RpcResp.ErrMsg}}
log.NewInfo(req.OperationID, utils.GetSelfFuncName(), " api return ", resp)
c.JSON(http.StatusOK, resp)