Commit ff2ae009 authored by unset's avatar unset

添加通知信息

parent ca98aa92
......@@ -324,6 +324,7 @@ public class OrderPayBiz extends BaseBiz<OrderPayMapper, OrderPay> {
"\"total_amount\":\"" + realAmount + "\"," +
"\"subject\":\"" + orderPayVo.getSubject() + "\"," +
"\"timeout_express\":\"30m\"}"); //订单允许的最晚付款时间
request.setNotifyUrl(notifyUrl);
try {
log.info("{}", JSONObject.toJSONString(request));
AlipayTradePrecreateResponse response = alipayClient.execute(request);
......
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