Merge pull request #7 from DeligentNezha/patch-1

Update ServiceExceptionUtil.java
master
芋道源码 6 years ago committed by GitHub
commit 233a441579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,7 +39,7 @@ public class ServiceExceptionUtil {
ServiceExceptionUtil.messages.put(code, message); ServiceExceptionUtil.messages.put(code, message);
} }
// TODO 芋艿,可能不是目前最优解,目前暂时这样 // TODO 芋艿,可能不是目前最优解,目前暂时这样 枚举实现接口
public static <T> CommonResult<T> error(Integer code) { public static <T> CommonResult<T> error(Integer code) {
return CommonResult.error(code, messages.get(code)); return CommonResult.error(code, messages.get(code));
} }

Loading…
Cancel
Save