Android App sdk-集成Google Pay
概述
Google Pay 支付流程
快速集成
repositories { jcenter() maven{ url "https://raw.githubusercontent.com/Asiabill/asiabill_android/main" } }dependencies { implementation "com.asiabill.payment:android_payment:2.1.2"//具体版本号根据你的需求来确定 }
使用示例
最后更新于

