- store man almost ok.

This commit is contained in:
gazebo
2018-09-09 12:32:24 +08:00
parent 8c130a15a4
commit fc05f326b7
13 changed files with 392 additions and 93 deletions

View File

@@ -10,14 +10,14 @@ func (p *PurchaseHandler) UpdateStore(vendorStoreID string, store *model.Store,
return nil
}
func (p *PurchaseHandler) EnableAutoAcceptOrder(vendorStoreID string, isEnabled bool) error {
return nil
}
// func (p *PurchaseHandler) EnableAutoAcceptOrder(vendorStoreID string, isEnabled bool) error {
// return nil
// }
func (p *PurchaseHandler) OpenStore(vendorStoreID string, userName string) error {
return nil
}
// func (p *PurchaseHandler) OpenStore(vendorStoreID string, userName string) error {
// return nil
// }
func (p *PurchaseHandler) CloseStore(vendorStoreID, closeNotice, userName string) error {
return nil
}
// func (p *PurchaseHandler) CloseStore(vendorStoreID, closeNotice, userName string) error {
// return nil
// }