1
This commit is contained in:
@@ -567,7 +567,7 @@ func IsWaybillFinalStatus(status int) bool {
|
||||
const (
|
||||
JXC4AppId = "wx4b5930c13f8b1170" // 京西菜市appId type=weixinmini
|
||||
JXC4BusinessAppId = "wx08a5c2a8581414ff" // 京西商家appId type=weixinmini
|
||||
JXC4TiktokAppId = "tta6a1d01c399f264201" // 抖音appID
|
||||
JXC4TiktokAppId = "ttaceeda5333d7a7ab01" // 抖音appID
|
||||
|
||||
JXC4ClientAppID = "wxf3657c94aa01a3f0" //京西菜市客户端APP ID type="weixinapp"
|
||||
|
||||
|
||||
@@ -218,8 +218,7 @@ func (p *PurchaseHandler) getOrder(vendorOrgCode, vendorOrderID, vendorStoreID s
|
||||
}
|
||||
|
||||
// 用户保密信息脱敏
|
||||
name, tel, address, err := api.OrderUserInfoDecrypt(vendorOrderID, result.EncryptPostReceiver, result.EncryptPostTel, result.PostAddr.EncryptDetail)
|
||||
globals.SugarLogger.Debugf("===========err OrderUserInfoDecrypt :%v", err)
|
||||
name, tel, address, _ := api.OrderUserInfoDecrypt(vendorOrderID, result.EncryptPostReceiver, result.EncryptPostTel, result.PostAddr.EncryptDetail)
|
||||
order.ConsigneeName = name
|
||||
order.ConsigneeMobile = tel
|
||||
order.ConsigneeAddress = fmt.Sprintf("%s%s%s%s%s", result.PostAddr.Province.Name, result.PostAddr.City.Name, result.PostAddr.Town.Name, result.PostAddr.Street.Name, address)
|
||||
|
||||
@@ -234,8 +234,8 @@ dbConnectStr = "root:WebServer@1@tcp(127.0.0.1:3306)/jxd_dev_0?charset=utf8mb4&l
|
||||
getWeixinTokenURL = "http://www.jxc4.com/v2/sys/GetWXToken"
|
||||
getYLYTokenURL = "http://www.jxc4.com/v2/sys/GetYLYToken"
|
||||
|
||||
tiktokAppKey = "tta6a1d01c399f264201"
|
||||
tiktokAppSecret = "5c08a0465cf0f996af254a03b6c2548defef87ad"
|
||||
tiktokAppKey = "ttaceeda5333d7a7ab01"
|
||||
tiktokAppSecret = "9285b20dce3c46179204a5aa4d92ca96ee1ed5c9"
|
||||
|
||||
tiktokJXDJKey="ttaceeda5333d7a7ab01" #京西到家抖音小程序
|
||||
TiktokJXDJApiID="ttaceeda5333d7a7ab01"
|
||||
@@ -374,8 +374,8 @@ uuOpenID="8d8464e7c9354c1e88a3f5afa2a7922e"
|
||||
jxPrintAppID = "1000"
|
||||
jxPrintAppKey = "rfBd56ti2SMtYvSg"
|
||||
|
||||
tiktokAppKey = "tta6a1d01c399f264201"
|
||||
tiktokAppSecret = "5c08a0465cf0f996af254a03b6c2548defef87ad"
|
||||
tiktokAppKey = "ttaceeda5333d7a7ab01"
|
||||
tiktokAppSecret = "9285b20dce3c46179204a5aa4d92ca96ee1ed5c9"
|
||||
|
||||
tiktokJXDJKey="ttaceeda5333d7a7ab01" #京西到家抖音小程序
|
||||
TiktokJXDJApiID="ttaceeda5333d7a7ab01"
|
||||
@@ -498,8 +498,8 @@ jxPrintAppID = "1000"
|
||||
jxPrintAppKey = "rfBd56ti2SMtYvSg"
|
||||
|
||||
storeName = "京西果园"
|
||||
tiktokAppKey = "tta6a1d01c399f264201"
|
||||
tiktokAppSecret = "5c08a0465cf0f996af254a03b6c2548defef87ad"
|
||||
tiktokAppKey = "ttaceeda5333d7a7ab01"
|
||||
tiktokAppSecret = "9285b20dce3c46179204a5aa4d92ca96ee1ed5c9"
|
||||
|
||||
tiktokJXDJKey="ttaceeda5333d7a7ab01" #京西到家抖音小程序
|
||||
TiktokJXDJApiID="ttaceeda5333d7a7ab01"
|
||||
@@ -700,8 +700,8 @@ uuOpenID="8d8464e7c9354c1e88a3f5afa2a7922e"
|
||||
jxPrintAppID = "1000"
|
||||
jxPrintAppKey = "rfBd56ti2SMtYvSg"
|
||||
|
||||
tiktokAppKey = "tta6a1d01c399f264201"
|
||||
tiktokAppSecret = "5c08a0465cf0f996af254a03b6c2548defef87ad"
|
||||
tiktokAppKey = "ttaceeda5333d7a7ab01"
|
||||
tiktokAppSecret = "9285b20dce3c46179204a5aa4d92ca96ee1ed5c9"
|
||||
|
||||
tiktokJXDJKey="ttaceeda5333d7a7ab01" #京西到家抖音小程序
|
||||
TiktokJXDJApiID="ttaceeda5333d7a7ab01"
|
||||
|
||||
Reference in New Issue
Block a user