Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序支持贝宝支付,我使用移动快速支付,现在我看到即使我提到“_express-checkout-mobile”,它也会强制加载到网络上
https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout-mobile&useraction=commit&token=EC- * ** * ***
PayPal 使用浏览器检测来决定是显示移动流程还是桌面流程。如果您在应用程序内部使用 webview,则需要确保 webview 在 HTTP 请求中发送 User-Agent 标头,将浏览器标识为移动浏览器。