This commit is contained in:
gazebo
2019-08-14 13:57:12 +08:00
parent bc6a5e9400
commit d3ed741016
3 changed files with 18 additions and 6 deletions

View File

@@ -134,6 +134,9 @@ type IPurchasePlatformHandler interface {
GetVendorID() int
// 只与平台相关
GetVendorCategories(ctx *jxcontext.Context) (vendorCats []*model.SkuVendorCategory, err error)
////////
// Store
ReadStore(ctx *jxcontext.Context, vendorStoreID string) (store *dao.StoreDetail, err error)
@@ -150,7 +153,6 @@ type IPurchasePlatformHandler interface {
RefreshAllStoresID(ctx *jxcontext.Context, parentTask tasksch.ITask, isAsync bool) (hint string, err error)
UploadImg(ctx *jxcontext.Context, imgURL string, imgData []byte, imgName string) (imgHint string, err error)
GetVendorCategories(ctx *jxcontext.Context) (vendorCats []*model.SkuVendorCategory, err error)
}
// db *dao.DaoDB,