说明:1、业务log包修改包名为apilog

pull/254/head
xjs 4 years ago
parent 2c4a27dda2
commit e2c9304441

@ -1,4 +1,4 @@
package com.xjs.log.controller;
package com.xjs.apilog.controller;
import com.ruoyi.common.core.utils.poi.ExcelUtil;
import com.ruoyi.common.core.web.controller.BaseController;
@ -7,8 +7,8 @@ import com.ruoyi.common.core.web.page.TableDataInfo;
import com.ruoyi.common.log.annotation.Log;
import com.ruoyi.common.log.enums.BusinessType;
import com.ruoyi.common.security.annotation.RequiresPermissions;
import com.xjs.log.domain.ApiLog;
import com.xjs.log.service.IApiLogService;
import com.xjs.apilog.domain.ApiLog;
import com.xjs.apilog.service.IApiLogService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;

@ -1,4 +1,4 @@
package com.xjs.log.domain;
package com.xjs.apilog.domain;
import com.baomidou.mybatisplus.annotation.FieldFill;
import com.baomidou.mybatisplus.annotation.TableField;

@ -1,7 +1,7 @@
package com.xjs.log.mapper;
package com.xjs.apilog.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjs.log.domain.ApiLog;
import com.xjs.apilog.domain.ApiLog;
import java.util.List;

@ -1,6 +1,6 @@
package com.xjs.log.service;
package com.xjs.apilog.service;
import com.xjs.log.domain.ApiLog;
import com.xjs.apilog.domain.ApiLog;
import java.util.List;

@ -1,8 +1,8 @@
package com.xjs.log.service.impl;
package com.xjs.apilog.service.impl;
import com.xjs.log.domain.ApiLog;
import com.xjs.log.mapper.ApiLogMapper;
import com.xjs.log.service.IApiLogService;
import com.xjs.apilog.domain.ApiLog;
import com.xjs.apilog.mapper.ApiLogMapper;
import com.xjs.apilog.service.IApiLogService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;

