- 饿百商店更新不修改“外卖客服联系电话”,因为有时会报错

This commit is contained in:
gazebo
2019-09-16 10:13:07 +08:00
parent 5fdbf3a1e1
commit f6ee092ac2

View File

@@ -375,8 +375,8 @@ func genStoreMapFromStore(store *tEbaiStoreInfo) map[string]interface{} {
tel = store.Tel2 tel = store.Tel2
} }
if tel != "" { if tel != "" {
params["phone"] = tel // params["phone"] = tel // 外卖客服联系电话,这个有时能修改,有时不能修改,暂时统一不改
params["ivr_phone"] = tel params["ivr_phone"] = tel // 订单提醒电话
} }
if store.VendorStoreID != "" { if store.VendorStoreID != "" {
params["baidu_shop_id"] = store.VendorStoreID params["baidu_shop_id"] = store.VendorStoreID