|
@@ -169,7 +169,7 @@ public class AlipayUtil {
|
|
|
model.setTimeoutExpress(timeout);
|
|
|
|
|
|
request.setBizModel(model);
|
|
|
- AlipayTradeWapPayResponse response = alipayClient.pageExecute(request, "POST");
|
|
|
+ AlipayTradeWapPayResponse response = alipayClient.pageExecute(request, "GET");
|
|
|
// 如果需要返回GET请求,请使用
|
|
|
// AlipayTradeWapPayResponse response = alipayClient.pageExecute(request, "GET");
|
|
|
logger.info("支付宝 payH5 响应:{}", JSONObject.toJSONString(response));
|