蜂鸟加四毛,下载excel违约金加在运费上

This commit is contained in:
邹宗楠
2023-05-26 14:01:25 +08:00
parent 825216e9f9
commit ae0e50926d
9 changed files with 49 additions and 14 deletions

View File

@@ -184,7 +184,7 @@ func (c *DeliveryHandler) UpdateStore(ctx *jxcontext.Context, storeDetail *dao.S
}
// 美团配送,修改门店名称
func UpdateStoreName(storeId, name string) (err error) {
func (c *DeliveryHandler) UpdateStoreName(storeId, name string) (err error) {
shopInfo := &mtpsapi.ShopInfo{
ShopID: storeId,
ShopName: name,