Browse Source

update 供应链加入商品库

three
DengBiao 10 months ago
parent
commit
14fa380a2d
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      consume/mall_add_supply_goods.go

+ 3
- 0
consume/mall_add_supply_goods.go View File

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


Loading…
Cancel
Save