【发布时间】:2017-12-19 21:15:05
【问题描述】:
我正在尝试将 Android CCavenue 支付网关集成集成到我的 Android 充值应用程序中
我已关注此链接 followed steps in this link 以及 CCavenue 文档
当我尝试点击支付按钮时
我从 GetRSA.php 获取 html 文档作为响应,它部署在如下服务器上
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Not Found</title>
<style type="text/css">
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.428571429;
background-co
etc......................
这是我的示例代码:
String vResponse = sh.makeServiceCall(mainIntent.getStringExtra(AvenuesParams.RSA_KEY_URL), ServiceHandler.POST, params);
System.out.println("Response"+vResponse);//printing above mentioned html code
谁能帮忙解决一下
【问题讨论】:
标签: java android android-studio payment-gateway ccavenue