- jd SyncStoreSku.

This commit is contained in:
gazebo
2018-09-16 16:37:46 +08:00
parent b9497d028f
commit 30d94bf688
8 changed files with 117 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ func (p *PurchaseHandler) ReadStore(vendorStoreID string) (*model.Store, error)
return nil, nil
}
func (p *PurchaseHandler) UpdateStore(storeID int) error {
func (p *PurchaseHandler) UpdateStore(storeID int, userName string) error {
return nil
}