超12小时自动审核售后单

This commit is contained in:
苏尹岚
2020-09-14 18:04:32 +08:00
parent 5159dbbf51
commit a38a0e8d84
2 changed files with 3 additions and 4 deletions

View File

@@ -1818,7 +1818,6 @@ 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)