浏览代码

update 供应链加入商品库

three
DengBiao 10 个月前
父节点
当前提交
14fa380a2d
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      consume/mall_add_supply_goods.go

+ 3
- 0
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"`


正在加载...
取消
保存