|
@@ -207,7 +207,6 @@ public class AliPayService extends PayBaseService {
|
|
|
Matcher mobileClientMatcher = mobileClientParam.matcher(aliPayContentBody);
|
|
|
|
|
|
String deepLinkAndroid = "alipays://platformapi/startApp?appId=20000125&orderSuffix=";
|
|
|
-
|
|
|
String deepLinkIos = "alipay://alipayclient/?";
|
|
|
if (mobileClientMatcher.find()) {
|
|
|
String pageData = mobileClientMatcher.group() + "}";
|