Merge pull request #7 from DeligentNezha/patch-1
Update ServiceExceptionUtil.java
This commit is contained in:
commit
233a441579
@ -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…
Reference in New Issue
Block a user