소스 검색

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"`


불러오는 중...
취소
저장