Class ErrorLogApiImpl

  • All Implemented Interfaces:
    ErrorLogApi

    @RestController
    @RequestMapping(value="/services/rest/errorLog",
                    produces="application/json")
    public class ErrorLogApiImpl
    extends Object
    implements ErrorLogApi
    错误日志记录接口
    Author:
    qinman, zhangchongjie
    Date:
    2022/12/20
    • Constructor Detail

      • ErrorLogApiImpl

        public ErrorLogApiImpl()
    • Method Detail

      • saveErrorLog

        public net.risesoft.pojo.Y9Result<Object> saveErrorLog​(@RequestParam
                                                               String tenantId,
                                                               @RequestBody
                                                               ErrorLogModel errorLogModel)
        保存错误日志
        Specified by:
        saveErrorLog in interface ErrorLogApi
        Parameters:
        tenantId - 租户id
        errorLogModel - 日志信息
        Returns:
        Y9Result<Object> 通用请求返回对象
        Since:
        9.6.6