银豹同步修改

This commit is contained in:
苏尹岚
2020-05-09 09:59:35 +08:00
parent ef1999eb2c
commit 2e2524a483
4 changed files with 19 additions and 96 deletions

View File

@@ -37,3 +37,7 @@ func (p *PurchaseHandler) GetVendorID() int {
func (p *PurchaseHandler) UploadImg(ctx *jxcontext.Context, vendorOrgCode, imgURL string, imgData []byte, imgName string, imgType int) (imgHint string, err error) {
return imgHint, err
}
func (p *PurchaseHandler) GetVendorCategories(ctx *jxcontext.Context) (vendorCats []*model.SkuVendorCategory, err error) {
return vendorCats, err
}