|
|
@@ -353,7 +353,7 @@ public class FgtWebX5 extends BaseFgtWebX5 {
|
|
|
} else if (url.startsWith(Config.SHEEP)) {
|
|
|
MiddleSchemeAct.parseAndJumpUri(SheepApp.getInstance().getCurrentActivity(), Uri.parse(url));
|
|
|
return true;
|
|
|
- } else if (url.startsWith("weixin://wap/pay?")) {
|
|
|
+ } else if (url.startsWith("weixin://wap/pay?") || url.startsWith("mqqapi://")) {
|
|
|
try {
|
|
|
Intent intent = new Intent();
|
|
|
intent.setAction(Intent.ACTION_VIEW);
|