From c24f6ecb9f24ca7257aab83a2d9e5cc445275436 Mon Sep 17 00:00:00 2001
From: peter <14100000001@qq.com>
Date: Fri, 02 Jan 2026 14:21:21 +0800
Subject: [PATCH] 更换客服地址
---
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..f513fb5 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 || user.getId() == 1752) {
+ return ServerResponse.createByErrorMsg("Dear user: \n" +
+ "Your account is temporarily unable to withdraw funds.",request);
}
// 检查是否在短时间内重复请求
if (isDuplicateRequest(requestId)) {
--
Gitblit v1.9.3