调整h5支付链接

This commit is contained in:
TinyAnts 2023-03-31 18:25:09 +08:00
parent 3fcd297979
commit 05af28cf4d
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ public class PayServiceImpl implements IPayService {
Map<String, String> map = new LinkedHashMap<>();
String h5Url = result.toString();
String redirectUrl = RequestUtils.uri() + params.getRedirectUrl();
redirectUrl += "?showCheck=true&scene="+params.getAttach()+"&orderId="+params.getOrderId();
redirectUrl += "?checkPay=true&scene="+params.getAttach()+"&orderId="+params.getOrderId();
h5Url += "&redirect_url="+redirectUrl;
map.put("url", h5Url);
return map;