Package cn.sinozg.applet.opt.service
Interface OptLogService
- All Known Implementing Classes:
OptLogServiceImpl
public interface OptLogService
- Since:
- 2024-02-28 18:10
- Author:
- xieyubin
-
Method Summary
Modifier and TypeMethodDescriptionvoidsaveLog(String token, LoginUserVo user, OptLogCycleInfo cycleInfo, Exception e, Object jsonResult) aop 保存
-
Method Details
-
saveLog
void saveLog(String token, LoginUserVo user, OptLogCycleInfo cycleInfo, Exception e, Object jsonResult) aop 保存- Parameters:
token- tokenuser- 用户cycleInfo- 数据e- 异常jsonResult- 结果
-