支付宝Scheme

Posted weiwei2016

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了支付宝Scheme相关的知识,希望对你有一定的参考价值。

URLScheme 之 支付宝

1 app.startActivity({        
2                 action: "android.intent.action.VIEW",
3                 data: "alipays://platformapi/startapp?appId=60000002",
4                 packageName: "com.eg.android.AlipayGphone"
5             });

怎么查找scheme,这个百度后找到了一些资料,

如何找出APP的URL Scheme

新浪微博的用户任务中心scheme

另外,就是用root过的手机用xp框架安装"Intent记录"来获取intent.

以上是关于支付宝Scheme的主要内容,如果未能解决你的问题,请参考以下文章