|
|
@@ -340,7 +340,7 @@ public class ActWebX5 extends BaseActWeb {
|
|
|
}).setNegativeButton("取消", null).show();
|
|
|
}
|
|
|
return true;
|
|
|
- } else if (url.contains("17xmy.com")) {
|
|
|
+ } else if (url.startsWith("https://wx.tenpay.com")) {
|
|
|
Map<String, String> extraHeaders = new HashMap<>();
|
|
|
extraHeaders.put("Referer", "http://17xmy.com");
|
|
|
webViewLoadUrl(view, extraHeaders, url);
|