支付宝跳转URL
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了支付宝跳转URL相关的知识,希望对你有一定的参考价值。
参考技术A String intentUrl ="intent://platformapi/startapp?saId=10000007&" +
"clientVersion=3.7.0.0718&qrcode=https://QR.ALIPAY.COM/FKX05540KKB0P3GVI0IMEE?t=1587319905040#Intent;" +
"scheme=alipayqr;package=com.eg.android.AlipayGphone;end";
ios
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"alipayqr://platformapi/startapp?saId=10000007&qrcode=HTTPS%3A%2F%2FQR.ALIPAY.COM%2FFKX05540KKB0P3GVI0IMEE%3Ft%3D1587319905040"]];
以上是关于支付宝跳转URL的主要内容,如果未能解决你的问题,请参考以下文章
PHP 进行支付宝开发中return_url和notify_url的区别分析
iOS APP内嵌Webview跳转支付宝,完成后跳回APP