From 35bcefb69c1b6c733957c785ccde2e30c5eec03b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 10 Mar 2023 19:53:36 +0800 Subject: [PATCH] 1 --- business/partner/purchase/tiktok_store/order.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/business/partner/purchase/tiktok_store/order.go b/business/partner/purchase/tiktok_store/order.go index 64b927bc7..bc7a42ca6 100644 --- a/business/partner/purchase/tiktok_store/order.go +++ b/business/partner/purchase/tiktok_store/order.go @@ -3,7 +3,7 @@ package tiktok_store import ( "errors" "fmt" - "github.com/xluohome/phonedata" + "git.rosy.net.cn/baseapi/platformapi/tiktok_shop/ascription_place" "regexp" "strings" "time" @@ -240,7 +240,8 @@ func (p *PurchaseHandler) getOrder(vendorOrgCode, vendorOrderID, vendorStoreID s // 抖音订单手机号和收货地址是否同城 order.PhoneAscription = "" - ascription, err := phonedata.Find(order.ConsigneeMobile) + //ascription, err := phonedata.Find(order.ConsigneeMobile) + ascription, err := ascription_place.Find(order.ConsigneeMobile) globals.SugarLogger.Debugf("=============ascription=:%s", utils.Format4Output(ascription, false)) globals.SugarLogger.Debugf("=============err=:%v", err) if err != nil {