This commit is contained in:
sxu 2025-04-07 11:01:07 +08:00
parent 082ae24242
commit 37cfbac708
1 changed files with 1 additions and 1 deletions

View File

@ -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());