From f6ee092ac2144af85079b5c42b5cc5b97e33c66c Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 16 Sep 2019 10:13:07 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E9=A5=BF=E7=99=BE=E5=95=86=E5=BA=97?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=8D=E4=BF=AE=E6=94=B9=E2=80=9C=E5=A4=96?= =?UTF-8?q?=E5=8D=96=E5=AE=A2=E6=9C=8D=E8=81=94=E7=B3=BB=E7=94=B5=E8=AF=9D?= =?UTF-8?q?=E2=80=9D=EF=BC=8C=E5=9B=A0=E4=B8=BA=E6=9C=89=E6=97=B6=E4=BC=9A?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/partner/purchase/ebai/store.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/partner/purchase/ebai/store.go b/business/partner/purchase/ebai/store.go index a89188a5e..d4a51f115 100644 --- a/business/partner/purchase/ebai/store.go +++ b/business/partner/purchase/ebai/store.go @@ -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