如题,根据uniapp方面文档和找到的所有帖子显示,该returnurl的格式应该类似于uni.unix1x2x3://paypalpay,但是这个格式本身对于paypal方来说是不正确的,根据我的测试, :// 后面需要有一个句点,也就是类似于 uni.unix1x2x3://paypal.pay 这种。但是现在就跟找到的资料相左,而且目前调用后拉起网页登录提示信息如图所示,总之不成功。想请教一下这个该如何处理?
ps:最新测试连拉起支付都做不到了,调用就没了,啥信息都么的 :)
如题,根据uniapp方面文档和找到的所有帖子显示,该returnurl的格式应该类似于uni.unix1x2x3://paypalpay,但是这个格式本身对于paypal方来说是不正确的,根据我的测试, :// 后面需要有一个句点,也就是类似于 uni.unix1x2x3://paypal.pay 这种。但是现在就跟找到的资料相左,而且目前调用后拉起网页登录提示信息如图所示,总之不成功。想请教一下这个该如何处理?
ps:最新测试连拉起支付都做不到了,调用就没了,啥信息都么的 :)
并没有这个说法,paypal的Android sdk文档的描述如下:
Alternatively, you can use your application ID (typically referenced via BuildConfig.APPLICATION_ID) and register your return URL with ://paypalpay as the suffix. For example, if your application ID is com.paypal.app, input com.paypal.app://paypalpay as the return URL. The return URL in the Developer Dashboard and the SDK must match exactly. The application ID and return URL must use lower case letters. The return URL is passed to the SDK via an intent filter and host name matching in the Android framework is case-sensitive
--- paypal文档
配置无效是怎么回事
回复 DCloud_Android_THB: 已实现PayPal弹窗支付,https://ext.dcloud.net.cn/plugin?id=23580
2025-05-24 16:47