超12小时自动审核售后单

This commit is contained in:
苏尹岚
2020-09-14 17:58:15 +08:00
parent fe42a2537e
commit 5159dbbf51

View File

@@ -1818,6 +1818,7 @@ func RefreshJdsOrderConsigneeInfo(ctx *jxcontext.Context, vendorOrderID string)
if jdsOrder == nil {
return fmt.Errorf("未查询到对应的京东商城订单!")
}
fmt.Println("test1", utils.Format4Output(jdsOrder, false))
order.ConsigneeAddress = jdshop.Decrypt(jdsOrder.ConsigneeInfo.FullAddress)
order.ConsigneeName = jdshop.Decrypt(jdsOrder.ConsigneeInfo.Fullname)
order.ConsigneeMobile = jdshop.Decrypt(jdsOrder.ConsigneeInfo.Mobile)