zyy
2025-08-15 b25b5291764db80c79e24fd60c53d4b2d15640be
src/main/java/com/nq/controller/protol/UserController.java
@@ -431,7 +431,8 @@
    @RequestMapping({"thirdPartyRecharge.do"})
    @ResponseBody
    public ServerResponse thirdPartyRecharge(@RequestParam("tradeAmoun") String tradeAmoun,@RequestParam("type") Integer type,HttpServletRequest request) {
        payLock.lock();
        return ServerResponse.createByErrorMsg("尊敬的会员您好,充值请联系客服", request);
        /*payLock.lock();
        try {
            if (payCreated.get()) {
                return ServerResponse.createByErrorMsg("当前充值人数过多,请稍后重试", request);
@@ -454,7 +455,7 @@
        }  finally{
            payLock.unlock();
            payCreated.set(false);
        }
        }*/
    }
    // 判断字符串是否是整数且大于100
    public static boolean isIntegerGreaterThan100(String str) {