超12小时自动审核售后单
This commit is contained in:
@@ -1818,6 +1818,7 @@ func RefreshJdsOrderConsigneeInfo(ctx *jxcontext.Context, vendorOrderID string)
|
|||||||
if jdsOrder == nil {
|
if jdsOrder == nil {
|
||||||
return fmt.Errorf("未查询到对应的京东商城订单!")
|
return fmt.Errorf("未查询到对应的京东商城订单!")
|
||||||
}
|
}
|
||||||
|
fmt.Println("test1", utils.Format4Output(jdsOrder, false))
|
||||||
order.ConsigneeAddress = jdshop.Decrypt(jdsOrder.ConsigneeInfo.FullAddress)
|
order.ConsigneeAddress = jdshop.Decrypt(jdsOrder.ConsigneeInfo.FullAddress)
|
||||||
order.ConsigneeName = jdshop.Decrypt(jdsOrder.ConsigneeInfo.Fullname)
|
order.ConsigneeName = jdshop.Decrypt(jdsOrder.ConsigneeInfo.Fullname)
|
||||||
order.ConsigneeMobile = jdshop.Decrypt(jdsOrder.ConsigneeInfo.Mobile)
|
order.ConsigneeMobile = jdshop.Decrypt(jdsOrder.ConsigneeInfo.Mobile)
|
||||||
|
|||||||
Reference in New Issue
Block a user