我正在尝试将android支付网关集成到我的android充值应用程序中
我遵循了这个链接,遵循了这个链接中的步骤,也遵循了这个文档
当我试着点击支付按钮
我从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
有人能帮忙吗
1条答案
按热度按时间nszi6y051#
只需从getrsa.php文件中删除所有html标记。。它将按预期工作。