zhou.xiaoning %!s(int64=3) %!d(string=hai) anos
pai
achega
074e62eed6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      api/v1/mq/ntf.go

+ 1 - 0
api/v1/mq/ntf.go

@@ -29,6 +29,7 @@ func SendNtfToMQ(c *gin.Context) {
 
 	if err := mq.SendNtfMQ(c, &req); err != nil {
 		response.FailWithMessage(err.Error(), c)
+		return
 	}
 
 	response.OkWithMessage("发送成功", c)