1
dd
2026-02-12 b4739eade21d1e38dd89df70bb985d7fc691cdac
src/main/java/com/nq/service/impl/UserRechargeServiceImpl.java
@@ -72,7 +72,7 @@
    }
    public ServerResponse inMoney(String amt, String payType, HttpServletRequest request) {
    public ServerResponse inMoney(String amt, String payType, HttpServletRequest request) throws Exception {
        if (StringUtils.isBlank(amt) || StringUtils.isBlank(payType)) {
            return ServerResponse.createByErrorMsg("The parameter cannot be null");
        }