zyy
2026-01-13 4d2d2e5e9e296ec6cb15a01ab35f18cca00ce9ec
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");
        }