zhou.xiaoning hace 3 años
padre
commit
074e62eed6
Se han modificado 1 ficheros con 1 adiciones y 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)