|
|
@@ -93,6 +93,10 @@ public class FgtWebX5 extends BaseFgtWebX5 {
|
|
|
|
|
|
private String finallyUrl;
|
|
|
|
|
|
+ public String getFirstUrl(){
|
|
|
+ return finallyUrl;
|
|
|
+ }
|
|
|
+
|
|
|
@Override
|
|
|
public int getLayoutId() {
|
|
|
return R.layout.fgt_web_x5;
|
|
|
@@ -425,7 +429,6 @@ public class FgtWebX5 extends BaseFgtWebX5 {
|
|
|
} else if (url.startsWith("https://wx.tenpay.com")) {
|
|
|
Map<String, String> extraHeaders = new HashMap<>();
|
|
|
extraHeaders.put("Referer", "http://17xmy.com");
|
|
|
- finallyUrl = url;
|
|
|
webViewLoadUrl(view, extraHeaders, url);
|
|
|
return true;
|
|
|
} else if (url.contains("kfzs.com")
|
|
|
@@ -433,7 +436,6 @@ public class FgtWebX5 extends BaseFgtWebX5 {
|
|
|
|| (url.startsWith("http://10.8.") && TestUtil.isDev())) {
|
|
|
Map<String, String> extraHeaders = new HashMap<>();
|
|
|
extraHeaders.put("Referer", "http://kfzs.com");
|
|
|
- finallyUrl = url;
|
|
|
webViewLoadUrl(view, extraHeaders, url);
|
|
|
return true;
|
|
|
} else {
|