gpt4 book ai didi

java - Android ccavenue支付网关集成

转载 作者:太空宇宙 更新时间:2023-11-04 11:19:18 25 4
gpt4 key购买 nike

我正在尝试将 Android CCavenue 支付网关集成到我的 Android 充值应用程序中

我已点击此链接 followed steps in this link还有CCavenue文档

当我尝试点击付款按钮时

enter image description here

我从 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

有人可以帮忙吗

最佳答案

只需从 GetRSA.php 文件中删除所有 html 标签..它将按预期工作。

关于java - Android ccavenue支付网关集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45108568/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com