This commit is contained in:
parent
082ae24242
commit
37cfbac708
|
|
@ -34,7 +34,7 @@ public class PayCotroller {
|
|||
+ "\"total_amount\":\""+ order.getPaymentAmount().toString() +"\","
|
||||
+ "\"subject\":\""+ order.getOrderName() +"\","
|
||||
+ "\"body\":\""+ order.getProductDesc() +"\","
|
||||
//+ "\"timeout_express\":\"10m\","
|
||||
+ "\"timeout_express\":\"10m\","
|
||||
+ "\"product_code\":\"FAST_INSTANT_TRADE_PAY\"}");
|
||||
AlipayTradePagePayResponse alipayResponse = alipayClient.pageExecute(alipayRequest);
|
||||
log.info("alipay body = " + alipayResponse.getBody());
|
||||
|
|
|
|||
Loading…
Reference in New Issue