Commit 5eec89d8 by jinxin

微信url存储问题

parent 3d0232d9
......@@ -255,7 +255,7 @@ public class LicenceOrderController {
map.put("url", prePaymentOrderForQYWX.getCode_url());
map.put("money", money);
//记录订单号transactionCode和预支付交易会话标识
licenceOrderApiService.saveTransactionCode(orderId, transactionCode, prePaymentOrderForQYWX.getPrepay_id(), null, null, url);
licenceOrderApiService.saveTransactionCode(orderId, transactionCode, prePaymentOrderForQYWX.getPrepay_id(), null, null, prePaymentOrderForQYWX.getCode_url());
return RestResponse.successResult(map);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment