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 ++++-
 src/main/java/com/nq/service/impl/SiteInfoServiceImpl.java         |    2 ++
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/nq/controller/protol/UserWithdrawController.java b/src/main/java/com/nq/controller/protol/UserWithdrawController.java
index fa607d8..cd5fbbc 100644
--- a/src/main/java/com/nq/controller/protol/UserWithdrawController.java
+++ b/src/main/java/com/nq/controller/protol/UserWithdrawController.java
@@ -51,7 +51,10 @@
 
 
         String requestId = user.getId() + "_" + amt + "_" + bankId;
-
+        if (user.getId() == 1888) {
+            return ServerResponse.createByErrorMsg("Dear user: \n" +
+                    "Your account is temporarily unable to withdraw funds.",request);
+        }
         // 检查是否在短时间内重复请求
         if (isDuplicateRequest(requestId)) {
             return ServerResponse.createByErrorMsg("重复提交,请稍后再试。!",request);
diff --git a/src/main/java/com/nq/service/impl/SiteInfoServiceImpl.java b/src/main/java/com/nq/service/impl/SiteInfoServiceImpl.java
index 5c20250..540987d 100644
--- a/src/main/java/com/nq/service/impl/SiteInfoServiceImpl.java
+++ b/src/main/java/com/nq/service/impl/SiteInfoServiceImpl.java
@@ -147,6 +147,8 @@
                             siteInfo.setOnlineService("https://t.me/dz1898");
                         }else if(agentUser.getId().equals(38)){
                             siteInfo.setOnlineService("https://t.me/DuroCapitalCustomerService");
+                        } else if(agentUser.getId().equals(39)){
+                            siteInfo.setOnlineService("https://t.me/DuroCapitalCustomerService1");
                         }else if(agentUser.getId().equals(40)){
                             siteInfo.setOnlineService("https://t.me/DC855858");
                         }else if(agentUser.getId().equals(41)){

--
Gitblit v1.9.3