alipayclient alipayclient = new defaultalipayclient( "https://openapi.alipay.com/gateway.do" , "app_id" , "your private_key" , "json" , "gbk" , "alipay_public_key" , "rsa2" );zolozauthenticationcustomerftokenqueryrequest request = new zolozauthenticationcustomerftokenqueryrequest();request.setbizcontent( "{" "\\"ftoken\\":\\"fp0593e8d5c136277f13fd\\"" "}" );zolozauthenticationcustomerftokenqueryresponse response = alipayclient.execute(request); if (response.issuccess()){ string uid = (string)response.get( "uid" ); ...}
当面付
刷脸付
案例分析
sdk & demo下载
常见问题
app支付
手机网站支付
电脑网站支付
直付通
花呗分期
相关问题
小程序接入案例分析
内容没有解决您的问题?您还可以前往 或 寻求帮助
该文档对你是否有帮助?
当前页面目录