Commit 329e4dd6 authored by jiaorz's avatar jiaorz

修改支付宝支付方式

parent c332f285
...@@ -307,7 +307,7 @@ public class OrderPayBiz extends BaseBiz<OrderPayMapper, OrderPay> { ...@@ -307,7 +307,7 @@ public class OrderPayBiz extends BaseBiz<OrderPayMapper, OrderPay> {
"\"subject\":\"" + orderPayVo.getSubject() + "\"," + "\"subject\":\"" + orderPayVo.getSubject() + "\"," +
"\"body\":\"" + orderPayVo.getBody() + "\"," + "\"body\":\"" + orderPayVo.getBody() + "\"," +
"\"out_trade_no\":\"" + orderPayVo.getTradeNo() + "\"" + "\"out_trade_no\":\"" + orderPayVo.getTradeNo() + "\"" +
" }"); "}");
request.setNotifyUrl(orderPayVo.getNotifyUrl()); request.setNotifyUrl(orderPayVo.getNotifyUrl());
log.info("请求参数:param = {}", request.getBizContent()); log.info("请求参数:param = {}", request.getBizContent());
try { try {
......
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