- 饿百商店更新不修改“外卖客服联系电话”,因为有时会报错
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user