增加商品力荐标志,目前只有美团

This commit is contained in:
苏尹岚
2020-01-19 16:27:41 +08:00
parent 27c3763ff9
commit 8b1c0726fb
7 changed files with 146 additions and 1 deletions

View File

@@ -492,3 +492,7 @@ func (p *PurchaseHandler) CancelActs(ctx *jxcontext.Context, vendorOrgCode strin
}
return failedList, err
}
func (p *PurchaseHandler) UpdateStoreSkusSpecTag(ctx *jxcontext.Context, vendorOrgCode string, storeID int, vendorStoreID string, storeSkuList []*partner.StoreSkuInfo) (err error) {
return err
}