1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user