+ EnableAutoAcceptOrder

This commit is contained in:
gazebo
2019-09-19 11:46:58 +08:00
parent a9c7be1027
commit af41dbb6b8
7 changed files with 18 additions and 44 deletions

View File

@@ -144,9 +144,6 @@ type IPurchasePlatformHandler interface {
UpdateStore(db *dao.DaoDB, storeID int, userName string) (err error)
GetStoreStatus(ctx *jxcontext.Context, storeID int, vendorStoreID string) (storeStatus int, err error)
UpdateStoreCustomID(ctx *jxcontext.Context, vendorStoreID string, storeID int64) (err error)
// EnableAutoAcceptOrder(vendorStoreID string, isEnabled bool) error
// OpenStore(vendorStoreID string, userName string) error
// CloseStore(vendorStoreID, closeNotice, userName string) error
// SyncStoreSkus(ctx *jxcontext.Context, parentTask tasksch.ITask, storeID int, skuIDs []int, isAsync, isContinueWhenError bool) (hint string, err error)
// // !!!注意,此操作会先清除门店已有的商品,一般用于初始化,小心使用