|
@@ -222,7 +222,7 @@ public class ApiController extends BaseController {
|
|
|
return ResultUtil.success(null, "操作成功");
|
|
|
} catch (Exception e) {
|
|
|
LoggerUtil.error(e);
|
|
|
- return AppUtil.error(ResultConstant.WEB_ERR_MSG);
|
|
|
+ return ResultUtil.error(ResultConstant.WEB_ERR_MSG);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -238,7 +238,7 @@ public class ApiController extends BaseController {
|
|
|
return ResultUtil.success(null, "操作成功");
|
|
|
} catch (Exception e) {
|
|
|
LoggerUtil.error(e);
|
|
|
- return AppUtil.error(ResultConstant.WEB_ERR_MSG);
|
|
|
+ return ResultUtil.error(ResultConstant.WEB_ERR_MSG);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -251,7 +251,7 @@ public class ApiController extends BaseController {
|
|
|
return ResultUtil.success(null, "操作成功");
|
|
|
} catch (Exception e) {
|
|
|
LoggerUtil.error(e);
|
|
|
- return AppUtil.error(ResultConstant.WEB_ERR_MSG);
|
|
|
+ return ResultUtil.error(ResultConstant.WEB_ERR_MSG);
|
|
|
}
|
|
|
}
|
|
|
|