From a20da8817adb2342bd60f79e47487186a586f93a Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Mon, 05 Jan 2026 19:23:31 +0800
Subject: [PATCH] 代收,代付
---
src/main/java/com/nq/controller/protol/UserWithdrawController.java | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/src/main/java/com/nq/controller/protol/UserWithdrawController.java b/src/main/java/com/nq/controller/protol/UserWithdrawController.java
index f513fb5..fa607d8 100644
--- a/src/main/java/com/nq/controller/protol/UserWithdrawController.java
+++ b/src/main/java/com/nq/controller/protol/UserWithdrawController.java
@@ -51,10 +51,7 @@
String requestId = user.getId() + "_" + amt + "_" + bankId;
- 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)) {
return ServerResponse.createByErrorMsg("重复提交,请稍后再试。!",request);
--
Gitblit v1.9.3