银豹是多门店??

This commit is contained in:
苏尹岚
2020-05-09 09:14:07 +08:00
parent 797816abd3
commit 46de6fa3b9
5 changed files with 9 additions and 152 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
}