+ IPurchasePlatformHandler.UpdateStoreCustomID

- 删除平台门店时,将平台门店的CUSTOMID设置为其平台ID本身
- 饿了么与微商城handler不注册了
This commit is contained in:
gazebo
2019-09-01 15:27:06 +08:00
parent 51727df4de
commit 0331e704e0
7 changed files with 36 additions and 12 deletions

View File

@@ -255,3 +255,7 @@ func (c *PurchaseHandler) GetAllStoresVendorID(ctx *jxcontext.Context) (vendorSt
vendorStoreIDs, err = api.MtwmAPI.PoiGetIDs()
return vendorStoreIDs, err
}
func (c *PurchaseHandler) UpdateStoreCustomID(ctx *jxcontext.Context, vendorStoreID string, storeID int64) (err error) {
return err
}