调整h5支付链接
This commit is contained in:
parent
3fcd297979
commit
05af28cf4d
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue