Ver Fonte

修改BUG

zhou.xiaoning há 3 anos atrás
pai
commit
074e62eed6
1 ficheiros alterados com 1 adições e 0 exclusões
  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)