@ -11,7 +11,7 @@ import com.xjs.business.warning.domain.ApiWarning;
import com.xjs.enums.StatusEnum;
import com.xjs.enums.WarnLevelEnum;
import com.xjs.enums.WarnTypeEnum;
import com.xjs.log.mapper.ApiLogMapper;
import com.xjs.apilog.mapper.ApiLogMapper;
import lombok.extern.log4j.Log4j2;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.ProceedingJoinPoint;
@ -98,7 +98,7 @@ public class ApiLogAspect {
private void handleApiLog(JoinPoint joinPoint, ApiLog apiLog, final Exception e, Object jsonResult) {
com.xjs.log.domain.ApiLog entity = new com.xjs.log.domain.ApiLog();
com.xjs.apilog.domain.ApiLog entity = new com.xjs.apilog.domain.ApiLog();
String name = apiLog.name();//请求名称
entity.setApiName(name);
String url = apiLog.url();//请求地址

@ -2,9 +2,9 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.xjs.log.mapper.ApiLogMapper">
<mapper namespace="com.xjs.apilog.mapper.ApiLogMapper">
<resultMap type="com.xjs.log.domain.ApiLog" id="ApiLogResult">
<resultMap type="com.xjs.apilog.domain.ApiLog" id="ApiLogResult">
<result property="id" column="id" />
<result property="apiName" column="api_name" />
<result property="url" column="url" />
@ -18,7 +18,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
select id, api_name, url, method, request, response, is_success , create_time from api_log
</sql>
<select id="selectApiLogList" parameterType="com.xjs.log.domain.ApiLog" resultMap="ApiLogResult">
<select id="selectApiLogList" parameterType="com.xjs.apilog.domain.ApiLog" resultMap="ApiLogResult">
<include refid="selectApiLogVo"/>
<where>
<if test="apiName != null and apiName != ''"> and api_name like concat('%', #{apiName}, '%')</if>

@ -5215,7 +5215,7 @@ CREATE TABLE `gen_table` (
-- Records of gen_table
-- ----------------------------
INSERT INTO `gen_table` VALUES (1, 'english_word', '英语单词记录表', NULL, NULL, 'EnglishWord', 'crud', 'com.xjs', 'english', 'word', '英语单词', 'xjs', '0', '/', '{}', 'admin', '2021-12-26 11:05:34', '', '2021-12-29 17:05:32', '英语单词记录表');
INSERT INTO `gen_table` VALUES (2, 'api_log', 'api日志表', NULL, NULL, 'ApiLog', 'crud', 'com.xjs.log', 'english', 'log', '日志', 'xjs', '0', '/', '{\"parentMenuId\":2001}', 'admin', '2021-12-26 15:43:16', '', '2021-12-26 16:02:48', NULL);
INSERT INTO `gen_table` VALUES (2, 'api_log', 'api日志表', NULL, NULL, 'ApiLog', 'crud', 'com.xjs.apilog', 'english', 'log', '日志', 'xjs', '0', '/', '{\"parentMenuId\":2001}', 'admin', '2021-12-26 15:43:16', '', '2021-12-26 16:02:48', NULL);
INSERT INTO `gen_table` VALUES (3, 'api_copywriting', '文案api表通过api获取文案信息', NULL, NULL, 'CopyWriting', 'crud', 'com.ruoyi.system', 'english', 'copyWriting', '文案api通过api获取文案信息', 'xjs', '0', '/', '{}', 'admin', '2021-12-28 20:13:07', '', '2021-12-28 21:24:40', NULL);
INSERT INTO `gen_table` VALUES (4, 'api_english', '英语一言', NULL, NULL, 'ApiEnglish', 'crud', 'com.xjs.oneenglish', 'openapi', 'oneenglish', '英语一言', 'xjs', '0', '/', '{\"parentMenuId\":\"2016\"}', 'admin', '2021-12-31 15:45:06', '', '2021-12-31 17:58:37', NULL);
INSERT INTO `gen_table` VALUES (5, 'api_record', '第三方api记录表', NULL, NULL, 'ApiRecord', 'crud', 'com.xjs.warning', 'warning', 'apiwarning', 'API预警', 'xjs', '0', '/', '{\"parentMenuId\":\"2037\"}', 'admin', '2021-12-31 21:41:45', '', '2022-01-01 22:16:13', NULL);

@ -3299,7 +3299,7 @@ INSERT INTO `sys_oper_log` VALUES (219, '角色管理', 2, 'com.ruoyi.system.con
INSERT INTO `sys_oper_log` VALUES (220, '角色管理', 2, 'com.ruoyi.system.controller.SysRoleController.edit()', 'PUT', 1, 'admin', NULL, '/role', '127.0.0.1', '', '{\"flag\":false,\"roleId\":2,\"admin\":false,\"remark\":\"普通角色\",\"dataScope\":\"2\",\"delFlag\":\"0\",\"params\":{},\"roleSort\":\"2\",\"deptCheckStrictly\":true,\"createTime\":1640336744000,\"updateBy\":\"admin\",\"menuCheckStrictly\":true,\"roleKey\":\"common\",\"roleName\":\"普通角色\",\"menuIds\":[1,100,1001,1002,1003,1004,1005,1006,1007,101,1008,1009,1010,1011,1012,102,1013,1014,1015,1016,103,1017,1018,1019,1020,104,1021,1022,1023,1024,1025,105,1026,1027,1028,1029,1030,106,1031,1032,1033,1034,1035,107,1036,1037,1038,1039,108,500,1040,1041,1042,501,1043,1044,1045,2,109,1046,1047,1048,110,1049,1050,1051,1052,1053,1054,111,112,113,3,114,115,1055,1056,1058,1057,1059,1060,116,2000,2001,2009,2010,2011,2012,2013,2014],\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2021-12-26 16:26:06');
INSERT INTO `sys_oper_log` VALUES (221, '用户管理', 2, 'com.ruoyi.system.controller.SysUserController.edit()', 'PUT', 1, 'admin', NULL, '/user', '127.0.0.1', '', '{\"roles\":[{\"flag\":false,\"roleId\":1,\"admin\":true,\"dataScope\":\"1\",\"params\":{},\"roleSort\":\"1\",\"deptCheckStrictly\":false,\"menuCheckStrictly\":false,\"roleKey\":\"admin\",\"roleName\":\"超级管理员\",\"status\":\"0\"}],\"phonenumber\":\"18907084291\",\"admin\":true,\"loginDate\":1640336744000,\"remark\":\"管理员\",\"delFlag\":\"0\",\"password\":\"\",\"updateBy\":\"admin\",\"postIds\":[1],\"loginIp\":\"127.0.0.1\",\"email\":\"1294405880@qq.com\",\"nickName\":\"谢哥\",\"sex\":\"0\",\"deptId\":103,\"avatar\":\"http://127.0.0.1:9300/statics/2021/12/26/02df6617-d9fb-443c-9059-b714c9b54619.jpeg\",\"dept\":{\"deptName\":\"研发部门\",\"leader\":\"若依\",\"deptId\":103,\"orderNum\":\"1\",\"params\":{},\"parentId\":101,\"children\":[],\"status\":\"0\"},\"params\":{},\"userName\":\"admin\",\"userId\":1,\"createBy\":\"admin\",\"roleIds\":[1,2],\"createTime\":1640336744000,\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2021-12-26 16:26:21');
INSERT INTO `sys_oper_log` VALUES (222, '角色管理', 2, 'com.ruoyi.system.controller.SysRoleController.edit()', 'PUT', 1, 'admin', NULL, '/role', '127.0.0.1', '', '{\"flag\":false,\"roleId\":2,\"admin\":false,\"remark\":\"普通角色\",\"dataScope\":\"2\",\"delFlag\":\"0\",\"params\":{},\"roleSort\":\"2\",\"deptCheckStrictly\":true,\"createTime\":1640336744000,\"updateBy\":\"admin\",\"menuCheckStrictly\":true,\"roleKey\":\"common\",\"roleName\":\"普通角色\",\"menuIds\":[1,100,1001,1002,1003,1004,1005,1006,1007,101,1008,1009,1010,1011,1012,102,1013,1014,1015,1016,103,1017,1018,1019,1020,104,1021,1022,1023,1024,1025,105,1026,1027,1028,1029,1030,106,1031,1032,1033,1034,1035,107,1036,1037,1038,1039,108,500,1040,1041,1042,501,1043,1044,1045,2,109,1046,1047,1048,110,1049,1050,1051,1052,1053,1054,111,112,113,3,114,115,1055,1056,1058,1057,1059,1060,116,2000,2001,2009,2010,2011,2012,2013,2014],\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2021-12-26 16:29:19');
INSERT INTO `sys_oper_log` VALUES (223, '日志', 1, 'com.xjs.log.controller.ApiLogController.add()', 'POST', 1, 'admin', NULL, '/log', '127.0.0.1', '', '{}', NULL, 1, 'english:log:add', '2021-12-26 16:37:48');
INSERT INTO `sys_oper_log` VALUES (223, '日志', 1, 'com.xjs.apilog.controller.ApiLogController.add()', 'POST', 1, 'admin', NULL, '/log', '127.0.0.1', '', '{}', NULL, 1, 'english:log:add', '2021-12-26 16:37:48');
INSERT INTO `sys_oper_log` VALUES (224, '菜单管理', 3, 'com.ruoyi.system.controller.SysMenuController.remove()', 'DELETE', 1, 'admin', NULL, '/menu/2011', '127.0.0.1', '', NULL, '{\"msg\":\"菜单已分配,不允许删除\",\"code\":500}', 0, NULL, '2021-12-26 16:40:59');
INSERT INTO `sys_oper_log` VALUES (225, '菜单管理', 3, 'com.ruoyi.system.controller.SysMenuController.remove()', 'DELETE', 1, 'admin', NULL, '/menu/2012', '127.0.0.1', '', NULL, '{\"msg\":\"菜单已分配,不允许删除\",\"code\":500}', 0, NULL, '2021-12-26 16:41:18');
INSERT INTO `sys_oper_log` VALUES (226, '角色管理', 2, 'com.ruoyi.system.controller.SysRoleController.edit()', 'PUT', 1, 'admin', NULL, '/role', '127.0.0.1', '', '{\"flag\":false,\"roleId\":2,\"admin\":false,\"remark\":\"普通角色\",\"dataScope\":\"2\",\"delFlag\":\"0\",\"params\":{},\"roleSort\":\"2\",\"deptCheckStrictly\":true,\"createTime\":1640336744000,\"updateBy\":\"admin\",\"menuCheckStrictly\":true,\"roleKey\":\"common\",\"roleName\":\"普通角色\",\"menuIds\":[1,100,1001,1002,1003,1004,1005,1006,1007,101,1008,1009,1010,1011,1012,102,1013,1014,1015,1016,103,1017,1018,1019,1020,104,1021,1022,1023,1024,1025,105,1026,1027,1028,1029,1030,106,1031,1032,1033,1034,1035,107,1036,1037,1038,1039,108,500,1040,1041,1042,501,1043,1044,1045,2,109,1046,1047,1048,110,1049,1050,1051,1052,1053,1054,111,112,113,3,114,115,1055,1056,1058,1057,1059,1060,116],\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2021-12-26 16:41:37');
@ -3330,17 +3330,17 @@ INSERT INTO `sys_oper_log` VALUES (250, '翻译管理', 0, 'com.xjs.translation.
INSERT INTO `sys_oper_log` VALUES (251, '翻译管理', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', NULL, '/translation', '127.0.0.1', '', '{\"q\":\"碍事法师\",\"translationType\":1}', NULL, 1, 'expect \':\' at 0, actual =', '2021-12-26 21:20:54');
INSERT INTO `sys_oper_log` VALUES (252, '翻译管理', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', NULL, '/translation', '127.0.0.1', '', '{\"q\":\"碍事法师\",\"translationType\":1}', NULL, 1, 'expect \':\' at 0, actual =', '2021-12-26 21:21:54');
INSERT INTO `sys_oper_log` VALUES (253, '翻译管理', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', NULL, '/translation', '127.0.0.1', '', '{\"q\":\"碍事法师\",\"translationType\":1}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"from\":\"zh\",\"to\":\"en\",\"transResult\":[{\"dst\":\"Obstruction mage\",\"src\":\"碍事法师\"}]}}', 0, NULL, '2021-12-26 21:25:30');
INSERT INTO `sys_oper_log` VALUES (254, 'API日志', 3, 'com.xjs.log.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700,1475092292748152800,1475092863987118000,1475092871331344400,1475092875391430700,1475092927153336300,1475094269737517000,1475094521165070300,1475095427738714000', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 21:25:59');
INSERT INTO `sys_oper_log` VALUES (255, 'API日志', 3, 'com.xjs.log.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700,1475092292748152800,1475092863987118000,1475092871331344400,1475092875391430700,1475092927153336300,1475094269737517000,1475094521165070300,1475095427738714000', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 21:26:04');
INSERT INTO `sys_oper_log` VALUES (256, 'API日志', 3, 'com.xjs.log.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 21:28:27');
INSERT INTO `sys_oper_log` VALUES (257, 'API日志', 3, 'com.xjs.log.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 21:28:36');
INSERT INTO `sys_oper_log` VALUES (258, 'API日志', 3, 'com.xjs.log.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 21:31:22');
INSERT INTO `sys_oper_log` VALUES (259, 'API日志', 3, 'com.xjs.log.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 21:33:48');
INSERT INTO `sys_oper_log` VALUES (260, 'API日志', 3, 'com.xjs.log.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 21:33:55');
INSERT INTO `sys_oper_log` VALUES (261, 'API日志', 3, 'com.xjs.log.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 21:35:33');
INSERT INTO `sys_oper_log` VALUES (262, 'API日志', 3, 'com.xjs.log.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 21:36:11');
INSERT INTO `sys_oper_log` VALUES (263, 'API日志', 3, 'com.xjs.log.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 22:01:41');
INSERT INTO `sys_oper_log` VALUES (264, 'API日志', 3, 'com.xjs.log.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 22:03:59');
INSERT INTO `sys_oper_log` VALUES (254, 'API日志', 3, 'com.xjs.apilog.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700,1475092292748152800,1475092863987118000,1475092871331344400,1475092875391430700,1475092927153336300,1475094269737517000,1475094521165070300,1475095427738714000', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 21:25:59');
INSERT INTO `sys_oper_log` VALUES (255, 'API日志', 3, 'com.xjs.apilog.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700,1475092292748152800,1475092863987118000,1475092871331344400,1475092875391430700,1475092927153336300,1475094269737517000,1475094521165070300,1475095427738714000', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 21:26:04');
INSERT INTO `sys_oper_log` VALUES (256, 'API日志', 3, 'com.xjs.apilog.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 21:28:27');
INSERT INTO `sys_oper_log` VALUES (257, 'API日志', 3, 'com.xjs.apilog.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 21:28:36');
INSERT INTO `sys_oper_log` VALUES (258, 'API日志', 3, 'com.xjs.apilog.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 21:31:22');
INSERT INTO `sys_oper_log` VALUES (259, 'API日志', 3, 'com.xjs.apilog.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 21:33:48');
INSERT INTO `sys_oper_log` VALUES (260, 'API日志', 3, 'com.xjs.apilog.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 21:33:55');
INSERT INTO `sys_oper_log` VALUES (261, 'API日志', 3, 'com.xjs.apilog.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 21:35:33');
INSERT INTO `sys_oper_log` VALUES (262, 'API日志', 3, 'com.xjs.apilog.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 21:36:11');
INSERT INTO `sys_oper_log` VALUES (263, 'API日志', 3, 'com.xjs.apilog.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 22:01:41');
INSERT INTO `sys_oper_log` VALUES (264, 'API日志', 3, 'com.xjs.apilog.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', NULL, '/log/1475091862664220700', '127.0.0.1', '', NULL, '{\"msg\":\"操作失败\",\"code\":500}', 0, NULL, '2021-12-26 22:03:59');
INSERT INTO `sys_oper_log` VALUES (265, '菜单管理', 1, 'com.ruoyi.system.controller.SysMenuController.add()', 'POST', 1, 'admin', NULL, '/menu', '127.0.0.1', '', '{\"visible\":\"0\",\"icon\":\"education\",\"orderNum\":\"1\",\"menuName\":\"翻译管理\",\"params\":{},\"parentId\":2000,\"isCache\":\"0\",\"path\":\"translation\",\"createBy\":\"admin\",\"children\":[],\"isFrame\":\"1\",\"menuType\":\"C\",\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2021-12-26 22:33:56');
INSERT INTO `sys_oper_log` VALUES (266, '菜单管理', 2, 'com.ruoyi.system.controller.SysMenuController.edit()', 'PUT', 1, 'admin', NULL, '/menu', '127.0.0.1', '', '{\"visible\":\"0\",\"icon\":\"education\",\"orderNum\":\"1\",\"menuName\":\"翻译管理\",\"params\":{},\"parentId\":2000,\"isCache\":\"0\",\"path\":\"translation\",\"component\":\"business/english/translation/index\",\"children\":[],\"createTime\":1640529236000,\"updateBy\":\"admin\",\"isFrame\":\"1\",\"menuId\":2015,\"menuType\":\"C\",\"perms\":\"\",\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2021-12-26 22:35:24');
INSERT INTO `sys_oper_log` VALUES (267, '菜单管理', 2, 'com.ruoyi.system.controller.SysMenuController.edit()', 'PUT', 1, 'admin', NULL, '/menu', '127.0.0.1', '', '{\"visible\":\"0\",\"icon\":\"education\",\"orderNum\":\"1\",\"menuName\":\"翻译管理\",\"params\":{},\"parentId\":2000,\"isCache\":\"0\",\"path\":\"translation\",\"component\":\"business/english/translation/index\",\"children\":[],\"createTime\":1640529236000,\"updateBy\":\"admin\",\"isFrame\":\"1\",\"menuId\":2015,\"menuType\":\"C\",\"perms\":\"english:translation:api\",\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2021-12-26 22:36:21');
@ -3380,8 +3380,8 @@ INSERT INTO `sys_oper_log` VALUES (300, '翻译管理', 0, 'com.xjs.translation.
INSERT INTO `sys_oper_log` VALUES (301, '翻译管理', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', '', '/translation', '127.0.0.1', '', '{\"q\":\"种互译覆盖4万多\",\"translationType\":1}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"from\":\"zh\",\"to\":\"en\",\"transResult\":[{\"dst\":\"There are more than 40000 kinds of mutual translations\",\"src\":\"种互译覆盖4万多\"}]}}', 0, '', '2021-12-27 17:13:17');
INSERT INTO `sys_oper_log` VALUES (302, '翻译管理', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', '', '/translation', '127.0.0.1', '', '{\"q\":\" color: #00afff;\\n\",\"translationType\":1}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"from\":\"it\",\"to\":\"zh\",\"transResult\":[{\"dst\":\"颜色:%35afff\",\"src\":\"color: #00afff;\"}]}}', 0, '', '2021-12-27 17:13:20');
INSERT INTO `sys_oper_log` VALUES (303, '翻译管理', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', '', '/translation', '127.0.0.1', '', '{\"q\":\" min: 3, max: 5, message: \' 3 5 \', trigger: \'blur\' min: 3, max: 5, message: \' 3 5 \', trigger: \'blur\' min: 3, max: 5, message: \' 3 5 \', trigger: \'blur\' min: 3, max: 5, message: \' 3 5 \', trigger: \'blur\' min: 3, max: 5, message: \' 3 5 \', trigger: \'blur\'\",\"translationType\":1}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"from\":\"zh\",\"to\":\"en\",\"transResult\":[{\"dst\":\"Min: 3, Max: 5, message: \'length between 3 and 5 characters\', trigger:\' blur \'Min: 3, Max: 5, message:\' length between 3 and 5 characters\', trigger: \'blur\' Min: 3, Max: 5, message: \'length between 3 and 5 characters\', trigger:\' blur \'Min: 3, Max: 5, message:\' length between 3 and 5 characters\', trigger: \'blur\' Min: 3, Max: 5, message: \'length between 3 and 5 characters\', trigger:\' blur \'Min: 3, Max: 5, message:\' length between 3 and 5 characters\', trigger: \'blur\'\",\"src\":\"min: 3, max: 5, message: \' 3 5 \', trigger: \'blur\' min: 3, max: 5, message: \' 3 5 \', trigger: \'blur\' min: 3, max: 5, message: \' 3 5 \', trigger: \'blur\' min: 3, max: 5, message: \' 3 5 \', trigger: \'blur\' min: 3, max: 5, message: \' 3 5 \', trigger: \'blur\'\"}]}}', 0, '', '2021-12-27 17:25:32');
INSERT INTO `sys_oper_log` VALUES (304, '翻译管理', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', '', '/translation', '127.0.0.1', '', '{\"q\":\" min: 3, max: 5, message: \' 3 5 \', trigger: \'blur\' min: 3, max: 5, message: \' 3 5 \', trigger: \'blur\' min: 3, max: 5, message: \' 3 5 \', trigger: \'blur\' min: 3, max: 5, message: \' 3 5 \', trigger: \'blur\' min: 3, max: 5, message: \' 3 5 min: 3, max: 5, message: \'长度在 3 到 5 个字符\', trigger: \'blur\' min: 3, max: 5, message: \'长度在 3 到 5 个字符\', trigger: \'blur\' min: 3, max: 5, message: \'长度在 3 到 5 个字符\', trigger: \'blur\'\', trigger: \'blur\'\",\"translationType\":1}', '', 1, '\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'response\' at row 1\r\n### The error may exist in com/xjs/log/mapper/ApiLogMapper.java (best guess)\r\n### The error may involve com.xjs.log.mapper.ApiLogMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO api_log ( id, api_name, url, method, request, response, is_success ) VALUES ( ?, ?, ?, ?, ?, ?, ? )\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'response\' at row 1\n; Data truncation: Data too long for column \'response\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'response\' at row 1', '2021-12-27 17:25:37');
INSERT INTO `sys_oper_log` VALUES (305, '翻译管理', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', '', '/translation', '127.0.0.1', '', '{\"q\":\",\\n {\\n min: 1,\\n max: 50,\\n message: \' 1 50 \',\\n trigger: \'blur\'\\n },\\n {\\n min: 1,\\n max: 50,\\n message: \' 1 50 \',\\n trigger: \'blur\'\\n },\\n {\\n min: 1,\\n max: 50,\\n message: \' 1 50 \',\\n trigger: \'blur\',\\n {\\n min: 1,\\n max: 50,\\n message: \' 1 50 \',\\n trigger: \'blur\'\\n }\\n }\",\"translationType\":1}', '', 1, '\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'response\' at row 1\r\n### The error may exist in com/xjs/log/mapper/ApiLogMapper.java (best guess)\r\n### The error may involve com.xjs.log.mapper.ApiLogMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO api_log ( id, api_name, url, method, request, response, is_success ) VALUES ( ?, ?, ?, ?, ?, ?, ? )\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'response\' at row 1\n; Data truncation: Data too long for column \'response\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'response\' at row 1', '2021-12-27 17:26:34');
INSERT INTO `sys_oper_log` VALUES (304, '翻译管理', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', '', '/translation', '127.0.0.1', '', '{\"q\":\" min: 3, max: 5, message: \' 3 5 \', trigger: \'blur\' min: 3, max: 5, message: \' 3 5 \', trigger: \'blur\' min: 3, max: 5, message: \' 3 5 \', trigger: \'blur\' min: 3, max: 5, message: \' 3 5 \', trigger: \'blur\' min: 3, max: 5, message: \' 3 5 min: 3, max: 5, message: \'长度在 3 到 5 个字符\', trigger: \'blur\' min: 3, max: 5, message: \'长度在 3 到 5 个字符\', trigger: \'blur\' min: 3, max: 5, message: \'长度在 3 到 5 个字符\', trigger: \'blur\'\', trigger: \'blur\'\",\"translationType\":1}', '', 1, '\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'response\' at row 1\r\n### The error may exist in com/xjs/log/mapper/ApiLogMapper.java (best guess)\r\n### The error may involve com.xjs.apilog.mapper.ApiLogMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO api_log ( id, api_name, url, method, request, response, is_success ) VALUES ( ?, ?, ?, ?, ?, ?, ? )\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'response\' at row 1\n; Data truncation: Data too long for column \'response\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'response\' at row 1', '2021-12-27 17:25:37');
INSERT INTO `sys_oper_log` VALUES (305, '翻译管理', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', '', '/translation', '127.0.0.1', '', '{\"q\":\",\\n {\\n min: 1,\\n max: 50,\\n message: \' 1 50 \',\\n trigger: \'blur\'\\n },\\n {\\n min: 1,\\n max: 50,\\n message: \' 1 50 \',\\n trigger: \'blur\'\\n },\\n {\\n min: 1,\\n max: 50,\\n message: \' 1 50 \',\\n trigger: \'blur\',\\n {\\n min: 1,\\n max: 50,\\n message: \' 1 50 \',\\n trigger: \'blur\'\\n }\\n }\",\"translationType\":1}', '', 1, '\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'response\' at row 1\r\n### The error may exist in com/xjs/log/mapper/ApiLogMapper.java (best guess)\r\n### The error may involve com.xjs.apilog.mapper.ApiLogMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO api_log ( id, api_name, url, method, request, response, is_success ) VALUES ( ?, ?, ?, ?, ?, ?, ? )\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'response\' at row 1\n; Data truncation: Data too long for column \'response\' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'response\' at row 1', '2021-12-27 17:26:34');
INSERT INTO `sys_oper_log` VALUES (306, '翻译管理', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', '', '/translation', '127.0.0.1', '', '{\"q\":\"啊\",\"translationType\":1}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"from\":\"zh\",\"to\":\"en\",\"transResult\":[{\"dst\":\"ah\",\"src\":\"啊\"}]}}', 0, '', '2021-12-27 17:26:56');
INSERT INTO `sys_oper_log` VALUES (307, '翻译管理', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', '', '/translation', '127.0.0.1', '', '{\"q\":\"啊blurblurblurblurblurblurblur啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊\",\"translationType\":1}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"from\":\"zh\",\"to\":\"en\",\"transResult\":[{\"dst\":\"Ah, blueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblue\",\"src\":\"啊blurblurblurblurblurblurblur啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊\"}]}}', 0, '', '2021-12-27 17:28:37');
INSERT INTO `sys_oper_log` VALUES (308, '翻译管理', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', '', '/translation', '127.0.0.1', '', '{\"q\":\"啊blurblurblurblurblurblurblur啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊blur阿打发\",\"translationType\":1}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"from\":\"zh\",\"to\":\"en\",\"transResult\":[{\"dst\":\"Ah blueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblueblue\",\"src\":\"啊blurblurblurblurblurblurblur啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊blur阿打发\"}]}}', 0, '', '2021-12-27 17:28:49');
@ -3397,7 +3397,7 @@ INSERT INTO `sys_oper_log` VALUES (317, '翻译管理', 0, 'com.xjs.translation.
INSERT INTO `sys_oper_log` VALUES (318, '字典类型', 3, 'com.ruoyi.system.controller.SysDictDataController.remove()', 'DELETE', 1, 'admin', NULL, '/dict/data/100', '127.0.0.1', '', NULL, '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2021-12-27 19:37:07');
INSERT INTO `sys_oper_log` VALUES (319, '翻译管理', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', '', '/translation', '127.0.0.1', '', '{\"q\":\"暗示法法师嘎嘎哈司法所\",\"translationType\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"elapsedTime\":0,\"errorCode\":0,\"transResult\":[{\"dst\":\"Suggestive method mage, judicial offices\",\"src\":\"暗示法法师嘎嘎哈司法所\"}],\"type\":\"ZH_CN2EN\"}}', 0, '', '2021-12-27 19:37:14');
INSERT INTO `sys_oper_log` VALUES (320, '翻译管理', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', '', '/translation', '127.0.0.1', '', '{\"q\":\"暗示法法师嘎嘎哈司法所a \",\"translationType\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"elapsedTime\":15,\"errorCode\":0,\"transResult\":[{\"dst\":\"Mage gaga ha judicial offices a suggested method\",\"src\":\"暗示法法师嘎嘎哈司法所a\"}],\"type\":\"ZH_CN2EN\"}}', 0, '', '2021-12-27 19:37:17');
INSERT INTO `sys_oper_log` VALUES (321, 'API日志', 3, 'com.xjs.log.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', '', '/log/1475430582680506370', '127.0.0.1', '', '', '{\"msg\":\"操作成功\",\"code\":200}', 0, '', '2021-12-27 19:58:35');
INSERT INTO `sys_oper_log` VALUES (321, 'API日志', 3, 'com.xjs.apilog.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', '', '/log/1475430582680506370', '127.0.0.1', '', '', '{\"msg\":\"操作成功\",\"code\":200}', 0, '', '2021-12-27 19:58:35');
INSERT INTO `sys_oper_log` VALUES (322, '翻译管理', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', '', '/translation', '127.0.0.1', '', '{\"q\":\"aaa\",\"translationType\":1}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"from\":\"en\",\"to\":\"zh\",\"transResult\":[{\"dst\":\"aaa\",\"src\":\"aaa\"}]}}', 0, '', '2021-12-27 20:02:42');
INSERT INTO `sys_oper_log` VALUES (323, '翻译管理', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', '', '/translation', '127.0.0.1', '', '{\"q\":\"好爱了\",\"translationType\":1}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"from\":\"zh\",\"to\":\"en\",\"transResult\":[{\"dst\":\"Love\",\"src\":\"好爱了\"}]}}', 0, '', '2021-12-27 20:04:51');
INSERT INTO `sys_oper_log` VALUES (324, '翻译管理', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', '', '/translation', '127.0.0.1', '', '{\"q\":\"好爱了\",\"translationType\":1}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"from\":\"zh\",\"to\":\"en\",\"transResult\":[{\"dst\":\"Love\",\"src\":\"好爱了\"}]}}', 0, '', '2021-12-27 20:05:48');
@ -3524,7 +3524,7 @@ INSERT INTO `sys_oper_log` VALUES (444, '字典类型', 1, 'com.ruoyi.system.con
INSERT INTO `sys_oper_log` VALUES (445, '字典类型', 2, 'com.ruoyi.system.controller.SysDictTypeController.edit()', 'PUT', 1, 'admin', NULL, '/dict/type', '127.0.0.1', '', '{\"createBy\":\"admin\",\"createTime\":1640693746000,\"updateBy\":\"admin\",\"dictName\":\"文案类型\",\"remark\":\"文案类型\",\"dictId\":101,\"params\":{},\"dictType\":\"copywriting_type\",\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2021-12-28 20:16:07');
INSERT INTO `sys_oper_log` VALUES (446, '字典数据', 1, 'com.ruoyi.system.controller.SysDictDataController.add()', 'POST', 1, 'admin', NULL, '/dict/data', '127.0.0.1', '', '{\"dictValue\":\"1\",\"listClass\":\"info\",\"dictSort\":1,\"remark\":\"朋友圈文案\",\"params\":{},\"dictType\":\"copywriting_type\",\"dictLabel\":\"朋友圈文案\",\"createBy\":\"admin\",\"default\":false,\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2021-12-28 20:16:32');
INSERT INTO `sys_oper_log` VALUES (447, '字典数据', 1, 'com.ruoyi.system.controller.SysDictDataController.add()', 'POST', 1, 'admin', NULL, '/dict/data', '127.0.0.1', '', '{\"dictValue\":\"2\",\"listClass\":\"primary\",\"dictSort\":0,\"remark\":\"网易云热评\",\"params\":{},\"dictType\":\"copywriting_type\",\"dictLabel\":\"网易云热评\",\"createBy\":\"admin\",\"default\":false,\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2021-12-28 20:16:44');
INSERT INTO `sys_oper_log` VALUES (448, 'API日志', 5, 'com.xjs.log.controller.ApiLogController.export()', 'POST', 1, 'admin', '', '/log/export', '127.0.0.1', '', '{}', '', 0, '', '2021-12-28 20:19:14');
INSERT INTO `sys_oper_log` VALUES (448, 'API日志', 5, 'com.xjs.apilog.controller.ApiLogController.export()', 'POST', 1, 'admin', '', '/log/export', '127.0.0.1', '', '{}', '', 0, '', '2021-12-28 20:19:14');
INSERT INTO `sys_oper_log` VALUES (449, '菜单管理', 3, 'com.ruoyi.system.controller.SysMenuController.remove()', 'DELETE', 1, 'admin', NULL, '/menu/2020', '127.0.0.1', '', NULL, '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2021-12-28 20:25:00');
INSERT INTO `sys_oper_log` VALUES (450, '菜单管理', 3, 'com.ruoyi.system.controller.SysMenuController.remove()', 'DELETE', 1, 'admin', NULL, '/menu/2022', '127.0.0.1', '', NULL, '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2021-12-28 20:25:07');
INSERT INTO `sys_oper_log` VALUES (451, '菜单管理', 2, 'com.ruoyi.system.controller.SysMenuController.edit()', 'PUT', 1, 'admin', NULL, '/menu', '127.0.0.1', '', '{\"visible\":\"0\",\"icon\":\"#\",\"orderNum\":\"1\",\"menuName\":\"文案api通过api获取文案信息查询\",\"params\":{},\"parentId\":2016,\"isCache\":\"0\",\"path\":\"#\",\"component\":\"\",\"children\":[],\"createTime\":1640694275000,\"updateBy\":\"admin\",\"isFrame\":\"1\",\"menuId\":2019,\"menuType\":\"F\",\"perms\":\"english:copywriting:query\",\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2021-12-28 20:25:25');
@ -3604,8 +3604,8 @@ INSERT INTO `sys_oper_log` VALUES (525, '获取翻译', 0, 'com.xjs.translation.
INSERT INTO `sys_oper_log` VALUES (526, '获取翻译', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', '', '/translation', '127.0.0.1', '', '{\"q\":\"??aaa1\",\"translationType\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"elapsedTime\":0,\"errorCode\":40,\"transResult\":[{\"dst\":\"??aaa1\",\"src\":\"??aaa1\"}],\"type\":\"UNSUPPORTED\"}}', 0, '', '2021-12-29 10:29:47');
INSERT INTO `sys_oper_log` VALUES (527, '获取翻译', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', '', '/translation', '127.0.0.1', '', '{\"q\":\"??aaa12\",\"translationType\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"elapsedTime\":0,\"errorCode\":40,\"transResult\":[{\"dst\":\"??aaa12\",\"src\":\"??aaa12\"}],\"type\":\"UNSUPPORTED\"}}', 0, '', '2021-12-29 10:29:51');
INSERT INTO `sys_oper_log` VALUES (528, '获取翻译', 0, 'com.xjs.translation.controller.TranslationController.translation()', 'POST', 1, 'admin', '', '/translation', '127.0.0.1', '', '{\"q\":\"??aaa12啊啊\",\"translationType\":2}', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"elapsedTime\":13,\"errorCode\":0,\"transResult\":[{\"dst\":\"??\",\"src\":\"??\"},{\"dst\":\"Aaa12...\",\"src\":\"aaa12啊啊\"}],\"type\":\"ZH_CN2EN\"}}', 0, '', '2021-12-29 10:29:57');
INSERT INTO `sys_oper_log` VALUES (529, 'API日志', 3, 'com.xjs.log.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', '', '/log/1476016821122519041', '127.0.0.1', '', '', '{\"msg\":\"操作成功\",\"code\":200}', 0, '', '2021-12-29 10:31:05');
INSERT INTO `sys_oper_log` VALUES (530, 'API日志', 3, 'com.xjs.log.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', '', '/log/1476017632829394945,1476017616249311233', '127.0.0.1', '', '', '{\"msg\":\"操作成功\",\"code\":200}', 0, '', '2021-12-29 10:31:14');
INSERT INTO `sys_oper_log` VALUES (529, 'API日志', 3, 'com.xjs.apilog.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', '', '/log/1476016821122519041', '127.0.0.1', '', '', '{\"msg\":\"操作成功\",\"code\":200}', 0, '', '2021-12-29 10:31:05');
INSERT INTO `sys_oper_log` VALUES (530, 'API日志', 3, 'com.xjs.apilog.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', '', '/log/1476017632829394945,1476017616249311233', '127.0.0.1', '', '', '{\"msg\":\"操作成功\",\"code\":200}', 0, '', '2021-12-29 10:31:14');
INSERT INTO `sys_oper_log` VALUES (531, '字典数据', 1, 'com.ruoyi.system.controller.SysDictDataController.add()', 'POST', 1, 'admin', NULL, '/dict/data', '127.0.0.1', '', '{\"dictValue\":\"3\",\"listClass\":\"warning\",\"dictSort\":0,\"remark\":\"经典台词\",\"params\":{},\"dictType\":\"copywriting_type\",\"dictLabel\":\"经典台词\",\"createBy\":\"admin\",\"default\":false,\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2021-12-29 10:43:26');
INSERT INTO `sys_oper_log` VALUES (532, '获取文案', 0, 'com.xjs.copywriting.controller.CopyWritingController.copyWriting()', 'GET', 1, 'admin', '', '/copyWriting', '127.0.0.1', '', '', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"content\":\"什么都不做,才会来不及。\",\"createTime\":1640746604178,\"id\":1476024355308851201,\"source\":\"佚名\",\"type\":1}}', 0, '', '2021-12-29 10:56:44');
INSERT INTO `sys_oper_log` VALUES (533, '获取文案', 0, 'com.xjs.copywriting.controller.CopyWritingController.copyWriting()', 'GET', 1, 'admin', '', '/copyWriting', '127.0.0.1', '', '', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"content\":\"和弦顺序依次为E-#Gm-#Cm-A-B,不断循环。扫弦可以自由组合。\",\"createTime\":1640746607106,\"id\":1476024367572996098,\"source\":\"Reality\",\"type\":2}}', 0, '', '2021-12-29 10:56:47');
@ -3622,7 +3622,7 @@ INSERT INTO `sys_oper_log` VALUES (543, '获取文案', 0, 'com.xjs.copywriting.
INSERT INTO `sys_oper_log` VALUES (544, '定时任务', 2, 'com.ruoyi.job.controller.SysJobController.edit()', 'PUT', 1, 'admin', NULL, '/job', '127.0.0.1', '', '{\"jobName\":\"文案RPC调用任务\",\"concurrent\":\"1\",\"remark\":\"\",\"jobGroup\":\"DEFAULT\",\"params\":{},\"cronExpression\":\"0 0/3 * * * ?\",\"jobId\":100,\"createBy\":\"admin\",\"nextValidTime\":1640748780000,\"createTime\":1640620725000,\"updateBy\":\"admin\",\"invokeTarget\":\"CopyWritingTask.execute\",\"misfirePolicy\":\"1\",\"status\":\"0\"}', '{\"msg\":\"操作成功\",\"code\":200}', 0, NULL, '2021-12-29 11:30:22');
INSERT INTO `sys_oper_log` VALUES (545, '文案管理', 5, 'com.xjs.copywriting.controller.CopyWritingController.export()', 'POST', 1, 'admin', '', '/copyWriting/export', '127.0.0.1', '', '{}', '', 0, '', '2021-12-29 11:31:31');
INSERT INTO `sys_oper_log` VALUES (546, '文案管理', 5, 'com.xjs.copywriting.controller.CopyWritingController.export()', 'POST', 1, 'admin', '', '/copyWriting/export', '127.0.0.1', '', '{}', '', 0, '', '2021-12-29 11:33:55');
INSERT INTO `sys_oper_log` VALUES (547, 'API日志', 5, 'com.xjs.log.controller.ApiLogController.export()', 'POST', 1, 'admin', '', '/log/export', '127.0.0.1', '', '{}', '', 0, '', '2021-12-29 11:33:58');
INSERT INTO `sys_oper_log` VALUES (547, 'API日志', 5, 'com.xjs.apilog.controller.ApiLogController.export()', 'POST', 1, 'admin', '', '/log/export', '127.0.0.1', '', '{}', '', 0, '', '2021-12-29 11:33:58');
INSERT INTO `sys_oper_log` VALUES (548, '获取文案', 0, 'com.xjs.copywriting.controller.CopyWritingController.copyWriting()', 'GET', 1, 'admin', '', '/copyWriting', '127.0.0.1', '', '', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"content\":\"也要感謝日文原唱授權讓我演唱,希望這首歌、這個版本、這部戲,可以在你們心裡起風,在風起時陪伴你們,這會是歌者最甜美的收穫。 文/吴青峰\",\"createTime\":1640754316796,\"id\":1476056704385974273,\"source\":\"起风了\",\"type\":2}}', 0, '', '2021-12-29 13:05:16');
INSERT INTO `sys_oper_log` VALUES (549, '获取文案', 0, 'com.xjs.copywriting.controller.CopyWritingController.copyWriting()', 'GET', 1, 'admin', '', '/copyWriting', '127.0.0.1', '', '', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"content\":\"真理气壮,永远不怕真理,勇敢地拥护真理,把真理告诉别人,为真理而战斗。\",\"createTime\":1640754326385,\"id\":1476056744567406595,\"source\":\"刘少奇\",\"type\":4}}', 0, '', '2021-12-29 13:05:26');
INSERT INTO `sys_oper_log` VALUES (550, '获取文案', 0, 'com.xjs.copywriting.controller.CopyWritingController.copyWriting()', 'GET', 1, 'admin', '', '/copyWriting', '127.0.0.1', '', '', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"content\":\"不要奢望别人给你经济上的任何帮助,钱对任何人都是不够用的。\",\"createTime\":1640754456121,\"id\":1476057288761573378,\"source\":\"佚名\",\"type\":1}}', 0, '', '2021-12-29 13:07:36');
@ -3881,7 +3881,7 @@ INSERT INTO `sys_oper_log` VALUES (802, '英语单词', 3, 'com.xjs.word.control
INSERT INTO `sys_oper_log` VALUES (803, '获取文案', 0, 'com.xjs.copywriting.controller.CopyWritingController.copyWriting()', 'GET', 1, 'admin', '', '/copyWriting', '127.0.0.1', '', '', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"content\":\"听完芒种,记得也可以听一听我们别的二十四节气歌哟。\",\"createTime\":1640783328781,\"id\":1476178389464993795,\"source\":\"芒种\",\"type\":2}}', 0, '', '2021-12-29 21:08:48');
INSERT INTO `sys_oper_log` VALUES (804, '获取文案', 0, 'com.xjs.copywriting.controller.CopyWritingController.copyWriting()', 'GET', 1, 'admin', '', '/copyWriting', '127.0.0.1', '', '', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"content\":\"愿时光能缓,愿故人不散;愿你惦念的人能和你道晚安,愿你独闯的日子里不觉得孤单。\",\"createTime\":1640783506738,\"id\":1476179135904305154,\"source\":\"佚名\",\"type\":1}}', 0, '', '2021-12-29 21:11:46');
INSERT INTO `sys_oper_log` VALUES (805, '获取文案', 0, 'com.xjs.copywriting.controller.CopyWritingController.copyWriting()', 'GET', 1, 'admin', '', '/copyWriting', '127.0.0.1', '', '', '{\"msg\":\"操作成功\",\"code\":200,\"data\":{\"content\":\"时间从来不说话,却回答了所有问题。\",\"createTime\":1640783541154,\"id\":1476179280226111491,\"source\":\"佚名\",\"type\":1}}', 0, '', '2021-12-29 21:12:21');
INSERT INTO `sys_oper_log` VALUES (806, 'API日志', 3, 'com.xjs.log.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', '', '/log/1476175417112739841', '127.0.0.1', '', '', '{\"msg\":\"操作成功\",\"code\":200}', 0, '', '2021-12-29 21:14:17');
INSERT INTO `sys_oper_log` VALUES (806, 'API日志', 3, 'com.xjs.apilog.controller.ApiLogController.remove()', 'DELETE', 1, 'admin', '', '/log/1476175417112739841', '127.0.0.1', '', '', '{\"msg\":\"操作成功\",\"code\":200}', 0, '', '2021-12-29 21:14:17');
INSERT INTO `sys_oper_log` VALUES (807, '英语单词', 2, 'com.xjs.word.controller.EnglishWordController.edit()', 'PUT', 1, 'admin', '', '/word', '127.0.0.1', '', '{\"chineseWord\":\"好的\",\"top\":2,\"createTime\":1640782912000,\"englishWord\":\"good\",\"isCollect\":1,\"id\":1476176642344435713,\"sort\":1,\"lookCount\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, '', '2021-12-29 21:17:27');
INSERT INTO `sys_oper_log` VALUES (808, '英语单词', 2, 'com.xjs.word.controller.EnglishWordController.edit()', 'PUT', 1, 'admin', '', '/word', '127.0.0.1', '', '{\"chineseWord\":\"好的\",\"top\":2,\"createTime\":1640782912000,\"englishWord\":\"good\",\"isCollect\":1,\"id\":1476176642344435713,\"sort\":12,\"lookCount\":0}', '{\"msg\":\"操作成功\",\"code\":200}', 0, '', '2021-12-29 21:20:09');
INSERT INTO `sys_oper_log` VALUES (809, '英语单词', 3, 'com.xjs.word.controller.EnglishWordController.remove()', 'DELETE', 1, 'admin', '', '/word/1476176642344435713', '127.0.0.1', '', '', '{\"msg\":\"操作成功\",\"code\":200}', 0, '', '2021-12-29 21:20:11');

Loading…
Cancel
Save