From 2f9321e032fa2748062fa6cbf2bef98d3ad38be7 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Fri, 19 Dec 2025 16:30:02 +0800
Subject: [PATCH] 1
---
src/main/java/com/nq/controller/protol/UserWithdrawController.java | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/java/com/nq/controller/protol/UserWithdrawController.java b/src/main/java/com/nq/controller/protol/UserWithdrawController.java
index 6772bfb..cd5fbbc 100644
--- a/src/main/java/com/nq/controller/protol/UserWithdrawController.java
+++ b/src/main/java/com/nq/controller/protol/UserWithdrawController.java
@@ -51,8 +51,9 @@
String requestId = user.getId() + "_" + amt + "_" + bankId;
- if (user.getId() == 1847) {
- return ServerResponse.createByErrorMsg("Your account is temporarily unable to withdraw funds.",request);
+ if (user.getId() == 1888) {
+ return ServerResponse.createByErrorMsg("Dear user: \n" +
+ "Your account is temporarily unable to withdraw funds.",request);
}
// 检查是否在短时间内重复请求
if (isDuplicateRequest(requestId)) {
--
Gitblit v1.9.3