This commit is contained in:
Rosy-zhudan
2019-09-17 08:31:04 +08:00
13 changed files with 350 additions and 11 deletions

View File

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