zhou.xiaoning 3 anni fa
parent
commit
074e62eed6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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)