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"); }