+ 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

@@ -444,6 +444,10 @@ func (c *PurchaseHandler) GetShopHealthInfo(vendorShopID string) (shopHealthInfo
return shopHealthInfo, err
}
func (p *PurchaseHandler) EnableAutoAcceptOrder(ctx *jxcontext.Context, storeID int, vendorStoreID string, isSetEnable bool) (err error) {
return err
}
func (c *PurchaseHandler) UpdateStoreStatus(ctx *jxcontext.Context, storeID int, vendorStoreID string, status int) (err error) {
store, err := c.ReadStore(ctx, vendorStoreID)
if err != nil {