This commit is contained in:
邹宗楠
2023-05-26 17:13:19 +08:00
parent e406cccc69
commit 77eb8e19a6
3 changed files with 38 additions and 5 deletions

View File

@@ -626,5 +626,8 @@ func (c *DeliveryHandler) GetDeliverLiquidatedDamages(orderId string, deliverId
}
func (c *DeliveryHandler) UpdateStoreName(storeId, name string) (err error) {
return err
return api.DadaAPI.ShopUpdate(&dadaapi.ShopInfo{
StationName: name,
OriginShopID: storeId,
})
}