diff --git a/consume/mall_add_supply_goods.go b/consume/mall_add_supply_goods.go index cd97377..9325ff2 100644 --- a/consume/mall_add_supply_goods.go +++ b/consume/mall_add_supply_goods.go @@ -61,6 +61,9 @@ func handleMallAddSupplyGoodsConsume(msgData []byte) error { } //设置masterId var c = &gin.Context{} + if pushStuct.Mid == "123456" { + return nil + } c.Set("mid", pushStuct.Mid) var t struct { GoodsInfo []*md3.OfficialGoods `json:"goods_info"`