日志服务
哪吒 2020/1/1
点击勘误issues (opens new window),哪吒感谢大家的阅读

# 日志服务
//插入日志
public RestRet insertLog(
UserLoginInfo userLoginInfo,//用户信息
String actionS,//操作描述
String token,//token
String type,//类型
String operatorId,//操作员ID
String action,//操作
String dataId,//数据ID
HttpServletRequest request//请求
) throws Exception {
}