新版仿ok交易所-后端
1
zyy
2026-04-27 0261c68d094f9eea4a7927c47c3aa15f732edfa4
1
2 files modified
6 ■■■■ changed files
trading-order-admin/src/main/resources/email/ftl/verification_email.ftl 4 ●●●● patch | view | raw | blame | history
trading-order-service/src/main/java/com/yami/trading/service/impl/IdentifyingCodeServiceImpl.java 2 ●●● patch | view | raw | blame | history
trading-order-admin/src/main/resources/email/ftl/verification_email.ftl
@@ -17,14 +17,14 @@
    </style>
</head>
<body>
<p>Thank you for creating a WhaleTrade account.</p>
<p>Thank you for creating a Orion X account.</p>
<p>Please enter the following verification code to complete your registration:</p>
<!-- 带样式的验证码 -->
<div class="code-box">${code}</div>
<p>This code is valid for 10 minutes. Please do not share it with anyone. If this was not requested by you, please contact our customer support team immediately.</p>
<p style="text-align: right; margin-top: 30px;">— The WhaleTrade Team</p>
<p style="text-align: right; margin-top: 30px;">— The Orion X Team</p>
</body>
</html>
trading-order-service/src/main/java/com/yami/trading/service/impl/IdentifyingCodeServiceImpl.java
@@ -93,7 +93,7 @@
        }
//        log.info(MessageFormat.format("target:{0},code:{1},ip:{2}", target, code, ip));
        String content = "[WhaleTrade]";
        String content = "[Orion X]";
        if (target.indexOf("@") == -1) {
            send_code_text = this.sysparaService.find("send_code_text").getSvalue();