You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1419 lines
387 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/*
Navicat Premium Data Transfer
Source Server : ctyun
Source Server Type : MySQL
Source Server Version : 80030
Source Host : 140.249.182.90:3306
Source Schema : nft
Target Server Type : MySQL
Target Server Version : 80030
File Encoding : 65001
Date: 30/07/2022 14:06:14
*/
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for app_articles
-- ----------------------------
DROP TABLE IF EXISTS `app_articles`;
CREATE TABLE `app_articles` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT,
`created_at` datetime NULL DEFAULT NULL,
`updated_at` datetime NULL DEFAULT NULL,
`deleted_at` datetime NULL DEFAULT NULL,
`title` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL,
`type` int NULL DEFAULT 0 COMMENT '1 ',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of app_articles
-- ----------------------------
-- ----------------------------
-- Table structure for app_banners
-- ----------------------------
DROP TABLE IF EXISTS `app_banners`;
CREATE TABLE `app_banners` (
`id` int UNSIGNED NOT NULL AUTO_INCREMENT,
`created_at` datetime(3) NULL DEFAULT NULL,
`updated_at` datetime(3) NULL DEFAULT NULL,
`deleted_at` datetime(3) NULL DEFAULT NULL,
`img_url` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`type` tinyint(1) NULL DEFAULT NULL COMMENT '1: 2: 3/',
`value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE,
INDEX `idx_app_banners_deleted_at`(`deleted_at` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 3 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of app_banners
-- ----------------------------
INSERT INTO `app_banners` VALUES (1, '2022-07-01 15:19:45.740', '2022-07-01 20:28:29.413', '2022-07-02 08:03:00.145', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656678507WeChat36a956d1af7f68bda3787d36e9d731e6.png', 2, '2');
INSERT INTO `app_banners` VALUES (2, '2022-07-01 20:36:04.323', '2022-07-01 20:36:04.323', '2022-07-02 08:03:02.451', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656678959WeChat36a956d1af7f68bda3787d36e9d731e6.png', 2, '4');
-- ----------------------------
-- Table structure for casbin_rule
-- ----------------------------
DROP TABLE IF EXISTS `casbin_rule`;
CREATE TABLE `casbin_rule` (
`p_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`v0` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`v1` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`v2` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`v3` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`v4` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`v5` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of casbin_rule
-- ----------------------------
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/base/login', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/user/admin_register', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/api/createApi', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/api/getApiList', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/api/getApiById', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/api/deleteApi', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/api/updateApi', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/api/getAllApis', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/authority/createAuthority', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/authority/deleteAuthority', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/authority/getAuthorityList', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/authority/setDataAuthority', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/menu/getMenu', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/menu/getMenuList', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/menu/addBaseMenu', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/menu/getBaseMenuTree', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/menu/addMenuAuthority', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/menu/getMenuAuthority', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/menu/deleteBaseMenu', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/menu/updateBaseMenu', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/menu/getBaseMenuById', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/user/changePassword', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/user/getUserList', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/user/setUserAuthority', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/fileUploadAndDownload/upload', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/fileUploadAndDownload/getFileList', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/fileUploadAndDownload/deleteFile', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/fileUploadAndDownload/editFileName', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/casbin/updateCasbin', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/casbin/getPolicyPathByAuthorityId', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/jwt/jsonInBlacklist', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/system/getSystemConfig', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/system/setSystemConfig', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/customer/customer', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/customer/customer', 'PUT', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/customer/customer', 'DELETE', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/customer/customer', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/customer/customerList', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '8881', '/user/getUserInfo', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/base/login', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/user/admin_register', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/api/createApi', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/api/getApiList', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/api/getApiById', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/api/deleteApi', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/api/updateApi', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/api/getAllApis', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/authority/createAuthority', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/authority/deleteAuthority', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/authority/getAuthorityList', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/authority/setDataAuthority', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/menu/getMenu', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/menu/getMenuList', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/menu/addBaseMenu', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/menu/getBaseMenuTree', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/menu/addMenuAuthority', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/menu/getMenuAuthority', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/menu/deleteBaseMenu', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/menu/updateBaseMenu', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/menu/getBaseMenuById', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/user/changePassword', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/user/getUserList', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/user/setUserAuthority', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/fileUploadAndDownload/upload', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/fileUploadAndDownload/getFileList', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/fileUploadAndDownload/deleteFile', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/fileUploadAndDownload/editFileName', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/casbin/updateCasbin', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/casbin/getPolicyPathByAuthorityId', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/jwt/jsonInBlacklist', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/system/getSystemConfig', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/system/setSystemConfig', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/customer/customer', 'PUT', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/customer/customer', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/customer/customer', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/customer/customer', 'DELETE', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/customer/customerList', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/autoCode/createTemp', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '9528', '/user/getUserInfo', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/base/login', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/jwt/jsonInBlacklist', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/user/deleteUser', 'DELETE', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/user/admin_register', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/user/getUserList', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/user/setUserInfo', 'PUT', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/user/setSelfInfo', 'PUT', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/user/getUserInfo', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/user/setUserAuthorities', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/user/changePassword', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/user/setUserAuthority', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/user/resetPassword', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/api/createApi', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/api/deleteApi', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/api/updateApi', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/api/getApiList', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/api/getAllApis', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/api/getApiById', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/api/deleteApisByIds', 'DELETE', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/authority/copyAuthority', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/authority/createAuthority', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/authority/deleteAuthority', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/authority/updateAuthority', 'PUT', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/authority/getAuthorityList', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/authority/setDataAuthority', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/casbin/updateCasbin', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/casbin/getPolicyPathByAuthorityId', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/menu/addBaseMenu', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/menu/getMenu', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/menu/deleteBaseMenu', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/menu/updateBaseMenu', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/menu/getBaseMenuById', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/menu/getMenuList', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/menu/getBaseMenuTree', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/menu/getMenuAuthority', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/menu/addMenuAuthority', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/fileUploadAndDownload/findFile', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/fileUploadAndDownload/breakpointContinue', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/fileUploadAndDownload/breakpointContinueFinish', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/fileUploadAndDownload/removeChunk', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/fileUploadAndDownload/upload', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/fileUploadAndDownload/deleteFile', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/fileUploadAndDownload/editFileName', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/fileUploadAndDownload/getFileList', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/system/getServerInfo', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/system/getSystemConfig', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/system/setSystemConfig', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/customer/customer', 'PUT', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/customer/customer', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/customer/customer', 'DELETE', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/customer/customer', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/customer/customerList', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/autoCode/getDB', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/autoCode/getTables', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/autoCode/createTemp', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/autoCode/preview', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/autoCode/getColumn', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/autoCode/createPlug', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/autoCode/createPackage', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/autoCode/getPackage', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/autoCode/delPackage', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/autoCode/getMeta', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/autoCode/rollback', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/autoCode/getSysHistory', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/autoCode/delSysHistory', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/sysDictionaryDetail/updateSysDictionaryDetail', 'PUT', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/sysDictionaryDetail/createSysDictionaryDetail', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/sysDictionaryDetail/deleteSysDictionaryDetail', 'DELETE', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/sysDictionaryDetail/findSysDictionaryDetail', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/sysDictionaryDetail/getSysDictionaryDetailList', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/sysDictionary/createSysDictionary', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/sysDictionary/deleteSysDictionary', 'DELETE', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/sysDictionary/updateSysDictionary', 'PUT', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/sysDictionary/findSysDictionary', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/sysDictionary/getSysDictionaryList', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/sysOperationRecord/createSysOperationRecord', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/sysOperationRecord/findSysOperationRecord', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/sysOperationRecord/getSysOperationRecordList', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/sysOperationRecord/deleteSysOperationRecord', 'DELETE', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/sysOperationRecord/deleteSysOperationRecordByIds', 'DELETE', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/simpleUploader/upload', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/simpleUploader/checkFileMd5', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/simpleUploader/mergeFileMd5', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/email/emailTest', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/excel/importExcel', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/excel/loadExcel', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/excel/exportExcel', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/excel/downloadTemplate', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/authorityBtn/setAuthorityBtn', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/authorityBtn/getAuthorityBtn', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/authorityBtn/canRemoveAuthorityBtn', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/appBanners/createAppBanners', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/appBanners/deleteAppBanners', 'DELETE', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/appBanners/deleteAppBannersByIds', 'DELETE', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/appBanners/updateAppBanners', 'PUT', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/appBanners/findAppBanners', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '888', '/appBanners/getAppBannersList', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '666', '/jwt/jsonInBlacklist', 'POST', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '666', '/sysDictionaryDetail/findSysDictionaryDetail', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '666', '/sysDictionaryDetail/getSysDictionaryDetailList', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '666', '/sysDictionary/findSysDictionary', 'GET', '', '', '');
INSERT INTO `casbin_rule` VALUES ('p', '666', '/sysDictionary/getSysDictionaryList', 'GET', '', '', '');
-- ----------------------------
-- Table structure for exa_customers
-- ----------------------------
DROP TABLE IF EXISTS `exa_customers`;
CREATE TABLE `exa_customers` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
`created_at` datetime(3) NULL DEFAULT NULL,
`updated_at` datetime(3) NULL DEFAULT NULL,
`deleted_at` datetime(3) NULL DEFAULT NULL,
`customer_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`customer_phone_data` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`sys_user_id` bigint UNSIGNED NULL DEFAULT NULL COMMENT 'ID',
`sys_user_authority_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'ID',
PRIMARY KEY (`id`) USING BTREE,
INDEX `idx_exa_customers_deleted_at`(`deleted_at` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of exa_customers
-- ----------------------------
-- ----------------------------
-- Table structure for exa_file_chunks
-- ----------------------------
DROP TABLE IF EXISTS `exa_file_chunks`;
CREATE TABLE `exa_file_chunks` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
`created_at` datetime(3) NULL DEFAULT NULL,
`updated_at` datetime(3) NULL DEFAULT NULL,
`deleted_at` datetime(3) NULL DEFAULT NULL,
`exa_file_id` bigint UNSIGNED NULL DEFAULT NULL,
`file_chunk_number` bigint NULL DEFAULT NULL,
`file_chunk_path` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE,
INDEX `idx_exa_file_chunks_deleted_at`(`deleted_at` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of exa_file_chunks
-- ----------------------------
-- ----------------------------
-- Table structure for exa_file_upload_and_downloads
-- ----------------------------
DROP TABLE IF EXISTS `exa_file_upload_and_downloads`;
CREATE TABLE `exa_file_upload_and_downloads` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
`created_at` datetime(3) NULL DEFAULT NULL,
`updated_at` datetime(3) NULL DEFAULT NULL,
`deleted_at` datetime(3) NULL DEFAULT NULL,
`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`url` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`tag` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `idx_exa_file_upload_and_downloads_deleted_at`(`deleted_at` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 49 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of exa_file_upload_and_downloads
-- ----------------------------
INSERT INTO `exa_file_upload_and_downloads` VALUES (1, '2022-06-29 17:35:01.159', '2022-06-29 17:35:01.159', NULL, '10.png', 'https://qmplusimg.henrongyi.top/gvalogo.png', 'png', '158787308910.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (2, '2022-06-29 17:35:01.159', '2022-06-29 17:35:01.159', NULL, 'logo.png', 'https://qmplusimg.henrongyi.top/1576554439myAvatar.png', 'png', '1587973709logo.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (3, '2022-07-01 15:47:20.398', '2022-07-01 15:47:20.398', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'uploads/file/3a93b1c9ac0e16f888912d2041820bcb_20220701154720.png', 'png', '3a93b1c9ac0e16f888912d2041820bcb_20220701154720.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (4, '2022-07-01 15:48:32.487', '2022-07-01 15:48:32.487', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'uploads/file/3a93b1c9ac0e16f888912d2041820bcb_20220701154832.png', 'png', '3a93b1c9ac0e16f888912d2041820bcb_20220701154832.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (5, '2022-07-01 16:15:36.819', '2022-07-01 16:15:36.819', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'uploads/file/3a93b1c9ac0e16f888912d2041820bcb_20220701161536.png', 'png', '3a93b1c9ac0e16f888912d2041820bcb_20220701161536.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (6, '2022-07-01 16:34:05.764', '2022-07-01 16:34:05.764', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'uploads/file/3a93b1c9ac0e16f888912d2041820bcb_20220701163405.png', 'png', '3a93b1c9ac0e16f888912d2041820bcb_20220701163405.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (7, '2022-07-01 16:51:17.807', '2022-07-01 16:51:17.807', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'uploads/file/3a93b1c9ac0e16f888912d2041820bcb_20220701165117.png', 'png', '3a93b1c9ac0e16f888912d2041820bcb_20220701165117.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (8, '2022-07-01 17:02:57.213', '2022-07-01 17:02:57.213', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'uploads/file/3a93b1c9ac0e16f888912d2041820bcb_20220701170257.png', 'png', '3a93b1c9ac0e16f888912d2041820bcb_20220701170257.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (9, '2022-07-01 17:08:04.427', '2022-07-01 17:08:04.427', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'uploads/file/3a93b1c9ac0e16f888912d2041820bcb_20220701170804.png', 'png', '3a93b1c9ac0e16f888912d2041820bcb_20220701170804.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (12, '2022-07-01 18:31:38.072', '2022-07-01 18:31:38.072', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656671497WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656671497WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (13, '2022-07-01 18:31:49.685', '2022-07-01 18:31:49.685', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656671509WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656671509WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (14, '2022-07-01 18:44:34.913', '2022-07-01 18:44:34.913', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656672274WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656672274WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (15, '2022-07-01 19:03:09.522', '2022-07-01 19:03:09.522', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656673388WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656673388WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (16, '2022-07-01 19:04:38.695', '2022-07-01 19:04:38.695', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656673478WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656673478WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (17, '2022-07-01 19:06:34.831', '2022-07-01 19:06:34.831', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656673594WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656673594WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (18, '2022-07-01 19:12:07.042', '2022-07-01 19:12:07.042', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656673926WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656673926WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (19, '2022-07-01 19:20:14.290', '2022-07-01 19:20:14.290', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656674413WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656674413WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (20, '2022-07-01 19:21:53.289', '2022-07-01 19:21:53.289', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656674512WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656674512WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (21, '2022-07-01 19:23:48.518', '2022-07-01 19:23:48.518', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656674627WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656674627WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (22, '2022-07-01 19:24:11.278', '2022-07-01 19:24:11.278', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656674651WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656674651WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (23, '2022-07-01 19:28:02.236', '2022-07-01 19:28:02.236', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656674881WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656674881WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (24, '2022-07-01 19:29:08.510', '2022-07-01 19:29:08.510', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656674948WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656674948WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (25, '2022-07-01 19:29:23.592', '2022-07-01 19:29:23.592', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656674963WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656674963WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (26, '2022-07-01 19:31:10.602', '2022-07-01 19:31:10.602', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656675070WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656675070WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (27, '2022-07-01 19:34:43.545', '2022-07-01 19:34:43.545', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656675283WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656675283WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (28, '2022-07-01 19:35:52.074', '2022-07-01 19:35:52.074', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656675351WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656675351WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (29, '2022-07-01 19:41:59.916', '2022-07-01 19:41:59.916', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656675719WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656675719WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (30, '2022-07-01 19:45:40.601', '2022-07-01 19:45:40.601', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656675940WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656675940WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (31, '2022-07-01 19:47:22.232', '2022-07-01 19:47:22.232', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656676041WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656676041WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (32, '2022-07-01 19:48:06.863', '2022-07-01 19:48:06.863', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656676086WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656676086WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (33, '2022-07-01 19:48:39.217', '2022-07-01 19:48:39.217', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656676119WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656676119WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (34, '2022-07-01 19:53:29.384', '2022-07-01 19:53:29.384', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656676408WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656676408WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (35, '2022-07-01 20:00:32.813', '2022-07-01 20:00:32.813', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656676832WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656676832WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (36, '2022-07-01 20:00:56.086', '2022-07-01 20:00:56.086', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656676855WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656676855WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (37, '2022-07-01 20:01:16.100', '2022-07-01 20:01:16.100', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656676875WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656676875WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (38, '2022-07-01 20:02:06.157', '2022-07-01 20:02:06.157', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656676926WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656676926WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (39, '2022-07-01 20:03:24.884', '2022-07-01 20:03:24.884', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656677004WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656677004WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (40, '2022-07-01 20:07:46.298', '2022-07-01 20:07:46.298', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656677265WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656677265WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (41, '2022-07-01 20:20:42.983', '2022-07-01 20:20:42.983', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656678042WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656678042WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (42, '2022-07-01 20:22:49.706', '2022-07-01 20:22:49.706', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656678169WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656678169WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (43, '2022-07-01 20:23:37.587', '2022-07-01 20:23:37.587', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656678217WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656678217WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (44, '2022-07-01 20:25:03.200', '2022-07-01 20:25:03.200', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656678302WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656678302WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (45, '2022-07-01 20:28:27.878', '2022-07-01 20:28:27.878', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656678507WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656678507WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (46, '2022-07-01 20:35:59.712', '2022-07-01 20:35:59.712', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656678959WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656678959WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (47, '2022-07-01 20:47:44.667', '2022-07-01 20:47:44.667', NULL, 'WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656679664WeChat36a956d1af7f68bda3787d36e9d731e6.png', 'png', '1656679664WeChat36a956d1af7f68bda3787d36e9d731e6.png');
INSERT INTO `exa_file_upload_and_downloads` VALUES (48, '2022-07-06 14:37:25.992', '2022-07-06 14:37:25.992', NULL, 'black.png', 'https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1657089445black.png', 'png', '1657089445black.png');
-- ----------------------------
-- Table structure for exa_files
-- ----------------------------
DROP TABLE IF EXISTS `exa_files`;
CREATE TABLE `exa_files` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
`created_at` datetime(3) NULL DEFAULT NULL,
`updated_at` datetime(3) NULL DEFAULT NULL,
`deleted_at` datetime(3) NULL DEFAULT NULL,
`file_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`file_md5` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`file_path` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`chunk_total` bigint NULL DEFAULT NULL,
`is_finish` tinyint(1) NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE,
INDEX `idx_exa_files_deleted_at`(`deleted_at` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of exa_files
-- ----------------------------
-- ----------------------------
-- Table structure for jwt_blacklists
-- ----------------------------
DROP TABLE IF EXISTS `jwt_blacklists`;
CREATE TABLE `jwt_blacklists` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
`created_at` datetime(3) NULL DEFAULT NULL,
`updated_at` datetime(3) NULL DEFAULT NULL,
`deleted_at` datetime(3) NULL DEFAULT NULL,
`jwt` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT 'jwt',
PRIMARY KEY (`id`) USING BTREE,
INDEX `idx_jwt_blacklists_deleted_at`(`deleted_at` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of jwt_blacklists
-- ----------------------------
INSERT INTO `jwt_blacklists` VALUES (1, '2022-07-01 14:50:29.229', '2022-07-01 14:50:29.229', NULL, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVVUlEIjoiMzMyNTE4OGItNjZiNC00NjA0LTk0YzctMGZjMGYzZGU2MDY5IiwiSUQiOjEsIlVzZXJuYW1lIjoiYWRtaW4iLCJOaWNrTmFtZSI6Iui2hee6p-euoeeQhuWRmCIsIkF1dGhvcml0eUlkIjo4ODgsIkJ1ZmZlclRpbWUiOjg2NDAwLCJleHAiOjE2NTcyNTk2MDMsImlzcyI6InFtUGx1cyIsIm5iZiI6MTY1NjY1MzgwM30.AddSlNU0QSghZMGSVU3cx-7XXzf-DHlHGuxkp6vTIGw');
-- ----------------------------
-- Table structure for sys_apis
-- ----------------------------
DROP TABLE IF EXISTS `sys_apis`;
CREATE TABLE `sys_apis` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
`created_at` datetime(3) NULL DEFAULT NULL,
`updated_at` datetime(3) NULL DEFAULT NULL,
`deleted_at` datetime(3) NULL DEFAULT NULL,
`path` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'api',
`description` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'api',
`api_group` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'api',
`method` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT 'POST' COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `idx_sys_apis_deleted_at`(`deleted_at` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 118 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of sys_apis
-- ----------------------------
INSERT INTO `sys_apis` VALUES (1, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/base/login', '()', 'base', 'POST');
INSERT INTO `sys_apis` VALUES (2, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/jwt/jsonInBlacklist', 'jwt(退)', 'jwt', 'POST');
INSERT INTO `sys_apis` VALUES (3, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/user/deleteUser', '', '', 'DELETE');
INSERT INTO `sys_apis` VALUES (4, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/user/admin_register', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (5, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/user/getUserList', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (6, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/user/setUserInfo', '', '', 'PUT');
INSERT INTO `sys_apis` VALUES (7, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/user/setSelfInfo', '()', '', 'PUT');
INSERT INTO `sys_apis` VALUES (8, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/user/getUserInfo', '()', '', 'GET');
INSERT INTO `sys_apis` VALUES (9, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/user/setUserAuthorities', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (10, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/user/changePassword', ')', '', 'POST');
INSERT INTO `sys_apis` VALUES (11, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/user/setUserAuthority', '()', '', 'POST');
INSERT INTO `sys_apis` VALUES (12, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/user/resetPassword', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (13, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/api/createApi', 'api', 'api', 'POST');
INSERT INTO `sys_apis` VALUES (14, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/api/deleteApi', 'Api', 'api', 'POST');
INSERT INTO `sys_apis` VALUES (15, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/api/updateApi', 'Api', 'api', 'POST');
INSERT INTO `sys_apis` VALUES (16, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/api/getApiList', 'api', 'api', 'POST');
INSERT INTO `sys_apis` VALUES (17, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/api/getAllApis', 'api', 'api', 'POST');
INSERT INTO `sys_apis` VALUES (18, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/api/getApiById', 'api', 'api', 'POST');
INSERT INTO `sys_apis` VALUES (19, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/api/deleteApisByIds', 'api', 'api', 'DELETE');
INSERT INTO `sys_apis` VALUES (20, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/authority/copyAuthority', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (21, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/authority/createAuthority', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (22, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/authority/deleteAuthority', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (23, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/authority/updateAuthority', '', '', 'PUT');
INSERT INTO `sys_apis` VALUES (24, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/authority/getAuthorityList', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (25, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/authority/setDataAuthority', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (26, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/casbin/updateCasbin', 'api', 'casbin', 'POST');
INSERT INTO `sys_apis` VALUES (27, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/casbin/getPolicyPathByAuthorityId', '', 'casbin', 'POST');
INSERT INTO `sys_apis` VALUES (28, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/menu/addBaseMenu', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (29, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/menu/getMenu', '()', '', 'POST');
INSERT INTO `sys_apis` VALUES (30, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/menu/deleteBaseMenu', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (31, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/menu/updateBaseMenu', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (32, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/menu/getBaseMenuById', 'id', '', 'POST');
INSERT INTO `sys_apis` VALUES (33, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/menu/getMenuList', 'menu', '', 'POST');
INSERT INTO `sys_apis` VALUES (34, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/menu/getBaseMenuTree', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (35, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/menu/getMenuAuthority', 'menu', '', 'POST');
INSERT INTO `sys_apis` VALUES (36, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/menu/addMenuAuthority', 'menu', '', 'POST');
INSERT INTO `sys_apis` VALUES (37, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/fileUploadAndDownload/findFile', '', '', 'GET');
INSERT INTO `sys_apis` VALUES (38, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/fileUploadAndDownload/breakpointContinue', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (39, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/fileUploadAndDownload/breakpointContinueFinish', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (40, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/fileUploadAndDownload/removeChunk', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (41, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/fileUploadAndDownload/upload', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (42, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/fileUploadAndDownload/deleteFile', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (43, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/fileUploadAndDownload/editFileName', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (44, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/fileUploadAndDownload/getFileList', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (45, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/system/getServerInfo', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (46, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/system/getSystemConfig', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (47, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/system/setSystemConfig', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (48, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/customer/customer', '', '', 'PUT');
INSERT INTO `sys_apis` VALUES (49, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/customer/customer', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (50, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/customer/customer', '', '', 'DELETE');
INSERT INTO `sys_apis` VALUES (51, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/customer/customer', '', '', 'GET');
INSERT INTO `sys_apis` VALUES (52, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/customer/customerList', '', '', 'GET');
INSERT INTO `sys_apis` VALUES (53, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/autoCode/getDB', '', '', 'GET');
INSERT INTO `sys_apis` VALUES (54, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/autoCode/getTables', '', '', 'GET');
INSERT INTO `sys_apis` VALUES (55, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/autoCode/createTemp', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (56, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/autoCode/preview', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (57, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/autoCode/getColumn', 'table', '', 'GET');
INSERT INTO `sys_apis` VALUES (58, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/autoCode/createPlug', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (59, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/autoCode/createPackage', '(package)', 'pkg', 'POST');
INSERT INTO `sys_apis` VALUES (60, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/autoCode/getPackage', '(package)', 'pkg', 'POST');
INSERT INTO `sys_apis` VALUES (61, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/autoCode/delPackage', '(package)', 'pkg', 'POST');
INSERT INTO `sys_apis` VALUES (62, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/autoCode/getMeta', 'meta', '', 'POST');
INSERT INTO `sys_apis` VALUES (63, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/autoCode/rollback', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (64, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/autoCode/getSysHistory', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (65, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/autoCode/delSysHistory', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (66, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/sysDictionaryDetail/updateSysDictionaryDetail', '', '', 'PUT');
INSERT INTO `sys_apis` VALUES (67, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/sysDictionaryDetail/createSysDictionaryDetail', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (68, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/sysDictionaryDetail/deleteSysDictionaryDetail', '', '', 'DELETE');
INSERT INTO `sys_apis` VALUES (69, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/sysDictionaryDetail/findSysDictionaryDetail', 'ID', '', 'GET');
INSERT INTO `sys_apis` VALUES (70, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/sysDictionaryDetail/getSysDictionaryDetailList', '', '', 'GET');
INSERT INTO `sys_apis` VALUES (71, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/sysDictionary/createSysDictionary', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (72, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/sysDictionary/deleteSysDictionary', '', '', 'DELETE');
INSERT INTO `sys_apis` VALUES (73, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/sysDictionary/updateSysDictionary', '', '', 'PUT');
INSERT INTO `sys_apis` VALUES (74, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/sysDictionary/findSysDictionary', 'ID', '', 'GET');
INSERT INTO `sys_apis` VALUES (75, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/sysDictionary/getSysDictionaryList', '', '', 'GET');
INSERT INTO `sys_apis` VALUES (76, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/sysOperationRecord/createSysOperationRecord', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (77, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/sysOperationRecord/findSysOperationRecord', 'ID', '', 'GET');
INSERT INTO `sys_apis` VALUES (78, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/sysOperationRecord/getSysOperationRecordList', '', '', 'GET');
INSERT INTO `sys_apis` VALUES (79, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/sysOperationRecord/deleteSysOperationRecord', '', '', 'DELETE');
INSERT INTO `sys_apis` VALUES (80, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/sysOperationRecord/deleteSysOperationRecordByIds', '', '', 'DELETE');
INSERT INTO `sys_apis` VALUES (81, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/simpleUploader/upload', '', '()', 'POST');
INSERT INTO `sys_apis` VALUES (82, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/simpleUploader/checkFileMd5', '', '()', 'GET');
INSERT INTO `sys_apis` VALUES (83, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/simpleUploader/mergeFileMd5', '', '()', 'GET');
INSERT INTO `sys_apis` VALUES (84, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/email/emailTest', '', 'email', 'POST');
INSERT INTO `sys_apis` VALUES (85, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/email/emailSend', '', 'email', 'POST');
INSERT INTO `sys_apis` VALUES (86, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/excel/importExcel', 'excel', 'excel', 'POST');
INSERT INTO `sys_apis` VALUES (87, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/excel/loadExcel', 'excel', 'excel', 'GET');
INSERT INTO `sys_apis` VALUES (88, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/excel/exportExcel', 'excel', 'excel', 'POST');
INSERT INTO `sys_apis` VALUES (89, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/excel/downloadTemplate', 'excel', 'excel', 'GET');
INSERT INTO `sys_apis` VALUES (90, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/authorityBtn/setAuthorityBtn', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (91, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/authorityBtn/getAuthorityBtn', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (92, '2022-06-29 17:35:00.894', '2022-06-29 17:35:00.894', NULL, '/authorityBtn/canRemoveAuthorityBtn', '', '', 'POST');
INSERT INTO `sys_apis` VALUES (99, '2022-07-01 14:19:39.550', '2022-07-01 14:19:39.550', '2022-07-01 14:45:35.356', '/appBanners/createAppBanners', 'appBanners', 'appBanners', 'POST');
INSERT INTO `sys_apis` VALUES (100, '2022-07-01 14:19:39.607', '2022-07-01 14:19:39.607', '2022-07-01 14:45:35.356', '/appBanners/deleteAppBanners', 'appBanners', 'appBanners', 'DELETE');
INSERT INTO `sys_apis` VALUES (101, '2022-07-01 14:19:39.614', '2022-07-01 14:19:39.614', '2022-07-01 14:45:35.356', '/appBanners/deleteAppBannersByIds', 'appBanners', 'appBanners', 'DELETE');
INSERT INTO `sys_apis` VALUES (102, '2022-07-01 14:19:39.618', '2022-07-01 14:19:39.618', '2022-07-01 14:45:35.356', '/appBanners/updateAppBanners', 'appBanners', 'appBanners', 'PUT');
INSERT INTO `sys_apis` VALUES (103, '2022-07-01 14:19:39.750', '2022-07-01 14:19:39.750', '2022-07-01 14:45:35.356', '/appBanners/findAppBanners', 'IDappBanners', 'appBanners', 'GET');
INSERT INTO `sys_apis` VALUES (104, '2022-07-01 14:19:39.771', '2022-07-01 14:19:39.771', '2022-07-01 14:45:35.356', '/appBanners/getAppBannersList', 'appBanners', 'appBanners', 'GET');
INSERT INTO `sys_apis` VALUES (105, '2022-07-01 15:15:18.662', '2022-07-01 15:15:18.662', NULL, '/appBanners/createAppBanners', 'appBanners', 'appBanners', 'POST');
INSERT INTO `sys_apis` VALUES (106, '2022-07-01 15:15:18.665', '2022-07-01 15:15:18.665', NULL, '/appBanners/deleteAppBanners', 'appBanners', 'appBanners', 'DELETE');
INSERT INTO `sys_apis` VALUES (107, '2022-07-01 15:15:18.668', '2022-07-01 15:15:18.668', NULL, '/appBanners/deleteAppBannersByIds', 'appBanners', 'appBanners', 'DELETE');
INSERT INTO `sys_apis` VALUES (108, '2022-07-01 15:15:18.672', '2022-07-01 15:15:18.672', NULL, '/appBanners/updateAppBanners', 'appBanners', 'appBanners', 'PUT');
INSERT INTO `sys_apis` VALUES (109, '2022-07-01 15:15:18.676', '2022-07-01 15:15:18.676', NULL, '/appBanners/findAppBanners', 'IDappBanners', 'appBanners', 'GET');
INSERT INTO `sys_apis` VALUES (110, '2022-07-01 15:15:18.679', '2022-07-01 15:15:18.679', NULL, '/appBanners/getAppBannersList', 'appBanners', 'appBanners', 'GET');
INSERT INTO `sys_apis` VALUES (111, '2022-07-02 16:58:08.636', '2022-07-02 16:59:01.730', NULL, '/users/register', '', 'users', 'POST');
INSERT INTO `sys_apis` VALUES (112, '2022-07-05 10:21:15.273', '2022-07-05 10:21:15.273', NULL, '/arts/createArts', 'arts', 'arts', 'POST');
INSERT INTO `sys_apis` VALUES (113, '2022-07-05 10:21:15.354', '2022-07-05 10:21:15.354', NULL, '/arts/deleteArts', 'arts', 'arts', 'DELETE');
INSERT INTO `sys_apis` VALUES (114, '2022-07-05 10:21:15.439', '2022-07-05 10:21:15.439', NULL, '/arts/deleteArtsByIds', 'arts', 'arts', 'DELETE');
INSERT INTO `sys_apis` VALUES (115, '2022-07-05 10:21:15.519', '2022-07-05 10:21:15.519', NULL, '/arts/updateArts', 'arts', 'arts', 'PUT');
INSERT INTO `sys_apis` VALUES (116, '2022-07-05 10:21:15.600', '2022-07-05 10:21:15.600', NULL, '/arts/findArts', 'IDarts', 'arts', 'GET');
INSERT INTO `sys_apis` VALUES (117, '2022-07-05 10:21:15.685', '2022-07-05 10:21:15.685', NULL, '/arts/getArtsList', 'arts', 'arts', 'GET');
-- ----------------------------
-- Table structure for sys_authorities
-- ----------------------------
DROP TABLE IF EXISTS `sys_authorities`;
CREATE TABLE `sys_authorities` (
`created_at` datetime(3) NULL DEFAULT NULL,
`updated_at` datetime(3) NULL DEFAULT NULL,
`deleted_at` datetime(3) NULL DEFAULT NULL,
`authority_id` varchar(90) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'ID',
`authority_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`parent_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'ID',
`default_router` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT 'dashboard' COMMENT '',
PRIMARY KEY (`authority_id`) USING BTREE,
UNIQUE INDEX `authority_id`(`authority_id` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of sys_authorities
-- ----------------------------
INSERT INTO `sys_authorities` VALUES ('2022-07-06 08:30:14.090', '2022-07-06 10:09:33.681', NULL, '666', 'App', '0', 'dashboard');
INSERT INTO `sys_authorities` VALUES ('2022-06-29 17:35:00.923', '2022-07-01 15:30:08.696', NULL, '888', '', '0', 'dashboard');
INSERT INTO `sys_authorities` VALUES ('2022-06-29 17:35:00.923', '2022-06-29 17:35:01.154', NULL, '8881', '', '888', 'dashboard');
INSERT INTO `sys_authorities` VALUES ('2022-06-29 17:35:00.923', '2022-06-29 17:35:01.146', NULL, '9528', '', '0', 'dashboard');
-- ----------------------------
-- Table structure for sys_authority_btns
-- ----------------------------
DROP TABLE IF EXISTS `sys_authority_btns`;
CREATE TABLE `sys_authority_btns` (
`authority_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'ID',
`sys_menu_id` bigint UNSIGNED NULL DEFAULT NULL COMMENT 'ID',
`sys_base_menu_btn_id` bigint UNSIGNED NULL DEFAULT NULL COMMENT 'ID'
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of sys_authority_btns
-- ----------------------------
-- ----------------------------
-- Table structure for sys_authority_menus
-- ----------------------------
DROP TABLE IF EXISTS `sys_authority_menus`;
CREATE TABLE `sys_authority_menus` (
`sys_base_menu_id` bigint UNSIGNED NOT NULL,
`sys_authority_authority_id` varchar(90) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'ID',
PRIMARY KEY (`sys_base_menu_id`, `sys_authority_authority_id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of sys_authority_menus
-- ----------------------------
INSERT INTO `sys_authority_menus` VALUES (1, '888');
INSERT INTO `sys_authority_menus` VALUES (1, '8881');
INSERT INTO `sys_authority_menus` VALUES (1, '9528');
INSERT INTO `sys_authority_menus` VALUES (2, '8881');
INSERT INTO `sys_authority_menus` VALUES (2, '9528');
INSERT INTO `sys_authority_menus` VALUES (3, '888');
INSERT INTO `sys_authority_menus` VALUES (4, '888');
INSERT INTO `sys_authority_menus` VALUES (4, '8881');
INSERT INTO `sys_authority_menus` VALUES (5, '888');
INSERT INTO `sys_authority_menus` VALUES (5, '8881');
INSERT INTO `sys_authority_menus` VALUES (6, '888');
INSERT INTO `sys_authority_menus` VALUES (6, '8881');
INSERT INTO `sys_authority_menus` VALUES (7, '888');
INSERT INTO `sys_authority_menus` VALUES (7, '8881');
INSERT INTO `sys_authority_menus` VALUES (8, '888');
INSERT INTO `sys_authority_menus` VALUES (8, '8881');
INSERT INTO `sys_authority_menus` VALUES (8, '9528');
INSERT INTO `sys_authority_menus` VALUES (9, '888');
INSERT INTO `sys_authority_menus` VALUES (9, '8881');
INSERT INTO `sys_authority_menus` VALUES (10, '888');
INSERT INTO `sys_authority_menus` VALUES (10, '8881');
INSERT INTO `sys_authority_menus` VALUES (11, '888');
INSERT INTO `sys_authority_menus` VALUES (11, '8881');
INSERT INTO `sys_authority_menus` VALUES (12, '888');
INSERT INTO `sys_authority_menus` VALUES (12, '8881');
INSERT INTO `sys_authority_menus` VALUES (13, '888');
INSERT INTO `sys_authority_menus` VALUES (14, '888');
INSERT INTO `sys_authority_menus` VALUES (14, '8881');
INSERT INTO `sys_authority_menus` VALUES (15, '888');
INSERT INTO `sys_authority_menus` VALUES (15, '8881');
INSERT INTO `sys_authority_menus` VALUES (16, '888');
INSERT INTO `sys_authority_menus` VALUES (16, '8881');
INSERT INTO `sys_authority_menus` VALUES (17, '888');
INSERT INTO `sys_authority_menus` VALUES (17, '8881');
INSERT INTO `sys_authority_menus` VALUES (18, '888');
INSERT INTO `sys_authority_menus` VALUES (19, '888');
INSERT INTO `sys_authority_menus` VALUES (20, '888');
INSERT INTO `sys_authority_menus` VALUES (23, '888');
INSERT INTO `sys_authority_menus` VALUES (24, '888');
INSERT INTO `sys_authority_menus` VALUES (25, '888');
INSERT INTO `sys_authority_menus` VALUES (26, '888');
INSERT INTO `sys_authority_menus` VALUES (32, '888');
INSERT INTO `sys_authority_menus` VALUES (33, '888');
-- ----------------------------
-- Table structure for sys_auto_code_histories
-- ----------------------------
DROP TABLE IF EXISTS `sys_auto_code_histories`;
CREATE TABLE `sys_auto_code_histories` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
`created_at` datetime(3) NULL DEFAULT NULL,
`updated_at` datetime(3) NULL DEFAULT NULL,
`deleted_at` datetime(3) NULL DEFAULT NULL,
`package` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`table_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`request_meta` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL,
`auto_code_path` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL,
`injection_meta` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL,
`struct_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`struct_cn_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`api_ids` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`flag` bigint NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE,
INDEX `idx_sys_auto_code_histories_deleted_at`(`deleted_at` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of sys_auto_code_histories
-- ----------------------------
INSERT INTO `sys_auto_code_histories` VALUES (1, '2022-07-01 15:15:18.884', '2022-07-01 15:15:18.884', NULL, 'app', 'app_banners', '{\"structName\":\"AppBanners\",\"tableName\":\"app_banners\",\"packageName\":\"appBanners\",\"humpPackageName\":\"app_banners\",\"abbreviation\":\"appBanners\",\"description\":\"appBanners表\",\"autoCreateApiToSql\":true,\"autoMoveFile\":true,\"fields\":[{\"fieldName\":\"ImgUrl\",\"fieldDesc\":\"图片地址\",\"fieldType\":\"string\",\"fieldJson\":\"imgUrl\",\"dataTypeLong\":\"191\",\"comment\":\"\",\"columnName\":\"img_url\",\"fieldSearchType\":\"\",\"dictType\":\"\"},{\"fieldName\":\"Type\",\"fieldDesc\":\"类型\",\"fieldType\":\"int\",\"fieldJson\":\"type\",\"dataTypeLong\":\"\",\"comment\":\"1:藏品 2:消息 3文章/自定义链接\",\"columnName\":\"type\",\"fieldSearchType\":\"=\",\"dictType\":\"banner_types\"},{\"fieldName\":\"Value\",\"fieldDesc\":\"value字段\",\"fieldType\":\"string\",\"fieldJson\":\"value\",\"dataTypeLong\":\"191\",\"comment\":\"\",\"columnName\":\"value\",\"fieldSearchType\":\"\",\"dictType\":\"\"}],\"HasTimer\":false,\"package\":\"app\"}', '/Users/dd/projects/gin-vue-admin/gin-vue-admin/server/api/v1/app/app_banners.go;/Users/dd/projects/gin-vue-admin/gin-vue-admin/server/model/app/app_banners.go;/Users/dd/projects/gin-vue-admin/gin-vue-admin/server/model/app/request/app_banners.go;/Users/dd/projects/gin-vue-admin/gin-vue-admin/server/router/app/app_banners.go;/Users/dd/projects/gin-vue-admin/gin-vue-admin/server/service/app/app_banners.go;/Users/dd/projects/gin-vue-admin/gin-vue-admin/web/src/api/appBanners.js;/Users/dd/projects/gin-vue-admin/gin-vue-admin/web/src/view/appBanners/appBannersForm.vue;/Users/dd/projects/gin-vue-admin/gin-vue-admin/web/src/view/appBanners/appBanners.vue;', '/Users/dd/projects/gin-vue-admin/gin-vue-admin/server/initialize/gorm.go@MysqlTables@app.AppBanners{},;/Users/dd/projects/gin-vue-admin/gin-vue-admin/server/initialize/router.go@Routers@appRouter.InitAppBannersRouter(PrivateGroup);/Users/dd/projects/gin-vue-admin/gin-vue-admin/server/api/v1/app/enter.go@ApiGroup@AppBannersApi;/Users/dd/projects/gin-vue-admin/gin-vue-admin/server/router/app/enter.go@RouterGroup@AppBannersRouter;/Users/dd/projects/gin-vue-admin/gin-vue-admin/server/service/app/enter.go@ServiceGroup@AppBannersService;', 'AppBanners', 'appBanners表', '105;106;107;108;109;110;', 0);
-- ----------------------------
-- Table structure for sys_auto_codes
-- ----------------------------
DROP TABLE IF EXISTS `sys_auto_codes`;
CREATE TABLE `sys_auto_codes` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
`created_at` datetime(3) NULL DEFAULT NULL,
`updated_at` datetime(3) NULL DEFAULT NULL,
`deleted_at` datetime(3) NULL DEFAULT NULL,
`package_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '包名',
`label` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '展示名',
`desc` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '描述',
PRIMARY KEY (`id`) USING BTREE,
INDEX `idx_sys_auto_codes_deleted_at`(`deleted_at` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 3 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of sys_auto_codes
-- ----------------------------
INSERT INTO `sys_auto_codes` VALUES (1, '2022-06-29 19:14:30.026', '2022-06-29 19:14:30.026', '2022-07-01 14:14:41.154', 'nft', '非同质化代币', '');
INSERT INTO `sys_auto_codes` VALUES (2, '2022-07-01 14:15:03.022', '2022-07-01 14:15:03.022', NULL, 'app', '前端', '');
-- ----------------------------
-- Table structure for sys_base_menu_btns
-- ----------------------------
DROP TABLE IF EXISTS `sys_base_menu_btns`;
CREATE TABLE `sys_base_menu_btns` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
`created_at` datetime(3) NULL DEFAULT NULL,
`updated_at` datetime(3) NULL DEFAULT NULL,
`deleted_at` datetime(3) NULL DEFAULT NULL,
`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '按钮关键key',
`desc` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`sys_base_menu_id` bigint UNSIGNED NULL DEFAULT NULL COMMENT '菜单ID',
PRIMARY KEY (`id`) USING BTREE,
INDEX `idx_sys_base_menu_btns_deleted_at`(`deleted_at` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of sys_base_menu_btns
-- ----------------------------
-- ----------------------------
-- Table structure for sys_base_menu_parameters
-- ----------------------------
DROP TABLE IF EXISTS `sys_base_menu_parameters`;
CREATE TABLE `sys_base_menu_parameters` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
`created_at` datetime(3) NULL DEFAULT NULL,
`updated_at` datetime(3) NULL DEFAULT NULL,
`deleted_at` datetime(3) NULL DEFAULT NULL,
`sys_base_menu_id` bigint UNSIGNED NULL DEFAULT NULL,
`type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '地址栏携带参数为params还是query',
`key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '地址栏携带参数的key',
`value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '地址栏携带参数的值',
PRIMARY KEY (`id`) USING BTREE,
INDEX `idx_sys_base_menu_parameters_deleted_at`(`deleted_at` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of sys_base_menu_parameters
-- ----------------------------
-- ----------------------------
-- Table structure for sys_base_menus
-- ----------------------------
DROP TABLE IF EXISTS `sys_base_menus`;
CREATE TABLE `sys_base_menus` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
`created_at` datetime(3) NULL DEFAULT NULL,
`updated_at` datetime(3) NULL DEFAULT NULL,
`deleted_at` datetime(3) NULL DEFAULT NULL,
`menu_level` bigint UNSIGNED NULL DEFAULT NULL,
`parent_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '父菜单ID',
`path` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '路由path',
`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '路由name',
`hidden` tinyint(1) NULL DEFAULT NULL COMMENT '是否在列表隐藏',
`component` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '对应前端文件路径',
`sort` bigint NULL DEFAULT NULL COMMENT '排序标记',
`keep_alive` tinyint(1) NULL DEFAULT NULL COMMENT '附加属性',
`default_menu` tinyint(1) NULL DEFAULT NULL COMMENT '附加属性',
`title` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '附加属性',
`icon` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '附加属性',
`close_tab` tinyint(1) NULL DEFAULT NULL COMMENT '附加属性',
PRIMARY KEY (`id`) USING BTREE,
INDEX `idx_sys_base_menus_deleted_at`(`deleted_at` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 34 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of sys_base_menus
-- ----------------------------
INSERT INTO `sys_base_menus` VALUES (1, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '0', 'dashboard', 'dashboard', 0, 'view/dashboard/index.vue', 1, 0, 0, '仪表盘', 'odometer', 0);
INSERT INTO `sys_base_menus` VALUES (2, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '0', 'about', 'about', 0, 'view/about/index.vue', 9, 0, 0, '关于我们', 'info-filled', 0);
INSERT INTO `sys_base_menus` VALUES (3, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '0', 'admin', 'superAdmin', 0, 'view/superAdmin/index.vue', 3, 0, 0, '超级管理员', 'user', 0);
INSERT INTO `sys_base_menus` VALUES (4, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '3', 'authority', 'authority', 0, 'view/superAdmin/authority/authority.vue', 1, 0, 0, '角色管理', 'avatar', 0);
INSERT INTO `sys_base_menus` VALUES (5, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '3', 'menu', 'menu', 0, 'view/superAdmin/menu/menu.vue', 2, 1, 0, '菜单管理', 'tickets', 0);
INSERT INTO `sys_base_menus` VALUES (6, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '3', 'api', 'api', 0, 'view/superAdmin/api/api.vue', 3, 1, 0, 'api管理', 'platform', 0);
INSERT INTO `sys_base_menus` VALUES (7, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '3', 'user', 'user', 0, 'view/superAdmin/user/user.vue', 4, 0, 0, '用户管理', 'coordinate', 0);
INSERT INTO `sys_base_menus` VALUES (8, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '0', 'person', 'person', 1, 'view/person/person.vue', 4, 0, 0, '个人信息', 'message', 0);
INSERT INTO `sys_base_menus` VALUES (9, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '0', 'example', 'example', 0, 'view/example/index.vue', 7, 0, 0, '示例文件', 'management', 0);
INSERT INTO `sys_base_menus` VALUES (10, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '9', 'excel', 'excel', 0, 'view/example/excel/excel.vue', 4, 0, 0, 'excel导入导出', 'takeaway-box', 0);
INSERT INTO `sys_base_menus` VALUES (11, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '9', 'upload', 'upload', 0, 'view/example/upload/upload.vue', 5, 0, 0, '媒体库(上传下载)', 'upload', 0);
INSERT INTO `sys_base_menus` VALUES (12, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '9', 'breakpoint', 'breakpoint', 0, 'view/example/breakpoint/breakpoint.vue', 6, 0, 0, '断点续传', 'upload-filled', 0);
INSERT INTO `sys_base_menus` VALUES (13, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '9', 'customer', 'customer', 0, 'view/example/customer/customer.vue', 7, 0, 0, '客户列表(资源示例)', 'avatar', 0);
INSERT INTO `sys_base_menus` VALUES (14, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '0', 'systemTools', 'systemTools', 0, 'view/systemTools/index.vue', 5, 0, 0, '系统工具', 'tools', 0);
INSERT INTO `sys_base_menus` VALUES (15, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '14', 'autoCode', 'autoCode', 0, 'view/systemTools/autoCode/index.vue', 1, 1, 0, '代码生成器', 'cpu', 0);
INSERT INTO `sys_base_menus` VALUES (16, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '14', 'formCreate', 'formCreate', 0, 'view/systemTools/formCreate/index.vue', 2, 1, 0, '表单生成器', 'magic-stick', 0);
INSERT INTO `sys_base_menus` VALUES (17, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '14', 'system', 'system', 0, 'view/systemTools/system/system.vue', 3, 0, 0, '系统配置', 'operation', 0);
INSERT INTO `sys_base_menus` VALUES (18, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '3', 'dictionary', 'dictionary', 0, 'view/superAdmin/dictionary/sysDictionary.vue', 5, 0, 0, '字典管理', 'notebook', 0);
INSERT INTO `sys_base_menus` VALUES (19, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '3', 'dictionaryDetail/:id', 'dictionaryDetail', 1, 'view/superAdmin/dictionary/sysDictionaryDetail.vue', 1, 0, 0, '字典详情-${id}', 'order', 0);
INSERT INTO `sys_base_menus` VALUES (20, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '3', 'operation', 'operation', 0, 'view/superAdmin/operation/sysOperationRecord.vue', 6, 0, 0, '操作历史', 'pie-chart', 0);
INSERT INTO `sys_base_menus` VALUES (21, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '9', 'simpleUploader', 'simpleUploader', 0, 'view/example/simpleUploader/simpleUploader', 6, 0, 0, '断点续传(插件版)', 'upload', 0);
INSERT INTO `sys_base_menus` VALUES (22, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '0', 'https://www.gin-vue-admin.com', 'https://www.gin-vue-admin.com', 0, '/', 0, 0, 0, '官方网站', 'home-filled', 0);
INSERT INTO `sys_base_menus` VALUES (23, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '0', 'state', 'state', 0, 'view/system/state.vue', 8, 0, 0, '服务器状态', 'cloudy', 0);
INSERT INTO `sys_base_menus` VALUES (24, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '14', 'autoCodeAdmin', 'autoCodeAdmin', 0, 'view/systemTools/autoCodeAdmin/index.vue', 1, 0, 0, '自动化代码管理', 'magic-stick', 0);
INSERT INTO `sys_base_menus` VALUES (25, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '14', 'autoCodeEdit/:id', 'autoCodeEdit', 1, 'view/systemTools/autoCode/index.vue', 0, 0, 0, '自动化代码-${id}', 'magic-stick', 0);
INSERT INTO `sys_base_menus` VALUES (26, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '14', 'autoPkg', 'autoPkg', 0, 'view/systemTools/autoPkg/autoPkg.vue', 0, 0, 0, '自动化package', 'folder', 0);
INSERT INTO `sys_base_menus` VALUES (27, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '28', 'autoPlug', 'autoPlug', 0, 'view/systemTools/autoPlug/autoPlug.vue', 4, 0, 0, '自动化插件模板', 'folder', 0);
INSERT INTO `sys_base_menus` VALUES (28, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '0', 'plugin', 'plugin', 0, 'view/routerHolder.vue', 6, 0, 0, '插件系统', 'cherry', 0);
INSERT INTO `sys_base_menus` VALUES (29, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '28', 'plugin-email', 'plugin-email', 0, 'plugin/email/view/index.vue', 1, 0, 0, '邮件插件', 'message', 0);
INSERT INTO `sys_base_menus` VALUES (30, '2022-06-29 17:35:01.129', '2022-06-29 17:35:01.129', NULL, 0, '28', 'https://plugin.gin-vue-admin.com/', 'https://plugin.gin-vue-admin.com/', 0, 'https://plugin.gin-vue-admin.com/', 0, 0, 0, '插件市场', 'shop', 0);
INSERT INTO `sys_base_menus` VALUES (32, '2022-07-01 14:42:35.457', '2022-07-01 15:36:12.331', NULL, 0, '33', 'banners', 'banners', 0, 'view/app/banner/banner.vue', 0, 0, 0, '轮播图', 'picture-filled', 0);
INSERT INTO `sys_base_menus` VALUES (33, '2022-07-01 15:27:10.276', '2022-07-01 15:27:42.077', NULL, 0, '0', 'appSetting', 'appSetting', 0, 'view/app/index.vue', 60, 0, 0, 'APP设置', 'iphone', 0);
-- ----------------------------
-- Table structure for sys_data_authority_id
-- ----------------------------
DROP TABLE IF EXISTS `sys_data_authority_id`;
CREATE TABLE `sys_data_authority_id` (
`sys_authority_authority_id` varchar(90) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '角色ID',
`data_authority_id_authority_id` varchar(90) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '角色ID',
PRIMARY KEY (`sys_authority_authority_id`, `data_authority_id_authority_id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of sys_data_authority_id
-- ----------------------------
INSERT INTO `sys_data_authority_id` VALUES ('666', '666');
INSERT INTO `sys_data_authority_id` VALUES ('888', '888');
INSERT INTO `sys_data_authority_id` VALUES ('888', '8881');
INSERT INTO `sys_data_authority_id` VALUES ('888', '9528');
INSERT INTO `sys_data_authority_id` VALUES ('9528', '8881');
INSERT INTO `sys_data_authority_id` VALUES ('9528', '9528');
-- ----------------------------
-- Table structure for sys_dictionaries
-- ----------------------------
DROP TABLE IF EXISTS `sys_dictionaries`;
CREATE TABLE `sys_dictionaries` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
`created_at` datetime(3) NULL DEFAULT NULL,
`updated_at` datetime(3) NULL DEFAULT NULL,
`deleted_at` datetime(3) NULL DEFAULT NULL,
`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '字典名(中)',
`type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '字典名(英)',
`status` tinyint(1) NULL DEFAULT NULL COMMENT '状态',
`desc` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '描述',
PRIMARY KEY (`id`) USING BTREE,
INDEX `idx_sys_dictionaries_deleted_at`(`deleted_at` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 9 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of sys_dictionaries
-- ----------------------------
INSERT INTO `sys_dictionaries` VALUES (1, '2022-06-29 17:35:00.936', '2022-06-29 17:35:00.941', NULL, '性别', 'gender', 1, '性别字典');
INSERT INTO `sys_dictionaries` VALUES (2, '2022-06-29 17:35:00.936', '2022-06-29 17:35:00.948', NULL, '数据库int类型', 'int', 1, 'int类型对应的数据库类型');
INSERT INTO `sys_dictionaries` VALUES (3, '2022-06-29 17:35:00.936', '2022-06-29 17:35:00.951', NULL, '数据库时间日期类型', 'time.Time', 1, '数据库时间日期类型');
INSERT INTO `sys_dictionaries` VALUES (4, '2022-06-29 17:35:00.936', '2022-06-29 17:35:00.955', NULL, '数据库浮点型', 'float64', 1, '数据库浮点型');
INSERT INTO `sys_dictionaries` VALUES (5, '2022-06-29 17:35:00.936', '2022-06-29 17:35:00.958', NULL, '数据库字符串', 'string', 1, '数据库字符串');
INSERT INTO `sys_dictionaries` VALUES (6, '2022-06-29 17:35:00.936', '2022-06-29 17:35:00.963', NULL, '数据库bool类型', 'bool', 1, '数据库bool类型');
INSERT INTO `sys_dictionaries` VALUES (7, '2022-07-01 15:12:28.148', '2022-07-01 15:12:28.148', NULL, '轮播图类型', 'banner_types', 1, '1:藏品 2:消息 3文章/自定义链接');
INSERT INTO `sys_dictionaries` VALUES (8, '2022-07-06 09:27:18.098', '2022-07-06 13:55:18.725', NULL, '作品权益', 'art_rights', 1, '作品权益');
-- ----------------------------
-- Table structure for sys_dictionary_details
-- ----------------------------
DROP TABLE IF EXISTS `sys_dictionary_details`;
CREATE TABLE `sys_dictionary_details` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
`created_at` datetime(3) NULL DEFAULT NULL,
`updated_at` datetime(3) NULL DEFAULT NULL,
`deleted_at` datetime(3) NULL DEFAULT NULL,
`label` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '展示值',
`value` bigint NULL DEFAULT NULL COMMENT '字典值',
`status` tinyint(1) NULL DEFAULT NULL COMMENT '启用状态',
`sort` bigint NULL DEFAULT NULL COMMENT '排序标记',
`sys_dictionary_id` bigint UNSIGNED NULL DEFAULT NULL COMMENT '关联标记',
`extra` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '附加信息',
PRIMARY KEY (`id`) USING BTREE,
INDEX `idx_sys_dictionary_details_deleted_at`(`deleted_at` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 31 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of sys_dictionary_details
-- ----------------------------
INSERT INTO `sys_dictionary_details` VALUES (1, '2022-06-29 17:35:00.942', '2022-06-29 17:35:00.942', NULL, '男', 1, 1, 1, 1, NULL);
INSERT INTO `sys_dictionary_details` VALUES (2, '2022-06-29 17:35:00.942', '2022-06-29 17:35:00.942', NULL, '女', 2, 1, 2, 1, NULL);
INSERT INTO `sys_dictionary_details` VALUES (3, '2022-06-29 17:35:00.949', '2022-06-29 17:35:00.949', NULL, 'smallint', 1, 1, 1, 2, NULL);
INSERT INTO `sys_dictionary_details` VALUES (4, '2022-06-29 17:35:00.949', '2022-06-29 17:35:00.949', NULL, 'mediumint', 2, 1, 2, 2, NULL);
INSERT INTO `sys_dictionary_details` VALUES (5, '2022-06-29 17:35:00.949', '2022-06-29 17:35:00.949', NULL, 'int', 3, 1, 3, 2, NULL);
INSERT INTO `sys_dictionary_details` VALUES (6, '2022-06-29 17:35:00.949', '2022-06-29 17:35:00.949', NULL, 'bigint', 4, 1, 4, 2, NULL);
INSERT INTO `sys_dictionary_details` VALUES (7, '2022-06-29 17:35:00.952', '2022-06-29 17:35:00.952', NULL, 'date', 0, 1, 0, 3, NULL);
INSERT INTO `sys_dictionary_details` VALUES (8, '2022-06-29 17:35:00.952', '2022-06-29 17:35:00.952', NULL, 'time', 1, 1, 1, 3, NULL);
INSERT INTO `sys_dictionary_details` VALUES (9, '2022-06-29 17:35:00.952', '2022-06-29 17:35:00.952', NULL, 'year', 2, 1, 2, 3, NULL);
INSERT INTO `sys_dictionary_details` VALUES (10, '2022-06-29 17:35:00.952', '2022-06-29 17:35:00.952', NULL, 'datetime', 3, 1, 3, 3, NULL);
INSERT INTO `sys_dictionary_details` VALUES (11, '2022-06-29 17:35:00.952', '2022-06-29 17:35:00.952', NULL, 'timestamp', 5, 1, 5, 3, NULL);
INSERT INTO `sys_dictionary_details` VALUES (12, '2022-06-29 17:35:00.956', '2022-06-29 17:35:00.956', NULL, 'float', 0, 1, 0, 4, NULL);
INSERT INTO `sys_dictionary_details` VALUES (13, '2022-06-29 17:35:00.956', '2022-06-29 17:35:00.956', NULL, 'double', 1, 1, 1, 4, NULL);
INSERT INTO `sys_dictionary_details` VALUES (14, '2022-06-29 17:35:00.956', '2022-06-29 17:35:00.956', NULL, 'decimal', 2, 1, 2, 4, NULL);
INSERT INTO `sys_dictionary_details` VALUES (15, '2022-06-29 17:35:00.959', '2022-06-29 17:35:00.959', NULL, 'char', 0, 1, 0, 5, NULL);
INSERT INTO `sys_dictionary_details` VALUES (16, '2022-06-29 17:35:00.959', '2022-06-29 17:35:00.959', NULL, 'varchar', 1, 1, 1, 5, NULL);
INSERT INTO `sys_dictionary_details` VALUES (17, '2022-06-29 17:35:00.959', '2022-06-29 17:35:00.959', NULL, 'tinyblob', 2, 1, 2, 5, NULL);
INSERT INTO `sys_dictionary_details` VALUES (18, '2022-06-29 17:35:00.959', '2022-06-29 17:35:00.959', NULL, 'tinytext', 3, 1, 3, 5, NULL);
INSERT INTO `sys_dictionary_details` VALUES (19, '2022-06-29 17:35:00.959', '2022-06-29 17:35:00.959', NULL, 'text', 4, 1, 4, 5, NULL);
INSERT INTO `sys_dictionary_details` VALUES (20, '2022-06-29 17:35:00.959', '2022-06-29 17:35:00.959', NULL, 'blob', 5, 1, 5, 5, NULL);
INSERT INTO `sys_dictionary_details` VALUES (21, '2022-06-29 17:35:00.959', '2022-06-29 17:35:00.959', NULL, 'mediumblob', 6, 1, 6, 5, NULL);
INSERT INTO `sys_dictionary_details` VALUES (22, '2022-06-29 17:35:00.959', '2022-06-29 17:35:00.959', NULL, 'mediumtext', 7, 1, 7, 5, NULL);
INSERT INTO `sys_dictionary_details` VALUES (23, '2022-06-29 17:35:00.959', '2022-06-29 17:35:00.959', NULL, 'longblob', 8, 1, 8, 5, NULL);
INSERT INTO `sys_dictionary_details` VALUES (24, '2022-06-29 17:35:00.959', '2022-06-29 17:35:00.959', NULL, 'longtext', 9, 1, 9, 5, NULL);
INSERT INTO `sys_dictionary_details` VALUES (25, '2022-06-29 17:35:00.963', '2022-06-29 17:35:00.963', NULL, 'tinyint', 0, 1, 0, 6, NULL);
INSERT INTO `sys_dictionary_details` VALUES (26, '2022-07-01 15:13:02.951', '2022-07-01 15:13:02.951', NULL, '藏品', 1, 1, 1, 7, NULL);
INSERT INTO `sys_dictionary_details` VALUES (27, '2022-07-01 15:13:17.704', '2022-07-01 15:13:17.704', NULL, '消息', 2, 1, 2, 7, NULL);
INSERT INTO `sys_dictionary_details` VALUES (28, '2022-07-01 15:13:34.225', '2022-07-01 15:13:34.225', NULL, '文章/自定义链接', 3, 1, 3, 7, NULL);
INSERT INTO `sys_dictionary_details` VALUES (29, '2022-07-06 09:28:29.572', '2022-07-06 09:28:29.572', NULL, '数字作品', 1, 1, 1, 8, '用户购买数字作品后,即拥有该数字作品,但数字作品的知识产权仍由作品知识产权的权利人拥有。数字作品的知识产权并不因数字作品的交易行为行为而发生任何转移或共享。用户可以进⾏学习、研究、欣赏、收藏。');
INSERT INTO `sys_dictionary_details` VALUES (30, '2022-07-06 09:44:27.408', '2022-07-06 09:44:27.408', NULL, '数字许可作品', 2, 1, 2, 8, '用户购买数字许可作品后,即拥有该数字许可作品,用户可以进⾏学习、研究、欣赏、收藏。同时数字许可作品持有人在持有作品期间取得著作权人全球范围内永久性的著作权使用许可授权,该许可为非排他性的,可转让的、不可转许可的权利。但数字许可作品的知识产权并不因数字许可作品的交易行为行为而发生任何转移,数字许可作品知识产权的权利人仍拥有该作品的知识产权。');
-- ----------------------------
-- Table structure for sys_operation_records
-- ----------------------------
DROP TABLE IF EXISTS `sys_operation_records`;
CREATE TABLE `sys_operation_records` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
`created_at` datetime(3) NULL DEFAULT NULL,
`updated_at` datetime(3) NULL DEFAULT NULL,
`deleted_at` datetime(3) NULL DEFAULT NULL,
`ip` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '请求ip',
`method` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '请求方法',
`path` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '请求路径',
`status` bigint NULL DEFAULT NULL COMMENT '请求状态',
`latency` bigint NULL DEFAULT NULL COMMENT '延迟',
`agent` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '代理',
`error_message` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '错误信息',
`body` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '请求Body',
`resp` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '响应Body',
`user_id` bigint UNSIGNED NULL DEFAULT NULL COMMENT '用户id',
PRIMARY KEY (`id`) USING BTREE,
INDEX `idx_sys_operation_records_deleted_at`(`deleted_at` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 189 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of sys_operation_records
-- ----------------------------
INSERT INTO `sys_operation_records` VALUES (1, '2022-06-29 18:38:20.286', '2022-06-29 18:38:20.286', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 24748778, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (2, '2022-06-29 18:38:38.967', '2022-06-29 18:38:38.967', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 1060176, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (3, '2022-06-29 18:39:02.147', '2022-06-29 18:39:02.147', NULL, '127.0.0.1', 'POST', '/system/getSystemConfig', 200, 11459200, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"config\":{\"jwt\":{\"signing-key\":\"d4d49f59-0cc9-42ce-9434-3e913871aff0\",\"expires-time\":604800,\"buffer-time\":86400,\"issuer\":\"qmPlus\"},\"zap\":{\"level\":\"info\",\"prefix\":\"[github.com/flipped-aurora/gin-vue-admin/server]\",\"format\":\"console\",\"director\":\"log\",\"encode-level\":\"LowercaseColorLevelEncoder\",\"stacktrace-key\":\"stacktrace\",\"max-age\":30,\"show-line\":true,\"log-in-console\":true},\"redis\":{\"db\":0,\"addr\":\"127.0.0.1:6379\",\"password\":\"\"},\"email\":{\"to\":\"xxx@qq.com\",\"port\":465,\"from\":\"xxx@163.com\",\"host\":\"smtp.163.com\",\"is-ssl\":true,\"secret\":\"xxx\",\"nickname\":\"test\"},\"system\":{\"env\":\"public\",\"addr\":8888,\"db-type\":\"mysql\",\"oss-type\":\"local\",\"use-multipoint\":false,\"use-redis\":false,\"iplimit-count\":15000,\"iplimit-time\":3600},\"captcha\":{\"key-long\":6,\"img-width\":240,\"img-height\":80},\"autocode\":{\"transfer-restart\":true,\"root\":\"/Users/dd/projects/gin-vue-admin/gin-vue-admin\",\"server\":\"/server\",\"server-api\":\"/api/v1/%s\",\"server-plug\":\"/plugin/%s\",\"server-initialize\":\"/initialize\",\"server-model\":\"/model/%s\",\"server-request\":\"/model/%s/request/\",\"server-router\":\"/router/%s\",\"server-service\":\"/service/%s\",\"web\":\"/web/src\",\"web-api\":\"/api\",\"web-form\":\"/view\",\"web-table\":\"/view\"},\"mysql\":{\"path\":\"127.0.0.1\",\"port\":\"3306\",\"config\":\"charset=utf8mb4\\u0026parseTime=True\\u0026loc=Local\",\"db-name\":\"nft\",\"username\":\"king\",\"password\":\"root\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"error\",\"log-zap\":false},\"pgsql\":{\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false},\"db-list\":[{\"disable\":false,\"type\":\"\",\"alias-name\":\"\",\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false}],\"local\":{\"path\":\"uploads/file\",\"store-path\":\"uploads/file\"},\"qiniu\":{\"zone\":\"ZoneHuaDong\",\"bucket\":\"\",\"img-path\":\"\",\"use-https\":false,\"access-key\":\"\",\"secret-key\":\"\",\"use-cdn-domains\":false},\"aliyun-oss\":{\"endpoint\":\"yourEndpoint\",\"access-key-id\":\"yourAccessKeyId\",\"access-key-secret\":\"yourAccessKeySecret\",\"bucket-name\":\"yourBucketName\",\"bucket-url\":\"yourBucketUrl\",\"base-path\":\"yourBasePath\"},\"hua-wei-obs\":{\"path\":\"you-path\",\"bucket\":\"you-bucket\",\"endpoint\":\"you-endpoint\",\"access-key\":\"you-access-key\",\"secret-key\":\"you-secret-key\"},\"tencent-cos\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"aws-s3\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"endpoint\":\"\",\"s3-force-path-style\":false,\"disable-ssl\":false,\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"excel\":{\"dir\":\"./resource/excel/\"},\"timer\":{\"start\":true,\"spec\":\"@daily\",\"detail\":[{\"tableName\":\"sys_operation_records\",\"compareField\":\"created_at\",\"interval\":\"2160h\"},{\"tableName\":\"jwt_blacklists\",\"compareField\":\"created_at\",\"interval\":\"168h\"}]},\"cors\":{\"mode\":\"whitelist\",\"whitelist\":[{\"allow-origin\":\"example1.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true},{\"allow-origin\":\"example2.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true}]}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (4, '2022-06-29 18:42:42.939', '2022-06-29 18:42:42.939', NULL, '127.0.0.1', 'POST', '/user/setUserAuthorities', 200, 136764290, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":1,\"authorityIds\":[\"888\",\"8881\",\"9528\"]}', '{\"code\":0,\"data\":{},\"msg\":\"修改成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (5, '2022-06-29 18:42:45.725', '2022-06-29 18:42:45.725', NULL, '127.0.0.1', 'POST', '/user/setUserAuthorities', 200, 5953770, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":2,\"authorityIds\":[\"888\"]}', '{\"code\":0,\"data\":{},\"msg\":\"修改成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (6, '2022-06-29 19:19:36.232', '2022-06-29 19:19:36.232', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 1483500, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (7, '2022-07-01 09:47:54.662', '2022-07-01 09:47:54.662', NULL, '127.0.0.1', 'POST', '/menu/addBaseMenu', 200, 62549480, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":0,\"path\":\"test\",\"name\":\"test\",\"hidden\":\"\",\"parentId\":\"0\",\"component\":\"view/routerHolder.vue\",\"meta\":{\"title\":\"测试\",\"icon\":\"pouring\",\"defaultMenu\":false,\"closeTab\":false,\"keepAlive\":false},\"parameters\":[],\"menuBtn\":[]}', '{\"code\":0,\"data\":{},\"msg\":\"添加成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (8, '2022-07-01 09:48:14.875', '2022-07-01 09:48:14.875', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 3407240, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (9, '2022-07-01 09:49:32.548', '2022-07-01 09:49:32.548', NULL, '127.0.0.1', 'POST', '/menu/addMenuAuthority', 200, 55942236, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"menus\":[{\"ID\":31,\"CreatedAt\":\"2022-07-01T09:47:54.616+08:00\",\"UpdatedAt\":\"2022-07-01T09:47:54.616+08:00\",\"parentId\":\"0\",\"path\":\"test\",\"name\":\"test\",\"hidden\":false,\"component\":\"view/routerHolder.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"测试\",\"icon\":\"pouring\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":22,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"https://www.gin-vue-admin.com\",\"name\":\"https://www.gin-vue-admin.com\",\"hidden\":false,\"component\":\"/\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"官方网站\",\"icon\":\"home-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":1,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"dashboard\",\"name\":\"dashboard\",\"hidden\":false,\"component\":\"view/dashboard/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"仪表盘\",\"icon\":\"odometer\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":3,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"admin\",\"name\":\"superAdmin\",\"hidden\":false,\"component\":\"view/superAdmin/index.vue\",\"sort\":3,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"超级管理员\",\"icon\":\"user\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":19,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionaryDetail/:id\",\"name\":\"dictionaryDetail\",\"hidden\":true,\"component\":\"view/superAdmin/dictionary/sysDictionaryDetail.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典详情-${id}\",\"icon\":\"order\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":4,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"authority\",\"name\":\"authority\",\"hidden\":false,\"component\":\"view/superAdmin/authority/authority.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"角色管理\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":5,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"menu\",\"name\":\"menu\",\"hidden\":false,\"component\":\"view/superAdmin/menu/menu.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"菜单管理\",\"icon\":\"tickets\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":6,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"api\",\"name\":\"api\",\"hidden\":false,\"component\":\"view/superAdmin/api/api.vue\",\"sort\":3,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"api管理\",\"icon\":\"platform\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":7,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"user\",\"name\":\"user\",\"hidden\":false,\"component\":\"view/superAdmin/user/user.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"用户管理\",\"icon\":\"coordinate\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":18,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionary\",\"name\":\"dictionary\",\"hidden\":false,\"component\":\"view/superAdmin/dictionary/sysDictionary.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典管理\",\"icon\":\"notebook\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":20,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"operation\",\"name\":\"operation\",\"hidden\":false,\"component\":\"view/superAdmin/operation/sysOperationRecord.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"操作历史\",\"icon\":\"pie-chart\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":19,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionaryDetail/:id\",\"name\":\"dictionaryDetail\",\"hidden\":true,\"component\":\"view/superAdmin/dictionary/sysDictionaryDetail.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典详情-${id}\",\"icon\":\"order\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":4,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"authority\",\"name\":\"authority\",\"hidden\":false,\"component\":\"view/superAdmin/authority/authority.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"角色管理\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":5,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"menu\",\"name\":\"menu\",\"hidden\":false,\"component\":\"view/superAdmin/menu/menu.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"菜单管理\",\"icon\":\"tickets\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":6,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"api\",\"name\":\"api\",\"hidden\":false,\"component\":\"view/superAdmin/api/api.vue\",\"sort\":3,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"api管理\",\"icon\":\"platform\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":7,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"user\",\"name\":\"user\",\"hidden\":false,\"component\":\"view/superAdmin/user/user.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"用户管理\",\"icon\":\"coordinate\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":18,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionary\",\"name\":\"dictionary\",\"hidden\":false,\"component\":\"view/superAdmin/dictionary/sysDictionary.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典管理\",\"icon\":\"notebook\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":20,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"operation\",\"name\":\"operation\",\"hidden\":false,\"component\":\"view/superAdmin/operation/sysOperationRecord.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"操作历史\",\"icon\":\"pie-chart\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":8,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"person\",\"name\":\"person\",\"hidden\":true,\"component\":\"view/person/person.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"个人信息\",\"icon\":\"message\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":14,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"systemTools\",\"name\":\"systemTools\",\"hidden\":false,\"component\":\"view/systemTools/index.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"系统工具\",\"icon\":\"tools\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":26,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoPkg\",\"name\":\"autoPkg\",\"hidden\":false,\"component\":\"view/systemTools/autoPkg/autoPkg.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化package\",\"icon\":\"folder\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":25,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeEdit/:id\",\"name\":\"autoCodeEdit\",\"hidden\":true,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码-${id}\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":15,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCode\",\"name\":\"autoCode\",\"hidden\":false,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"代码生成器\",\"icon\":\"cpu\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":24,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeAdmin\",\"name\":\"autoCodeAdmin\",\"hidden\":false,\"component\":\"view/systemTools/autoCodeAdmin/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码管理\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":16,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"formCreate\",\"name\":\"formCreate\",\"hidden\":false,\"component\":\"view/systemTools/formCreate/index.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"表单生成器\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":17,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"system\",\"name\":\"system\",\"hidden\":false,\"component\":\"view/systemTools/system/system.vue\",\"sort\":3,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"系统配置\",\"icon\":\"operation\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":26,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoPkg\",\"name\":\"autoPkg\",\"hidden\":false,\"component\":\"view/systemTools/autoPkg/autoPkg.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化package\",\"icon\":\"folder\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":25,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeEdit/:id\",\"name\":\"autoCodeEdit\",\"hidden\":true,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码-${id}\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":15,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCode\",\"name\":\"autoCode\",\"hidden\":false,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"代码生成器\",\"icon\":\"cpu\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":24,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeAdmin\",\"name\":\"autoCodeAdmin\",\"hidden\":false,\"component\":\"view/systemTools/autoCodeAdmin/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码管理\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":16,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"formCreate\",\"name\":\"formCreate\",\"hidden\":false,\"component\":\"view/systemTools/formCreate/index.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"表单生成器\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":17,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"system\",\"name\":\"system\",\"hidden\":false,\"component\":\"view/systemTools/system/system.vue\",\"sort\":3,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"系统配置\",\"icon\":\"operation\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":28,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"plugin\",\"name\":\"plugin\",\"hidden\":false,\"component\":\"view/routerHolder.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"插件系统\",\"icon\":\"cherry\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":30,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"28\",\"path\":\"https://plugin.gin-vue-admin.com/\",\"name\":\"https://plugin.gin-vue-admin.com/\",\"hidden\":false,\"component\":\"https://plugin.gin-vue-admin.com/\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"插件市场\",\"icon\":\"shop\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":29,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"28\",\"path\":\"plugin-email\",\"name\":\"plugin-email\",\"hidden\":false,\"component\":\"plugin/email/view/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"邮件插件\",\"icon\":\"message\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":27,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"28\",\"path\":\"autoPlug\",\"name\":\"autoPlug\",\"hidden\":false,\"component\":\"view/systemTools/autoPlug/autoPlug.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化插件模板\",\"icon\":\"folder\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":30,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"28\",\"path\":\"https://plugin.gin-vue-admin.com/\",\"name\":\"https://plugin.gin-vue-admin.com/\",\"hidden\":false,\"component\":\"https://plugin.gin-vue-admin.com/\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"插件市场\",\"icon\":\"shop\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":29,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"28\",\"path\":\"plugin-email\",\"name\":\"plugin-email\",\"hidden\":false,\"component\":\"plugin/email/view/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"邮件插件\",\"icon\":\"message\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":27,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"28\",\"path\":\"autoPlug\",\"name\":\"autoPlug\",\"hidden\":false,\"component\":\"view/systemTools/autoPlug/autoPlug.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化插件模板\",\"icon\":\"folder\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":9,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"example\",\"name\":\"example\",\"hidden\":false,\"component\":\"view/example/index.vue\",\"sort\":7,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"示例文件\",\"icon\":\"management\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":10,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"excel\",\"name\":\"excel\",\"hidden\":false,\"component\":\"view/example/excel/excel.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"excel导入导出\",\"icon\":\"takeaway-box\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":11,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"upload\",\"name\":\"upload\",\"hidden\":false,\"component\":\"view/example/upload/upload.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"媒体库(上传下载)\",\"icon\":\"upload\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":12,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"breakpoint\",\"name\":\"breakpoint\",\"hidden\":false,\"component\":\"view/example/breakpoint/breakpoint.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"断点续传\",\"icon\":\"upload-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":21,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"simpleUploader\",\"name\":\"simpleUploader\",\"hidden\":false,\"component\":\"view/example/simpleUploader/simpleUploader\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"断点续传(插件版)\",\"icon\":\"upload\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":13,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"customer\",\"name\":\"customer\",\"hidden\":false,\"component\":\"view/example/customer/customer.vue\",\"sort\":7,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"客户列表(资源示例)\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":10,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"excel\",\"name\":\"excel\",\"hidden\":false,\"component\":\"view/example/excel/excel.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"excel导入导出\",\"icon\":\"takeaway-box\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":11,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"upload\",\"name\":\"upload\",\"hidden\":false,\"component\":\"view/example/upload/upload.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"媒体库(上传下载)\",\"icon\":\"upload\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":12,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"breakpoint\",\"name\":\"breakpoint\",\"hidden\":false,\"component\":\"view/example/breakpoint/breakpoint.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"断点续传\",\"icon\":\"upload-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":13,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"customer\",\"name\":\"customer\",\"hidden\":false,\"component\":\"view/example/customer/customer.vue\",\"sort\":7,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"客户列表(资源示例)\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":23,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"state\",\"name\":\"state\",\"hidden\":false,\"component\":\"view/system/state.vue\",\"sort\":8,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"服务器状态\",\"icon\":\"cloudy\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":2,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"about\",\"name\":\"about\",\"hidden\":false,\"component\":\"view/about/index.vue\",\"sort\":9,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"关于我们\",\"icon\":\"info-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"authorityId\":\"888\"}', '{\"code\":0,\"data\":{},\"msg\":\"添加成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (10, '2022-07-01 09:49:44.420', '2022-07-01 09:49:44.420', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 1260653, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (11, '2022-07-01 09:51:07.247', '2022-07-01 09:51:07.247', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 1145640, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (12, '2022-07-01 09:53:25.762', '2022-07-01 09:53:25.762', NULL, '127.0.0.1', 'POST', '/menu/updateBaseMenu', 200, 4863570, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":31,\"CreatedAt\":\"2022-07-01T09:47:54.616+08:00\",\"UpdatedAt\":\"2022-07-01T09:47:54.616+08:00\",\"parentId\":\"0\",\"path\":\"test\",\"name\":\"test\",\"hidden\":false,\"component\":\"view/test/test.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"测试\",\"icon\":\"pouring\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (13, '2022-07-01 10:57:08.906', '2022-07-01 10:57:08.906', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 1333907, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (14, '2022-07-01 10:58:41.524', '2022-07-01 10:58:41.524', NULL, '127.0.0.1', 'POST', '/system/getSystemConfig', 200, 546680, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"config\":{\"jwt\":{\"signing-key\":\"56c583a9-7980-48f4-9806-2ea433ac6ee7\",\"expires-time\":604800,\"buffer-time\":86400,\"issuer\":\"qmPlus\"},\"zap\":{\"level\":\"info\",\"prefix\":\"[github.com/flipped-aurora/gin-vue-admin/server]\",\"format\":\"console\",\"director\":\"log\",\"encode-level\":\"LowercaseColorLevelEncoder\",\"stacktrace-key\":\"stacktrace\",\"max-age\":30,\"show-line\":true,\"log-in-console\":true},\"redis\":{\"db\":0,\"addr\":\"127.0.0.1:6379\",\"password\":\"\"},\"email\":{\"to\":\"xxx@qq.com\",\"port\":465,\"from\":\"xxx@163.com\",\"host\":\"smtp.163.com\",\"is-ssl\":true,\"secret\":\"xxx\",\"nickname\":\"test\"},\"system\":{\"env\":\"public\",\"addr\":8888,\"db-type\":\"mysql\",\"oss-type\":\"local\",\"use-multipoint\":false,\"use-redis\":false,\"iplimit-count\":15000,\"iplimit-time\":3600},\"captcha\":{\"key-long\":6,\"img-width\":240,\"img-height\":80},\"autocode\":{\"transfer-restart\":true,\"root\":\"/Users/dd/projects/gin-vue-admin/gin-vue-admin\",\"server\":\"/server\",\"server-api\":\"/api/v1/%s\",\"server-plug\":\"/plugin/%s\",\"server-initialize\":\"/initialize\",\"server-model\":\"/model/%s\",\"server-request\":\"/model/%s/request/\",\"server-router\":\"/router/%s\",\"server-service\":\"/service/%s\",\"web\":\"/web/src\",\"web-api\":\"/api\",\"web-form\":\"/view\",\"web-table\":\"/view\"},\"mysql\":{\"path\":\"127.0.0.1\",\"port\":\"3306\",\"config\":\"charset=utf8mb4\\u0026parseTime=True\\u0026loc=Local\",\"db-name\":\"nft\",\"username\":\"king\",\"password\":\"root\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"error\",\"log-zap\":false},\"pgsql\":{\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false},\"db-list\":[{\"disable\":false,\"type\":\"\",\"alias-name\":\"\",\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false}],\"local\":{\"path\":\"uploads/file\",\"store-path\":\"uploads/file\"},\"qiniu\":{\"zone\":\"ZoneHuaDong\",\"bucket\":\"\",\"img-path\":\"\",\"use-https\":false,\"access-key\":\"\",\"secret-key\":\"\",\"use-cdn-domains\":false},\"aliyun-oss\":{\"endpoint\":\"yourEndpoint\",\"access-key-id\":\"yourAccessKeyId\",\"access-key-secret\":\"yourAccessKeySecret\",\"bucket-name\":\"yourBucketName\",\"bucket-url\":\"yourBucketUrl\",\"base-path\":\"yourBasePath\"},\"hua-wei-obs\":{\"path\":\"you-path\",\"bucket\":\"you-bucket\",\"endpoint\":\"you-endpoint\",\"access-key\":\"you-access-key\",\"secret-key\":\"you-secret-key\"},\"tencent-cos\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"aws-s3\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"endpoint\":\"\",\"s3-force-path-style\":false,\"disable-ssl\":false,\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"excel\":{\"dir\":\"./resource/excel/\"},\"timer\":{\"start\":true,\"spec\":\"@daily\",\"detail\":[{\"tableName\":\"sys_operation_records\",\"compareField\":\"created_at\",\"interval\":\"2160h\"},{\"tableName\":\"jwt_blacklists\",\"compareField\":\"created_at\",\"interval\":\"168h\"}]},\"cors\":{\"mode\":\"whitelist\",\"whitelist\":[{\"allow-origin\":\"example1.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true},{\"allow-origin\":\"example2.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true}]}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (15, '2022-07-01 10:58:41.531', '2022-07-01 10:58:41.531', NULL, '127.0.0.1', 'POST', '/system/getSystemConfig', 200, 91314, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"config\":{\"jwt\":{\"signing-key\":\"56c583a9-7980-48f4-9806-2ea433ac6ee7\",\"expires-time\":604800,\"buffer-time\":86400,\"issuer\":\"qmPlus\"},\"zap\":{\"level\":\"info\",\"prefix\":\"[github.com/flipped-aurora/gin-vue-admin/server]\",\"format\":\"console\",\"director\":\"log\",\"encode-level\":\"LowercaseColorLevelEncoder\",\"stacktrace-key\":\"stacktrace\",\"max-age\":30,\"show-line\":true,\"log-in-console\":true},\"redis\":{\"db\":0,\"addr\":\"127.0.0.1:6379\",\"password\":\"\"},\"email\":{\"to\":\"xxx@qq.com\",\"port\":465,\"from\":\"xxx@163.com\",\"host\":\"smtp.163.com\",\"is-ssl\":true,\"secret\":\"xxx\",\"nickname\":\"test\"},\"system\":{\"env\":\"public\",\"addr\":8888,\"db-type\":\"mysql\",\"oss-type\":\"local\",\"use-multipoint\":false,\"use-redis\":false,\"iplimit-count\":15000,\"iplimit-time\":3600},\"captcha\":{\"key-long\":6,\"img-width\":240,\"img-height\":80},\"autocode\":{\"transfer-restart\":true,\"root\":\"/Users/dd/projects/gin-vue-admin/gin-vue-admin\",\"server\":\"/server\",\"server-api\":\"/api/v1/%s\",\"server-plug\":\"/plugin/%s\",\"server-initialize\":\"/initialize\",\"server-model\":\"/model/%s\",\"server-request\":\"/model/%s/request/\",\"server-router\":\"/router/%s\",\"server-service\":\"/service/%s\",\"web\":\"/web/src\",\"web-api\":\"/api\",\"web-form\":\"/view\",\"web-table\":\"/view\"},\"mysql\":{\"path\":\"127.0.0.1\",\"port\":\"3306\",\"config\":\"charset=utf8mb4\\u0026parseTime=True\\u0026loc=Local\",\"db-name\":\"nft\",\"username\":\"king\",\"password\":\"root\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"error\",\"log-zap\":false},\"pgsql\":{\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false},\"db-list\":[{\"disable\":false,\"type\":\"\",\"alias-name\":\"\",\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false}],\"local\":{\"path\":\"uploads/file\",\"store-path\":\"uploads/file\"},\"qiniu\":{\"zone\":\"ZoneHuaDong\",\"bucket\":\"\",\"img-path\":\"\",\"use-https\":false,\"access-key\":\"\",\"secret-key\":\"\",\"use-cdn-domains\":false},\"aliyun-oss\":{\"endpoint\":\"yourEndpoint\",\"access-key-id\":\"yourAccessKeyId\",\"access-key-secret\":\"yourAccessKeySecret\",\"bucket-name\":\"yourBucketName\",\"bucket-url\":\"yourBucketUrl\",\"base-path\":\"yourBasePath\"},\"hua-wei-obs\":{\"path\":\"you-path\",\"bucket\":\"you-bucket\",\"endpoint\":\"you-endpoint\",\"access-key\":\"you-access-key\",\"secret-key\":\"you-secret-key\"},\"tencent-cos\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"aws-s3\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"endpoint\":\"\",\"s3-force-path-style\":false,\"disable-ssl\":false,\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"excel\":{\"dir\":\"./resource/excel/\"},\"timer\":{\"start\":true,\"spec\":\"@daily\",\"detail\":[{\"tableName\":\"sys_operation_records\",\"compareField\":\"created_at\",\"interval\":\"2160h\"},{\"tableName\":\"jwt_blacklists\",\"compareField\":\"created_at\",\"interval\":\"168h\"}]},\"cors\":{\"mode\":\"whitelist\",\"whitelist\":[{\"allow-origin\":\"example1.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true},{\"allow-origin\":\"example2.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true}]}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (16, '2022-07-01 11:00:01.759', '2022-07-01 11:00:01.759', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 1188978, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (17, '2022-07-01 11:00:11.756', '2022-07-01 11:00:11.756', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 526601, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (18, '2022-07-01 11:00:21.806', '2022-07-01 11:00:21.806', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 165069, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (19, '2022-07-01 11:00:31.753', '2022-07-01 11:00:31.753', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 204937, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (20, '2022-07-01 11:00:41.761', '2022-07-01 11:00:41.761', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 234202, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (21, '2022-07-01 11:00:51.754', '2022-07-01 11:00:51.754', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 186429, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (22, '2022-07-01 11:01:01.757', '2022-07-01 11:01:01.757', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 175766, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (23, '2022-07-01 11:01:11.754', '2022-07-01 11:01:11.754', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 207150, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (24, '2022-07-01 11:01:21.756', '2022-07-01 11:01:21.756', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 180601, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (25, '2022-07-01 11:01:31.756', '2022-07-01 11:01:31.756', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 188473, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (26, '2022-07-01 11:01:41.777', '2022-07-01 11:01:41.777', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 1092319, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (27, '2022-07-01 11:01:51.788', '2022-07-01 11:01:51.788', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 203010, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (28, '2022-07-01 11:02:02.422', '2022-07-01 11:02:02.422', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 1247281, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (29, '2022-07-01 11:02:12.382', '2022-07-01 11:02:12.382', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 1333262, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (30, '2022-07-01 11:02:22.484', '2022-07-01 11:02:22.484', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 1289448, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (31, '2022-07-01 11:02:32.754', '2022-07-01 11:02:32.754', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 173534, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (32, '2022-07-01 11:02:43.105', '2022-07-01 11:02:43.105', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 1422562, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (33, '2022-07-01 11:02:53.276', '2022-07-01 11:02:53.276', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 211365, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (34, '2022-07-01 11:03:01.766', '2022-07-01 11:03:01.766', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 2638340, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (35, '2022-07-01 11:03:11.758', '2022-07-01 11:03:11.758', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 1306762, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (36, '2022-07-01 11:03:21.754', '2022-07-01 11:03:21.754', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 209661, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (37, '2022-07-01 11:03:31.755', '2022-07-01 11:03:31.755', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 188143, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (38, '2022-07-01 11:03:41.755', '2022-07-01 11:03:41.755', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 194231, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (39, '2022-07-01 11:03:51.760', '2022-07-01 11:03:51.760', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 186735, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (40, '2022-07-01 11:04:01.752', '2022-07-01 11:04:01.752', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 198315, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (41, '2022-07-01 11:04:11.759', '2022-07-01 11:04:11.759', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 230778, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (42, '2022-07-01 11:04:21.760', '2022-07-01 11:04:21.760', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 180640, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (43, '2022-07-01 11:04:31.763', '2022-07-01 11:04:31.763', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 156677, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (44, '2022-07-01 11:04:41.768', '2022-07-01 11:04:41.768', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 266054, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (45, '2022-07-01 11:04:51.801', '2022-07-01 11:04:51.801', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 186979, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (46, '2022-07-01 11:05:01.785', '2022-07-01 11:05:01.785', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 355088, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (47, '2022-07-01 11:05:11.783', '2022-07-01 11:05:11.783', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 1125465, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (48, '2022-07-01 11:05:21.798', '2022-07-01 11:05:21.798', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 206886, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (49, '2022-07-01 11:05:31.761', '2022-07-01 11:05:31.761', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 194238, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (50, '2022-07-01 11:05:41.782', '2022-07-01 11:05:41.782', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 1201414, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (51, '2022-07-01 11:05:51.781', '2022-07-01 11:05:51.781', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 1816503, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (52, '2022-07-01 11:06:01.804', '2022-07-01 11:06:01.804', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 213208, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (53, '2022-07-01 11:06:11.773', '2022-07-01 11:06:11.773', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 186660, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (54, '2022-07-01 11:06:21.763', '2022-07-01 11:06:21.763', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 206233, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (55, '2022-07-01 11:06:31.796', '2022-07-01 11:06:31.796', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 343084, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (56, '2022-07-01 11:06:41.769', '2022-07-01 11:06:41.769', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 242425, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":7,\"data\":{},\"msg\":\"获取失败\"}', 1);
INSERT INTO `sys_operation_records` VALUES (57, '2022-07-01 14:11:55.048', '2022-07-01 14:11:55.048', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201768427, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":11},\"cpu\":{\"cpus\":[35.0000000003638,4.999999999886313,29.999999999090505,4.999999999954525],\"cores\":2},\"ram\":{\"usedMb\":6017,\"totalMb\":8192,\"usedPercent\":73},\"disk\":{\"usedMb\":66995,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (58, '2022-07-01 14:12:05.030', '2022-07-01 14:12:05.030', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201155620, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":11},\"cpu\":{\"cpus\":[14.999999999363354,0,10.52631578977601,0],\"cores\":2},\"ram\":{\"usedMb\":5942,\"totalMb\":8192,\"usedPercent\":72},\"disk\":{\"usedMb\":66995,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (59, '2022-07-01 14:12:15.027', '2022-07-01 14:12:15.027', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201588434, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":11},\"cpu\":{\"cpus\":[9.999999999727152,0,5.000000000181899,4.999999999886313],\"cores\":2},\"ram\":{\"usedMb\":5960,\"totalMb\":8192,\"usedPercent\":72},\"disk\":{\"usedMb\":66995,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (60, '2022-07-01 14:12:25.032', '2022-07-01 14:12:25.032', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201612005, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":11},\"cpu\":{\"cpus\":[14.285714285219322,4.7619047619202295,10.000000000181899,0],\"cores\":2},\"ram\":{\"usedMb\":5949,\"totalMb\":8192,\"usedPercent\":72},\"disk\":{\"usedMb\":66995,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (61, '2022-07-01 14:12:35.033', '2022-07-01 14:12:35.033', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201520640, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":11},\"cpu\":{\"cpus\":[14.285714285652414,0,5.263157894888005,0],\"cores\":2},\"ram\":{\"usedMb\":5958,\"totalMb\":8192,\"usedPercent\":72},\"disk\":{\"usedMb\":66995,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (62, '2022-07-01 14:12:45.031', '2022-07-01 14:12:45.031', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201618831, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":11},\"cpu\":{\"cpus\":[10.526315789574458,0,9.99999999990905,0],\"cores\":2},\"ram\":{\"usedMb\":5955,\"totalMb\":8192,\"usedPercent\":72},\"disk\":{\"usedMb\":66995,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (63, '2022-07-01 14:12:55.029', '2022-07-01 14:12:55.029', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201529937, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":11},\"cpu\":{\"cpus\":[34.99999999972715,4.999999999886313,25,0],\"cores\":2},\"ram\":{\"usedMb\":5949,\"totalMb\":8192,\"usedPercent\":72},\"disk\":{\"usedMb\":66995,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (64, '2022-07-01 14:13:05.033', '2022-07-01 14:13:05.033', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201434229, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":11},\"cpu\":{\"cpus\":[79.9999999996362,15.789473684424674,73.68421052699603,15.789473684424674],\"cores\":2},\"ram\":{\"usedMb\":6069,\"totalMb\":8192,\"usedPercent\":74},\"disk\":{\"usedMb\":66995,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (65, '2022-07-01 14:13:15.135', '2022-07-01 14:13:15.135', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 206774912, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":11},\"cpu\":{\"cpus\":[95.23809523797149,28.571428571026413,99.99999999958659,24.999999999886313],\"cores\":2},\"ram\":{\"usedMb\":6013,\"totalMb\":8192,\"usedPercent\":73},\"disk\":{\"usedMb\":66996,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (66, '2022-07-01 14:13:25.031', '2022-07-01 14:13:25.031', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201510148, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":11},\"cpu\":{\"cpus\":[25,0,19.99999999990905,0],\"cores\":2},\"ram\":{\"usedMb\":6022,\"totalMb\":8192,\"usedPercent\":73},\"disk\":{\"usedMb\":66996,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (67, '2022-07-01 14:13:35.035', '2022-07-01 14:13:35.035', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201729048, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":11},\"cpu\":{\"cpus\":[49.99999999954525,5.263157894768334,36.84210526325867,5.000000000181899],\"cores\":2},\"ram\":{\"usedMb\":6067,\"totalMb\":8192,\"usedPercent\":74},\"disk\":{\"usedMb\":66996,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (68, '2022-07-01 14:20:32.766', '2022-07-01 14:20:32.766', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 204840284, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":12},\"cpu\":{\"cpus\":[38.095238095361836,4.761904762028503,29.999999999636202,0],\"cores\":2},\"ram\":{\"usedMb\":6164,\"totalMb\":8192,\"usedPercent\":75},\"disk\":{\"usedMb\":67002,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (69, '2022-07-01 14:21:09.080', '2022-07-01 14:21:09.080', NULL, '127.0.0.1', 'POST', '/menu/addMenuAuthority', 200, 10835548, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"menus\":[{\"ID\":1,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"dashboard\",\"name\":\"dashboard\",\"hidden\":false,\"component\":\"view/dashboard/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"仪表盘\",\"icon\":\"odometer\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":3,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"admin\",\"name\":\"superAdmin\",\"hidden\":false,\"component\":\"view/superAdmin/index.vue\",\"sort\":3,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"超级管理员\",\"icon\":\"user\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":4,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"authority\",\"name\":\"authority\",\"hidden\":false,\"component\":\"view/superAdmin/authority/authority.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"角色管理\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":19,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionaryDetail/:id\",\"name\":\"dictionaryDetail\",\"hidden\":true,\"component\":\"view/superAdmin/dictionary/sysDictionaryDetail.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典详情-${id}\",\"icon\":\"order\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":5,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"menu\",\"name\":\"menu\",\"hidden\":false,\"component\":\"view/superAdmin/menu/menu.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"菜单管理\",\"icon\":\"tickets\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":6,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"api\",\"name\":\"api\",\"hidden\":false,\"component\":\"view/superAdmin/api/api.vue\",\"sort\":3,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"api管理\",\"icon\":\"platform\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":7,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"user\",\"name\":\"user\",\"hidden\":false,\"component\":\"view/superAdmin/user/user.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"用户管理\",\"icon\":\"coordinate\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":18,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionary\",\"name\":\"dictionary\",\"hidden\":false,\"component\":\"view/superAdmin/dictionary/sysDictionary.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典管理\",\"icon\":\"notebook\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":20,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"operation\",\"name\":\"operation\",\"hidden\":false,\"component\":\"view/superAdmin/operation/sysOperationRecord.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"操作历史\",\"icon\":\"pie-chart\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":4,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"authority\",\"name\":\"authority\",\"hidden\":false,\"component\":\"view/superAdmin/authority/authority.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"角色管理\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":19,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionaryDetail/:id\",\"name\":\"dictionaryDetail\",\"hidden\":true,\"component\":\"view/superAdmin/dictionary/sysDictionaryDetail.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典详情-${id}\",\"icon\":\"order\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":5,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"menu\",\"name\":\"menu\",\"hidden\":false,\"component\":\"view/superAdmin/menu/menu.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"菜单管理\",\"icon\":\"tickets\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":6,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"api\",\"name\":\"api\",\"hidden\":false,\"component\":\"view/superAdmin/api/api.vue\",\"sort\":3,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"api管理\",\"icon\":\"platform\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":7,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"user\",\"name\":\"user\",\"hidden\":false,\"component\":\"view/superAdmin/user/user.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"用户管理\",\"icon\":\"coordinate\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":18,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionary\",\"name\":\"dictionary\",\"hidden\":false,\"component\":\"view/superAdmin/dictionary/sysDictionary.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典管理\",\"icon\":\"notebook\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":20,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"operation\",\"name\":\"operation\",\"hidden\":false,\"component\":\"view/superAdmin/operation/sysOperationRecord.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"操作历史\",\"icon\":\"pie-chart\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":8,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"person\",\"name\":\"person\",\"hidden\":true,\"component\":\"view/person/person.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"个人信息\",\"icon\":\"message\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":14,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"systemTools\",\"name\":\"systemTools\",\"hidden\":false,\"component\":\"view/systemTools/index.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"系统工具\",\"icon\":\"tools\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":25,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeEdit/:id\",\"name\":\"autoCodeEdit\",\"hidden\":true,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码-${id}\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":26,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoPkg\",\"name\":\"autoPkg\",\"hidden\":false,\"component\":\"view/systemTools/autoPkg/autoPkg.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化package\",\"icon\":\"folder\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":15,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCode\",\"name\":\"autoCode\",\"hidden\":false,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"代码生成器\",\"icon\":\"cpu\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":24,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeAdmin\",\"name\":\"autoCodeAdmin\",\"hidden\":false,\"component\":\"view/systemTools/autoCodeAdmin/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码管理\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":16,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"formCreate\",\"name\":\"formCreate\",\"hidden\":false,\"component\":\"view/systemTools/formCreate/index.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"表单生成器\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":17,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"system\",\"name\":\"system\",\"hidden\":false,\"component\":\"view/systemTools/system/system.vue\",\"sort\":3,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"系统配置\",\"icon\":\"operation\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":25,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeEdit/:id\",\"name\":\"autoCodeEdit\",\"hidden\":true,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码-${id}\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":26,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoPkg\",\"name\":\"autoPkg\",\"hidden\":false,\"component\":\"view/systemTools/autoPkg/autoPkg.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化package\",\"icon\":\"folder\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":15,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCode\",\"name\":\"autoCode\",\"hidden\":false,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"代码生成器\",\"icon\":\"cpu\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":24,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeAdmin\",\"name\":\"autoCodeAdmin\",\"hidden\":false,\"component\":\"view/systemTools/autoCodeAdmin/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码管理\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":16,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"formCreate\",\"name\":\"formCreate\",\"hidden\":false,\"component\":\"view/systemTools/formCreate/index.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"表单生成器\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":17,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"system\",\"name\":\"system\",\"hidden\":false,\"component\":\"view/systemTools/system/system.vue\",\"sort\":3,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"系统配置\",\"icon\":\"operation\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":28,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"plugin\",\"name\":\"plugin\",\"hidden\":false,\"component\":\"view/routerHolder.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"插件系统\",\"icon\":\"cherry\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":30,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"28\",\"path\":\"https://plugin.gin-vue-admin.com/\",\"name\":\"https://plugin.gin-vue-admin.com/\",\"hidden\":false,\"component\":\"https://plugin.gin-vue-admin.com/\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"插件市场\",\"icon\":\"shop\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":29,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"28\",\"path\":\"plugin-email\",\"name\":\"plugin-email\",\"hidden\":false,\"component\":\"plugin/email/view/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"邮件插件\",\"icon\":\"message\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":27,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"28\",\"path\":\"autoPlug\",\"name\":\"autoPlug\",\"hidden\":false,\"component\":\"view/systemTools/autoPlug/autoPlug.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化插件模板\",\"icon\":\"folder\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":30,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"28\",\"path\":\"https://plugin.gin-vue-admin.com/\",\"name\":\"https://plugin.gin-vue-admin.com/\",\"hidden\":false,\"component\":\"https://plugin.gin-vue-admin.com/\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"插件市场\",\"icon\":\"shop\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":29,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"28\",\"path\":\"plugin-email\",\"name\":\"plugin-email\",\"hidden\":false,\"component\":\"plugin/email/view/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"邮件插件\",\"icon\":\"message\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":27,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"28\",\"path\":\"autoPlug\",\"name\":\"autoPlug\",\"hidden\":false,\"component\":\"view/systemTools/autoPlug/autoPlug.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化插件模板\",\"icon\":\"folder\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":9,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"example\",\"name\":\"example\",\"hidden\":false,\"component\":\"view/example/index.vue\",\"sort\":7,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"示例文件\",\"icon\":\"management\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":10,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"excel\",\"name\":\"excel\",\"hidden\":false,\"component\":\"view/example/excel/excel.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"excel导入导出\",\"icon\":\"takeaway-box\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":11,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"upload\",\"name\":\"upload\",\"hidden\":false,\"component\":\"view/example/upload/upload.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"媒体库(上传下载)\",\"icon\":\"upload\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":12,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"breakpoint\",\"name\":\"breakpoint\",\"hidden\":false,\"component\":\"view/example/breakpoint/breakpoint.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"断点续传\",\"icon\":\"upload-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":21,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"simpleUploader\",\"name\":\"simpleUploader\",\"hidden\":false,\"component\":\"view/example/simpleUploader/simpleUploader\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"断点续传(插件版)\",\"icon\":\"upload\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":13,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"customer\",\"name\":\"customer\",\"hidden\":false,\"component\":\"view/example/customer/customer.vue\",\"sort\":7,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"客户列表(资源示例)\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":10,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"excel\",\"name\":\"excel\",\"hidden\":false,\"component\":\"view/example/excel/excel.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"excel导入导出\",\"icon\":\"takeaway-box\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":11,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"upload\",\"name\":\"upload\",\"hidden\":false,\"component\":\"view/example/upload/upload.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"媒体库(上传下载)\",\"icon\":\"upload\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":12,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"breakpoint\",\"name\":\"breakpoint\",\"hidden\":false,\"component\":\"view/example/breakpoint/breakpoint.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"断点续传\",\"icon\":\"upload-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":13,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"customer\",\"name\":\"customer\",\"hidden\":false,\"component\":\"view/example/customer/customer.vue\",\"sort\":7,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"客户列表(资源示例)\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":23,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"state\",\"name\":\"state\",\"hidden\":false,\"component\":\"view/system/state.vue\",\"sort\":8,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"服务器状态\",\"icon\":\"cloudy\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"authorityId\":888}', '{\"code\":0,\"data\":{},\"msg\":\"添加成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (70, '2022-07-01 14:22:06.407', '2022-07-01 14:22:06.407', NULL, '127.0.0.1', 'POST', '/system/getSystemConfig', 200, 451244, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"config\":{\"jwt\":{\"signing-key\":\"95756f7d-6eea-482f-a3ee-50f6fd28f80d\",\"expires-time\":604800,\"buffer-time\":86400,\"issuer\":\"qmPlus\"},\"zap\":{\"level\":\"info\",\"prefix\":\"[github.com/flipped-aurora/gin-vue-admin/server]\",\"format\":\"console\",\"director\":\"log\",\"encode-level\":\"LowercaseColorLevelEncoder\",\"stacktrace-key\":\"stacktrace\",\"max-age\":30,\"show-line\":true,\"log-in-console\":true},\"redis\":{\"db\":0,\"addr\":\"127.0.0.1:6379\",\"password\":\"\"},\"email\":{\"to\":\"xxx@qq.com\",\"port\":465,\"from\":\"xxx@163.com\",\"host\":\"smtp.163.com\",\"is-ssl\":true,\"secret\":\"xxx\",\"nickname\":\"test\"},\"system\":{\"env\":\"public\",\"addr\":8888,\"db-type\":\"mysql\",\"oss-type\":\"local\",\"use-multipoint\":false,\"use-redis\":false,\"iplimit-count\":15000,\"iplimit-time\":3600},\"captcha\":{\"key-long\":6,\"img-width\":240,\"img-height\":80},\"autocode\":{\"transfer-restart\":true,\"root\":\"/Users/dd/projects/gin-vue-admin/gin-vue-admin\",\"server\":\"/server\",\"server-api\":\"/api/v1/%s\",\"server-plug\":\"/plugin/%s\",\"server-initialize\":\"/initialize\",\"server-model\":\"/model/%s\",\"server-request\":\"/model/%s/request/\",\"server-router\":\"/router/%s\",\"server-service\":\"/service/%s\",\"web\":\"/web/src\",\"web-api\":\"/api\",\"web-form\":\"/view\",\"web-table\":\"/view\"},\"mysql\":{\"path\":\"127.0.0.1\",\"port\":\"3306\",\"config\":\"charset=utf8mb4\\u0026parseTime=True\\u0026loc=Local\",\"db-name\":\"nft\",\"username\":\"king\",\"password\":\"root\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"error\",\"log-zap\":false},\"pgsql\":{\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false},\"db-list\":[{\"disable\":false,\"type\":\"\",\"alias-name\":\"\",\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false}],\"local\":{\"path\":\"uploads/file\",\"store-path\":\"uploads/file\"},\"qiniu\":{\"zone\":\"ZoneHuaDong\",\"bucket\":\"\",\"img-path\":\"\",\"use-https\":false,\"access-key\":\"\",\"secret-key\":\"\",\"use-cdn-domains\":false},\"aliyun-oss\":{\"endpoint\":\"yourEndpoint\",\"access-key-id\":\"yourAccessKeyId\",\"access-key-secret\":\"yourAccessKeySecret\",\"bucket-name\":\"yourBucketName\",\"bucket-url\":\"yourBucketUrl\",\"base-path\":\"yourBasePath\"},\"hua-wei-obs\":{\"path\":\"you-path\",\"bucket\":\"you-bucket\",\"endpoint\":\"you-endpoint\",\"access-key\":\"you-access-key\",\"secret-key\":\"you-secret-key\"},\"tencent-cos\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"aws-s3\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"endpoint\":\"\",\"s3-force-path-style\":false,\"disable-ssl\":false,\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"excel\":{\"dir\":\"./resource/excel/\"},\"timer\":{\"start\":true,\"spec\":\"@daily\",\"detail\":[{\"tableName\":\"sys_operation_records\",\"compareField\":\"created_at\",\"interval\":\"2160h\"},{\"tableName\":\"jwt_blacklists\",\"compareField\":\"created_at\",\"interval\":\"168h\"}]},\"cors\":{\"mode\":\"whitelist\",\"whitelist\":[{\"allow-origin\":\"example1.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true},{\"allow-origin\":\"example2.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true}]}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (71, '2022-07-01 14:22:06.417', '2022-07-01 14:22:06.417', NULL, '127.0.0.1', 'POST', '/system/getSystemConfig', 200, 226103, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"config\":{\"jwt\":{\"signing-key\":\"95756f7d-6eea-482f-a3ee-50f6fd28f80d\",\"expires-time\":604800,\"buffer-time\":86400,\"issuer\":\"qmPlus\"},\"zap\":{\"level\":\"info\",\"prefix\":\"[github.com/flipped-aurora/gin-vue-admin/server]\",\"format\":\"console\",\"director\":\"log\",\"encode-level\":\"LowercaseColorLevelEncoder\",\"stacktrace-key\":\"stacktrace\",\"max-age\":30,\"show-line\":true,\"log-in-console\":true},\"redis\":{\"db\":0,\"addr\":\"127.0.0.1:6379\",\"password\":\"\"},\"email\":{\"to\":\"xxx@qq.com\",\"port\":465,\"from\":\"xxx@163.com\",\"host\":\"smtp.163.com\",\"is-ssl\":true,\"secret\":\"xxx\",\"nickname\":\"test\"},\"system\":{\"env\":\"public\",\"addr\":8888,\"db-type\":\"mysql\",\"oss-type\":\"local\",\"use-multipoint\":false,\"use-redis\":false,\"iplimit-count\":15000,\"iplimit-time\":3600},\"captcha\":{\"key-long\":6,\"img-width\":240,\"img-height\":80},\"autocode\":{\"transfer-restart\":true,\"root\":\"/Users/dd/projects/gin-vue-admin/gin-vue-admin\",\"server\":\"/server\",\"server-api\":\"/api/v1/%s\",\"server-plug\":\"/plugin/%s\",\"server-initialize\":\"/initialize\",\"server-model\":\"/model/%s\",\"server-request\":\"/model/%s/request/\",\"server-router\":\"/router/%s\",\"server-service\":\"/service/%s\",\"web\":\"/web/src\",\"web-api\":\"/api\",\"web-form\":\"/view\",\"web-table\":\"/view\"},\"mysql\":{\"path\":\"127.0.0.1\",\"port\":\"3306\",\"config\":\"charset=utf8mb4\\u0026parseTime=True\\u0026loc=Local\",\"db-name\":\"nft\",\"username\":\"king\",\"password\":\"root\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"error\",\"log-zap\":false},\"pgsql\":{\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false},\"db-list\":[{\"disable\":false,\"type\":\"\",\"alias-name\":\"\",\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false}],\"local\":{\"path\":\"uploads/file\",\"store-path\":\"uploads/file\"},\"qiniu\":{\"zone\":\"ZoneHuaDong\",\"bucket\":\"\",\"img-path\":\"\",\"use-https\":false,\"access-key\":\"\",\"secret-key\":\"\",\"use-cdn-domains\":false},\"aliyun-oss\":{\"endpoint\":\"yourEndpoint\",\"access-key-id\":\"yourAccessKeyId\",\"access-key-secret\":\"yourAccessKeySecret\",\"bucket-name\":\"yourBucketName\",\"bucket-url\":\"yourBucketUrl\",\"base-path\":\"yourBasePath\"},\"hua-wei-obs\":{\"path\":\"you-path\",\"bucket\":\"you-bucket\",\"endpoint\":\"you-endpoint\",\"access-key\":\"you-access-key\",\"secret-key\":\"you-secret-key\"},\"tencent-cos\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"aws-s3\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"endpoint\":\"\",\"s3-force-path-style\":false,\"disable-ssl\":false,\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"excel\":{\"dir\":\"./resource/excel/\"},\"timer\":{\"start\":true,\"spec\":\"@daily\",\"detail\":[{\"tableName\":\"sys_operation_records\",\"compareField\":\"created_at\",\"interval\":\"2160h\"},{\"tableName\":\"jwt_blacklists\",\"compareField\":\"created_at\",\"interval\":\"168h\"}]},\"cors\":{\"mode\":\"whitelist\",\"whitelist\":[{\"allow-origin\":\"example1.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true},{\"allow-origin\":\"example2.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true}]}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (72, '2022-07-01 14:32:13.248', '2022-07-01 14:32:13.248', NULL, '127.0.0.1', 'PUT', '/user/setSelfInfo', 200, 5065370, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"sideMode\":\"dark\"}', '{\"code\":0,\"data\":{},\"msg\":\"设置成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (73, '2022-07-01 14:32:14.381', '2022-07-01 14:32:14.381', NULL, '127.0.0.1', 'PUT', '/user/setSelfInfo', 200, 2473369, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"sideMode\":\"light\"}', '{\"code\":0,\"data\":{},\"msg\":\"设置成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (74, '2022-07-01 14:32:15.557', '2022-07-01 14:32:15.557', NULL, '127.0.0.1', 'PUT', '/user/setSelfInfo', 200, 3009443, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"sideMode\":\"dark\"}', '{\"code\":0,\"data\":{},\"msg\":\"设置成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (75, '2022-07-01 14:32:16.214', '2022-07-01 14:32:16.214', NULL, '127.0.0.1', 'PUT', '/user/setSelfInfo', 200, 2990159, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"sideMode\":\"light\"}', '{\"code\":0,\"data\":{},\"msg\":\"设置成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (76, '2022-07-01 14:32:16.648', '2022-07-01 14:32:16.648', NULL, '127.0.0.1', 'PUT', '/user/setSelfInfo', 200, 4380380, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"sideMode\":\"dark\"}', '{\"code\":0,\"data\":{},\"msg\":\"设置成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (77, '2022-07-01 14:32:17.071', '2022-07-01 14:32:17.071', NULL, '127.0.0.1', 'PUT', '/user/setSelfInfo', 200, 3142379, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"sideMode\":\"light\"}', '{\"code\":0,\"data\":{},\"msg\":\"设置成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (78, '2022-07-01 14:32:17.488', '2022-07-01 14:32:17.488', NULL, '127.0.0.1', 'PUT', '/user/setSelfInfo', 200, 4079851, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"sideMode\":\"dark\"}', '{\"code\":0,\"data\":{},\"msg\":\"设置成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (79, '2022-07-01 14:32:17.997', '2022-07-01 14:32:17.997', NULL, '127.0.0.1', 'PUT', '/user/setSelfInfo', 200, 2629526, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"sideMode\":\"dark\"}', '{\"code\":0,\"data\":{},\"msg\":\"设置成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (80, '2022-07-01 14:32:18.387', '2022-07-01 14:32:18.387', NULL, '127.0.0.1', 'PUT', '/user/setSelfInfo', 200, 3339279, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"sideMode\":\"light\"}', '{\"code\":0,\"data\":{},\"msg\":\"设置成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (81, '2022-07-01 14:32:20.537', '2022-07-01 14:32:20.537', NULL, '127.0.0.1', 'PUT', '/user/setSelfInfo', 200, 3099011, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"sideMode\":\"dark\"}', '{\"code\":0,\"data\":{},\"msg\":\"设置成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (82, '2022-07-01 14:32:21.083', '2022-07-01 14:32:21.083', NULL, '127.0.0.1', 'PUT', '/user/setSelfInfo', 200, 3464168, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"sideMode\":\"light\"}', '{\"code\":0,\"data\":{},\"msg\":\"设置成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (83, '2022-07-01 14:32:21.573', '2022-07-01 14:32:21.573', NULL, '127.0.0.1', 'PUT', '/user/setSelfInfo', 200, 5715936, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"sideMode\":\"dark\"}', '{\"code\":0,\"data\":{},\"msg\":\"设置成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (84, '2022-07-01 14:32:23.310', '2022-07-01 14:32:23.310', NULL, '127.0.0.1', 'PUT', '/user/setSelfInfo', 200, 2393526, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"sideMode\":\"light\"}', '{\"code\":0,\"data\":{},\"msg\":\"设置成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (85, '2022-07-01 14:32:28.358', '2022-07-01 14:32:28.358', NULL, '127.0.0.1', 'PUT', '/user/setSelfInfo', 200, 2250896, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"sideMode\":\"dark\"}', '{\"code\":0,\"data\":{},\"msg\":\"设置成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (86, '2022-07-01 14:32:31.556', '2022-07-01 14:32:31.556', NULL, '127.0.0.1', 'PUT', '/user/setSelfInfo', 200, 2172948, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"sideMode\":\"light\"}', '{\"code\":0,\"data\":{},\"msg\":\"设置成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (87, '2022-07-01 14:32:42.374', '2022-07-01 14:32:42.374', NULL, '127.0.0.1', 'PUT', '/user/setSelfInfo', 200, 2848195, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"sideMode\":\"dark\"}', '{\"code\":0,\"data\":{},\"msg\":\"设置成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (88, '2022-07-01 14:37:35.968', '2022-07-01 14:37:35.968', NULL, '127.0.0.1', 'POST', '/menu/addMenuAuthority', 200, 12627155, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"menus\":[{\"ID\":1,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"dashboard\",\"name\":\"dashboard\",\"hidden\":false,\"component\":\"view/dashboard/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"仪表盘\",\"icon\":\"odometer\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":3,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"admin\",\"name\":\"superAdmin\",\"hidden\":false,\"component\":\"view/superAdmin/index.vue\",\"sort\":3,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"超级管理员\",\"icon\":\"user\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":4,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"authority\",\"name\":\"authority\",\"hidden\":false,\"component\":\"view/superAdmin/authority/authority.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"角色管理\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":19,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionaryDetail/:id\",\"name\":\"dictionaryDetail\",\"hidden\":true,\"component\":\"view/superAdmin/dictionary/sysDictionaryDetail.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典详情-${id}\",\"icon\":\"order\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":5,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"menu\",\"name\":\"menu\",\"hidden\":false,\"component\":\"view/superAdmin/menu/menu.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"菜单管理\",\"icon\":\"tickets\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":6,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"api\",\"name\":\"api\",\"hidden\":false,\"component\":\"view/superAdmin/api/api.vue\",\"sort\":3,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"api管理\",\"icon\":\"platform\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":7,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"user\",\"name\":\"user\",\"hidden\":false,\"component\":\"view/superAdmin/user/user.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"用户管理\",\"icon\":\"coordinate\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":18,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionary\",\"name\":\"dictionary\",\"hidden\":false,\"component\":\"view/superAdmin/dictionary/sysDictionary.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典管理\",\"icon\":\"notebook\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":20,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"operation\",\"name\":\"operation\",\"hidden\":false,\"component\":\"view/superAdmin/operation/sysOperationRecord.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"操作历史\",\"icon\":\"pie-chart\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":4,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"authority\",\"name\":\"authority\",\"hidden\":false,\"component\":\"view/superAdmin/authority/authority.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"角色管理\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":19,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionaryDetail/:id\",\"name\":\"dictionaryDetail\",\"hidden\":true,\"component\":\"view/superAdmin/dictionary/sysDictionaryDetail.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典详情-${id}\",\"icon\":\"order\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":5,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"menu\",\"name\":\"menu\",\"hidden\":false,\"component\":\"view/superAdmin/menu/menu.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"菜单管理\",\"icon\":\"tickets\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":6,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"api\",\"name\":\"api\",\"hidden\":false,\"component\":\"view/superAdmin/api/api.vue\",\"sort\":3,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"api管理\",\"icon\":\"platform\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":7,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"user\",\"name\":\"user\",\"hidden\":false,\"component\":\"view/superAdmin/user/user.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"用户管理\",\"icon\":\"coordinate\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":18,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionary\",\"name\":\"dictionary\",\"hidden\":false,\"component\":\"view/superAdmin/dictionary/sysDictionary.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典管理\",\"icon\":\"notebook\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":20,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"operation\",\"name\":\"operation\",\"hidden\":false,\"component\":\"view/superAdmin/operation/sysOperationRecord.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"操作历史\",\"icon\":\"pie-chart\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":8,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"person\",\"name\":\"person\",\"hidden\":true,\"component\":\"view/person/person.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"个人信息\",\"icon\":\"message\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":14,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"systemTools\",\"name\":\"systemTools\",\"hidden\":false,\"component\":\"view/systemTools/index.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"系统工具\",\"icon\":\"tools\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":25,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeEdit/:id\",\"name\":\"autoCodeEdit\",\"hidden\":true,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码-${id}\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":26,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoPkg\",\"name\":\"autoPkg\",\"hidden\":false,\"component\":\"view/systemTools/autoPkg/autoPkg.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化package\",\"icon\":\"folder\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":15,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCode\",\"name\":\"autoCode\",\"hidden\":false,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"代码生成器\",\"icon\":\"cpu\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":24,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeAdmin\",\"name\":\"autoCodeAdmin\",\"hidden\":false,\"component\":\"view/systemTools/autoCodeAdmin/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码管理\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":16,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"formCreate\",\"name\":\"formCreate\",\"hidden\":false,\"component\":\"view/systemTools/formCreate/index.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"表单生成器\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":17,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"system\",\"name\":\"system\",\"hidden\":false,\"component\":\"view/systemTools/system/system.vue\",\"sort\":3,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"系统配置\",\"icon\":\"operation\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":25,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeEdit/:id\",\"name\":\"autoCodeEdit\",\"hidden\":true,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码-${id}\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":26,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoPkg\",\"name\":\"autoPkg\",\"hidden\":false,\"component\":\"view/systemTools/autoPkg/autoPkg.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化package\",\"icon\":\"folder\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":15,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCode\",\"name\":\"autoCode\",\"hidden\":false,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"代码生成器\",\"icon\":\"cpu\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":24,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeAdmin\",\"name\":\"autoCodeAdmin\",\"hidden\":false,\"component\":\"view/systemTools/autoCodeAdmin/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码管理\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":16,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"formCreate\",\"name\":\"formCreate\",\"hidden\":false,\"component\":\"view/systemTools/formCreate/index.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"表单生成器\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":17,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"system\",\"name\":\"system\",\"hidden\":false,\"component\":\"view/systemTools/system/system.vue\",\"sort\":3,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"系统配置\",\"icon\":\"operation\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":9,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"example\",\"name\":\"example\",\"hidden\":false,\"component\":\"view/example/index.vue\",\"sort\":7,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"示例文件\",\"icon\":\"management\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":10,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"excel\",\"name\":\"excel\",\"hidden\":false,\"component\":\"view/example/excel/excel.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"excel导入导出\",\"icon\":\"takeaway-box\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":11,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"upload\",\"name\":\"upload\",\"hidden\":false,\"component\":\"view/example/upload/upload.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"媒体库(上传下载)\",\"icon\":\"upload\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":12,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"breakpoint\",\"name\":\"breakpoint\",\"hidden\":false,\"component\":\"view/example/breakpoint/breakpoint.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"断点续传\",\"icon\":\"upload-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":21,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"simpleUploader\",\"name\":\"simpleUploader\",\"hidden\":false,\"component\":\"view/example/simpleUploader/simpleUploader\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"断点续传(插件版)\",\"icon\":\"upload\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":13,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"customer\",\"name\":\"customer\",\"hidden\":false,\"component\":\"view/example/customer/customer.vue\",\"sort\":7,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"客户列表(资源示例)\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":10,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"excel\",\"name\":\"excel\",\"hidden\":false,\"component\":\"view/example/excel/excel.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"excel导入导出\",\"icon\":\"takeaway-box\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":11,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"upload\",\"name\":\"upload\",\"hidden\":false,\"component\":\"view/example/upload/upload.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"媒体库(上传下载)\",\"icon\":\"upload\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":12,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"breakpoint\",\"name\":\"breakpoint\",\"hidden\":false,\"component\":\"view/example/breakpoint/breakpoint.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"断点续传\",\"icon\":\"upload-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":13,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"customer\",\"name\":\"customer\",\"hidden\":false,\"component\":\"view/example/customer/customer.vue\",\"sort\":7,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"客户列表(资源示例)\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":23,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"state\",\"name\":\"state\",\"hidden\":false,\"component\":\"view/system/state.vue\",\"sort\":8,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"服务器状态\",\"icon\":\"cloudy\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"authorityId\":888}', '{\"code\":0,\"data\":{},\"msg\":\"添加成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (89, '2022-07-01 14:37:42.680', '2022-07-01 14:37:42.680', NULL, '127.0.0.1', 'POST', '/menu/addMenuAuthority', 200, 19684402, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"menus\":[{\"ID\":1,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"dashboard\",\"name\":\"dashboard\",\"hidden\":false,\"component\":\"view/dashboard/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"仪表盘\",\"icon\":\"odometer\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":3,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"admin\",\"name\":\"superAdmin\",\"hidden\":false,\"component\":\"view/superAdmin/index.vue\",\"sort\":3,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"超级管理员\",\"icon\":\"user\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":4,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"authority\",\"name\":\"authority\",\"hidden\":false,\"component\":\"view/superAdmin/authority/authority.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"角色管理\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":19,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionaryDetail/:id\",\"name\":\"dictionaryDetail\",\"hidden\":true,\"component\":\"view/superAdmin/dictionary/sysDictionaryDetail.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典详情-${id}\",\"icon\":\"order\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":5,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"menu\",\"name\":\"menu\",\"hidden\":false,\"component\":\"view/superAdmin/menu/menu.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"菜单管理\",\"icon\":\"tickets\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":6,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"api\",\"name\":\"api\",\"hidden\":false,\"component\":\"view/superAdmin/api/api.vue\",\"sort\":3,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"api管理\",\"icon\":\"platform\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":7,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"user\",\"name\":\"user\",\"hidden\":false,\"component\":\"view/superAdmin/user/user.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"用户管理\",\"icon\":\"coordinate\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":18,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionary\",\"name\":\"dictionary\",\"hidden\":false,\"component\":\"view/superAdmin/dictionary/sysDictionary.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典管理\",\"icon\":\"notebook\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":20,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"operation\",\"name\":\"operation\",\"hidden\":false,\"component\":\"view/superAdmin/operation/sysOperationRecord.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"操作历史\",\"icon\":\"pie-chart\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":4,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"authority\",\"name\":\"authority\",\"hidden\":false,\"component\":\"view/superAdmin/authority/authority.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"角色管理\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":19,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionaryDetail/:id\",\"name\":\"dictionaryDetail\",\"hidden\":true,\"component\":\"view/superAdmin/dictionary/sysDictionaryDetail.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典详情-${id}\",\"icon\":\"order\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":5,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"menu\",\"name\":\"menu\",\"hidden\":false,\"component\":\"view/superAdmin/menu/menu.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"菜单管理\",\"icon\":\"tickets\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":6,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"api\",\"name\":\"api\",\"hidden\":false,\"component\":\"view/superAdmin/api/api.vue\",\"sort\":3,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"api管理\",\"icon\":\"platform\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":7,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"user\",\"name\":\"user\",\"hidden\":false,\"component\":\"view/superAdmin/user/user.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"用户管理\",\"icon\":\"coordinate\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":18,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionary\",\"name\":\"dictionary\",\"hidden\":false,\"component\":\"view/superAdmin/dictionary/sysDictionary.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典管理\",\"icon\":\"notebook\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":20,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"operation\",\"name\":\"operation\",\"hidden\":false,\"component\":\"view/superAdmin/operation/sysOperationRecord.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"操作历史\",\"icon\":\"pie-chart\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":8,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"person\",\"name\":\"person\",\"hidden\":true,\"component\":\"view/person/person.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"个人信息\",\"icon\":\"message\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":14,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"systemTools\",\"name\":\"systemTools\",\"hidden\":false,\"component\":\"view/systemTools/index.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"系统工具\",\"icon\":\"tools\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":25,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeEdit/:id\",\"name\":\"autoCodeEdit\",\"hidden\":true,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码-${id}\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":26,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoPkg\",\"name\":\"autoPkg\",\"hidden\":false,\"component\":\"view/systemTools/autoPkg/autoPkg.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化package\",\"icon\":\"folder\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":15,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCode\",\"name\":\"autoCode\",\"hidden\":false,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"代码生成器\",\"icon\":\"cpu\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":24,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeAdmin\",\"name\":\"autoCodeAdmin\",\"hidden\":false,\"component\":\"view/systemTools/autoCodeAdmin/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码管理\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":16,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"formCreate\",\"name\":\"formCreate\",\"hidden\":false,\"component\":\"view/systemTools/formCreate/index.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"表单生成器\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":17,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"system\",\"name\":\"system\",\"hidden\":false,\"component\":\"view/systemTools/system/system.vue\",\"sort\":3,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"系统配置\",\"icon\":\"operation\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":25,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeEdit/:id\",\"name\":\"autoCodeEdit\",\"hidden\":true,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码-${id}\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":26,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoPkg\",\"name\":\"autoPkg\",\"hidden\":false,\"component\":\"view/systemTools/autoPkg/autoPkg.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化package\",\"icon\":\"folder\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":15,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCode\",\"name\":\"autoCode\",\"hidden\":false,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"代码生成器\",\"icon\":\"cpu\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":24,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeAdmin\",\"name\":\"autoCodeAdmin\",\"hidden\":false,\"component\":\"view/systemTools/autoCodeAdmin/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码管理\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":16,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"formCreate\",\"name\":\"formCreate\",\"hidden\":false,\"component\":\"view/systemTools/formCreate/index.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"表单生成器\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":17,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"system\",\"name\":\"system\",\"hidden\":false,\"component\":\"view/systemTools/system/system.vue\",\"sort\":3,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"系统配置\",\"icon\":\"operation\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":9,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"example\",\"name\":\"example\",\"hidden\":false,\"component\":\"view/example/index.vue\",\"sort\":7,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"示例文件\",\"icon\":\"management\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":10,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"excel\",\"name\":\"excel\",\"hidden\":false,\"component\":\"view/example/excel/excel.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"excel导入导出\",\"icon\":\"takeaway-box\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":11,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"upload\",\"name\":\"upload\",\"hidden\":false,\"component\":\"view/example/upload/upload.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"媒体库(上传下载)\",\"icon\":\"upload\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":12,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"breakpoint\",\"name\":\"breakpoint\",\"hidden\":false,\"component\":\"view/example/breakpoint/breakpoint.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"断点续传\",\"icon\":\"upload-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":21,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"simpleUploader\",\"name\":\"simpleUploader\",\"hidden\":false,\"component\":\"view/example/simpleUploader/simpleUploader\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"断点续传(插件版)\",\"icon\":\"upload\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":13,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"customer\",\"name\":\"customer\",\"hidden\":false,\"component\":\"view/example/customer/customer.vue\",\"sort\":7,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"客户列表(资源示例)\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":10,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"excel\",\"name\":\"excel\",\"hidden\":false,\"component\":\"view/example/excel/excel.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"excel导入导出\",\"icon\":\"takeaway-box\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":11,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"upload\",\"name\":\"upload\",\"hidden\":false,\"component\":\"view/example/upload/upload.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"媒体库(上传下载)\",\"icon\":\"upload\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":12,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"breakpoint\",\"name\":\"breakpoint\",\"hidden\":false,\"component\":\"view/example/breakpoint/breakpoint.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"断点续传\",\"icon\":\"upload-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":13,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"customer\",\"name\":\"customer\",\"hidden\":false,\"component\":\"view/example/customer/customer.vue\",\"sort\":7,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"客户列表(资源示例)\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":23,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"state\",\"name\":\"state\",\"hidden\":false,\"component\":\"view/system/state.vue\",\"sort\":8,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"服务器状态\",\"icon\":\"cloudy\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"authorityId\":888}', '{\"code\":0,\"data\":{},\"msg\":\"添加成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (90, '2022-07-01 14:37:52.462', '2022-07-01 14:37:52.462', NULL, '127.0.0.1', 'POST', '/casbin/updateCasbin', 200, 96207456, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"authorityId\":888,\"casbinInfos\":[{\"path\":\"/base/login\",\"method\":\"POST\"},{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/user/deleteUser\",\"method\":\"DELETE\"},{\"path\":\"/user/admin_register\",\"method\":\"POST\"},{\"path\":\"/user/getUserList\",\"method\":\"POST\"},{\"path\":\"/user/setUserInfo\",\"method\":\"PUT\"},{\"path\":\"/user/setSelfInfo\",\"method\":\"PUT\"},{\"path\":\"/user/getUserInfo\",\"method\":\"GET\"},{\"path\":\"/user/setUserAuthorities\",\"method\":\"POST\"},{\"path\":\"/user/changePassword\",\"method\":\"POST\"},{\"path\":\"/user/setUserAuthority\",\"method\":\"POST\"},{\"path\":\"/user/resetPassword\",\"method\":\"POST\"},{\"path\":\"/api/createApi\",\"method\":\"POST\"},{\"path\":\"/api/deleteApi\",\"method\":\"POST\"},{\"path\":\"/api/updateApi\",\"method\":\"POST\"},{\"path\":\"/api/getApiList\",\"method\":\"POST\"},{\"path\":\"/api/getAllApis\",\"method\":\"POST\"},{\"path\":\"/api/getApiById\",\"method\":\"POST\"},{\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\"},{\"path\":\"/authority/copyAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/createAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/deleteAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/updateAuthority\",\"method\":\"PUT\"},{\"path\":\"/authority/getAuthorityList\",\"method\":\"POST\"},{\"path\":\"/authority/setDataAuthority\",\"method\":\"POST\"},{\"path\":\"/casbin/updateCasbin\",\"method\":\"POST\"},{\"path\":\"/casbin/getPolicyPathByAuthorityId\",\"method\":\"POST\"},{\"path\":\"/menu/addBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getMenu\",\"method\":\"POST\"},{\"path\":\"/menu/deleteBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/updateBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuById\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuList\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuTree\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/addMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/findFile\",\"method\":\"GET\"},{\"path\":\"/fileUploadAndDownload/breakpointContinue\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/breakpointContinueFinish\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/removeChunk\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/upload\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/deleteFile\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/editFileName\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/getFileList\",\"method\":\"POST\"},{\"path\":\"/system/getServerInfo\",\"method\":\"POST\"},{\"path\":\"/system/getSystemConfig\",\"method\":\"POST\"},{\"path\":\"/system/setSystemConfig\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"PUT\"},{\"path\":\"/customer/customer\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"DELETE\"},{\"path\":\"/customer/customer\",\"method\":\"GET\"},{\"path\":\"/customer/customerList\",\"method\":\"GET\"},{\"path\":\"/autoCode/getDB\",\"method\":\"GET\"},{\"path\":\"/autoCode/getTables\",\"method\":\"GET\"},{\"path\":\"/autoCode/createTemp\",\"method\":\"POST\"},{\"path\":\"/autoCode/preview\",\"method\":\"POST\"},{\"path\":\"/autoCode/getColumn\",\"method\":\"GET\"},{\"path\":\"/autoCode/createPlug\",\"method\":\"POST\"},{\"path\":\"/autoCode/createPackage\",\"method\":\"POST\"},{\"path\":\"/autoCode/getPackage\",\"method\":\"POST\"},{\"path\":\"/autoCode/delPackage\",\"method\":\"POST\"},{\"path\":\"/autoCode/getMeta\",\"method\":\"POST\"},{\"path\":\"/autoCode/rollback\",\"method\":\"POST\"},{\"path\":\"/autoCode/getSysHistory\",\"method\":\"POST\"},{\"path\":\"/autoCode/delSysHistory\",\"method\":\"POST\"},{\"path\":\"/sysDictionaryDetail/updateSysDictionaryDetail\",\"method\":\"PUT\"},{\"path\":\"/sysDictionaryDetail/createSysDictionaryDetail\",\"method\":\"POST\"},{\"path\":\"/sysDictionaryDetail/deleteSysDictionaryDetail\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionaryDetail/findSysDictionaryDetail\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/getSysDictionaryDetailList\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/createSysDictionary\",\"method\":\"POST\"},{\"path\":\"/sysDictionary/deleteSysDictionary\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionary/updateSysDictionary\",\"method\":\"PUT\"},{\"path\":\"/sysDictionary/findSysDictionary\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/getSysDictionaryList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/createSysOperationRecord\",\"method\":\"POST\"},{\"path\":\"/sysOperationRecord/findSysOperationRecord\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/getSysOperationRecordList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecord\",\"method\":\"DELETE\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecordByIds\",\"method\":\"DELETE\"},{\"path\":\"/simpleUploader/upload\",\"method\":\"POST\"},{\"path\":\"/simpleUploader/checkFileMd5\",\"method\":\"GET\"},{\"path\":\"/simpleUploader/mergeFileMd5\",\"method\":\"GET\"},{\"path\":\"/email/emailTest\",\"method\":\"POST\"},{\"path\":\"/excel/importExcel\",\"method\":\"POST\"},{\"path\":\"/excel/loadExcel\",\"method\":\"GET\"},{\"path\":\"/excel/exportExcel\",\"method\":\"POST\"},{\"path\":\"/excel/downloadTemplate\",\"method\":\"GET\"},{\"path\":\"/authorityBtn/setAuthorityBtn\",\"method\":\"POST\"},{\"path\":\"/authorityBtn/getAuthorityBtn\",\"method\":\"POST\"},{\"path\":\"/authorityBtn/canRemoveAuthorityBtn\",\"method\":\"POST\"},{\"path\":\"/appBanners/createAppBanners\",\"method\":\"POST\"},{\"path\":\"/appBanners/deleteAppBanners\",\"method\":\"DELETE\"},{\"path\":\"/appBanners/deleteAppBannersByIds\",\"method\":\"DELETE\"},{\"path\":\"/appBanners/updateAppBanners\",\"method\":\"PUT\"},{\"path\":\"/appBanners/findAppBanners\",\"method\":\"GET\"},{\"path\":\"/appBanners/getAppBannersList\",\"method\":\"GET\"}]}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (91, '2022-07-01 14:37:54.210', '2022-07-01 14:37:54.210', NULL, '127.0.0.1', 'POST', '/casbin/updateCasbin', 200, 101008879, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"authorityId\":888,\"casbinInfos\":[{\"path\":\"/base/login\",\"method\":\"POST\"},{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/user/deleteUser\",\"method\":\"DELETE\"},{\"path\":\"/user/admin_register\",\"method\":\"POST\"},{\"path\":\"/user/getUserList\",\"method\":\"POST\"},{\"path\":\"/user/setUserInfo\",\"method\":\"PUT\"},{\"path\":\"/user/setSelfInfo\",\"method\":\"PUT\"},{\"path\":\"/user/getUserInfo\",\"method\":\"GET\"},{\"path\":\"/user/setUserAuthorities\",\"method\":\"POST\"},{\"path\":\"/user/changePassword\",\"method\":\"POST\"},{\"path\":\"/user/setUserAuthority\",\"method\":\"POST\"},{\"path\":\"/user/resetPassword\",\"method\":\"POST\"},{\"path\":\"/api/createApi\",\"method\":\"POST\"},{\"path\":\"/api/deleteApi\",\"method\":\"POST\"},{\"path\":\"/api/updateApi\",\"method\":\"POST\"},{\"path\":\"/api/getApiList\",\"method\":\"POST\"},{\"path\":\"/api/getAllApis\",\"method\":\"POST\"},{\"path\":\"/api/getApiById\",\"method\":\"POST\"},{\"path\":\"/api/deleteApisByIds\",\"method\":\"DELETE\"},{\"path\":\"/authority/copyAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/createAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/deleteAuthority\",\"method\":\"POST\"},{\"path\":\"/authority/updateAuthority\",\"method\":\"PUT\"},{\"path\":\"/authority/getAuthorityList\",\"method\":\"POST\"},{\"path\":\"/authority/setDataAuthority\",\"method\":\"POST\"},{\"path\":\"/casbin/updateCasbin\",\"method\":\"POST\"},{\"path\":\"/casbin/getPolicyPathByAuthorityId\",\"method\":\"POST\"},{\"path\":\"/menu/addBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getMenu\",\"method\":\"POST\"},{\"path\":\"/menu/deleteBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/updateBaseMenu\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuById\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuList\",\"method\":\"POST\"},{\"path\":\"/menu/getBaseMenuTree\",\"method\":\"POST\"},{\"path\":\"/menu/getMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/menu/addMenuAuthority\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/findFile\",\"method\":\"GET\"},{\"path\":\"/fileUploadAndDownload/breakpointContinue\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/breakpointContinueFinish\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/removeChunk\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/upload\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/deleteFile\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/editFileName\",\"method\":\"POST\"},{\"path\":\"/fileUploadAndDownload/getFileList\",\"method\":\"POST\"},{\"path\":\"/system/getServerInfo\",\"method\":\"POST\"},{\"path\":\"/system/getSystemConfig\",\"method\":\"POST\"},{\"path\":\"/system/setSystemConfig\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"PUT\"},{\"path\":\"/customer/customer\",\"method\":\"POST\"},{\"path\":\"/customer/customer\",\"method\":\"DELETE\"},{\"path\":\"/customer/customer\",\"method\":\"GET\"},{\"path\":\"/customer/customerList\",\"method\":\"GET\"},{\"path\":\"/autoCode/getDB\",\"method\":\"GET\"},{\"path\":\"/autoCode/getTables\",\"method\":\"GET\"},{\"path\":\"/autoCode/createTemp\",\"method\":\"POST\"},{\"path\":\"/autoCode/preview\",\"method\":\"POST\"},{\"path\":\"/autoCode/getColumn\",\"method\":\"GET\"},{\"path\":\"/autoCode/createPlug\",\"method\":\"POST\"},{\"path\":\"/autoCode/createPackage\",\"method\":\"POST\"},{\"path\":\"/autoCode/getPackage\",\"method\":\"POST\"},{\"path\":\"/autoCode/delPackage\",\"method\":\"POST\"},{\"path\":\"/autoCode/getMeta\",\"method\":\"POST\"},{\"path\":\"/autoCode/rollback\",\"method\":\"POST\"},{\"path\":\"/autoCode/getSysHistory\",\"method\":\"POST\"},{\"path\":\"/autoCode/delSysHistory\",\"method\":\"POST\"},{\"path\":\"/sysDictionaryDetail/updateSysDictionaryDetail\",\"method\":\"PUT\"},{\"path\":\"/sysDictionaryDetail/createSysDictionaryDetail\",\"method\":\"POST\"},{\"path\":\"/sysDictionaryDetail/deleteSysDictionaryDetail\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionaryDetail/findSysDictionaryDetail\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/getSysDictionaryDetailList\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/createSysDictionary\",\"method\":\"POST\"},{\"path\":\"/sysDictionary/deleteSysDictionary\",\"method\":\"DELETE\"},{\"path\":\"/sysDictionary/updateSysDictionary\",\"method\":\"PUT\"},{\"path\":\"/sysDictionary/findSysDictionary\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/getSysDictionaryList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/createSysOperationRecord\",\"method\":\"POST\"},{\"path\":\"/sysOperationRecord/findSysOperationRecord\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/getSysOperationRecordList\",\"method\":\"GET\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecord\",\"method\":\"DELETE\"},{\"path\":\"/sysOperationRecord/deleteSysOperationRecordByIds\",\"method\":\"DELETE\"},{\"path\":\"/simpleUploader/upload\",\"method\":\"POST\"},{\"path\":\"/simpleUploader/checkFileMd5\",\"method\":\"GET\"},{\"path\":\"/simpleUploader/mergeFileMd5\",\"method\":\"GET\"},{\"path\":\"/email/emailTest\",\"method\":\"POST\"},{\"path\":\"/excel/importExcel\",\"method\":\"POST\"},{\"path\":\"/excel/loadExcel\",\"method\":\"GET\"},{\"path\":\"/excel/exportExcel\",\"method\":\"POST\"},{\"path\":\"/excel/downloadTemplate\",\"method\":\"GET\"},{\"path\":\"/authorityBtn/setAuthorityBtn\",\"method\":\"POST\"},{\"path\":\"/authorityBtn/getAuthorityBtn\",\"method\":\"POST\"},{\"path\":\"/authorityBtn/canRemoveAuthorityBtn\",\"method\":\"POST\"},{\"path\":\"/appBanners/createAppBanners\",\"method\":\"POST\"},{\"path\":\"/appBanners/deleteAppBanners\",\"method\":\"DELETE\"},{\"path\":\"/appBanners/deleteAppBannersByIds\",\"method\":\"DELETE\"},{\"path\":\"/appBanners/updateAppBanners\",\"method\":\"PUT\"},{\"path\":\"/appBanners/findAppBanners\",\"method\":\"GET\"},{\"path\":\"/appBanners/getAppBannersList\",\"method\":\"GET\"}]}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (92, '2022-07-01 14:42:35.463', '2022-07-01 14:42:35.463', NULL, '127.0.0.1', 'POST', '/menu/addBaseMenu', 200, 13677507, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":0,\"path\":\"app_banners\",\"name\":\"app_banners\",\"hidden\":false,\"parentId\":\"0\",\"component\":\"view/appBanners\",\"meta\":{\"title\":\"轮播图\",\"icon\":\"picture-filled\",\"defaultMenu\":false,\"closeTab\":false,\"keepAlive\":false},\"parameters\":[],\"menuBtn\":[]}', '{\"code\":0,\"data\":{},\"msg\":\"添加成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (93, '2022-07-01 14:42:45.187', '2022-07-01 14:42:45.187', NULL, '127.0.0.1', 'POST', '/menu/addMenuAuthority', 200, 13102531, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"menus\":[{\"ID\":32,\"CreatedAt\":\"2022-07-01T14:42:35.457+08:00\",\"UpdatedAt\":\"2022-07-01T14:42:35.457+08:00\",\"parentId\":\"0\",\"path\":\"app_banners\",\"name\":\"app_banners\",\"hidden\":false,\"component\":\"view/appBanners\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"轮播图\",\"icon\":\"picture-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":1,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"dashboard\",\"name\":\"dashboard\",\"hidden\":false,\"component\":\"view/dashboard/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"仪表盘\",\"icon\":\"odometer\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":3,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"admin\",\"name\":\"superAdmin\",\"hidden\":false,\"component\":\"view/superAdmin/index.vue\",\"sort\":3,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"超级管理员\",\"icon\":\"user\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":19,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionaryDetail/:id\",\"name\":\"dictionaryDetail\",\"hidden\":true,\"component\":\"view/superAdmin/dictionary/sysDictionaryDetail.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典详情-${id}\",\"icon\":\"order\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":4,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"authority\",\"name\":\"authority\",\"hidden\":false,\"component\":\"view/superAdmin/authority/authority.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"角色管理\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":5,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"menu\",\"name\":\"menu\",\"hidden\":false,\"component\":\"view/superAdmin/menu/menu.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"菜单管理\",\"icon\":\"tickets\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":6,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"api\",\"name\":\"api\",\"hidden\":false,\"component\":\"view/superAdmin/api/api.vue\",\"sort\":3,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"api管理\",\"icon\":\"platform\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":7,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"user\",\"name\":\"user\",\"hidden\":false,\"component\":\"view/superAdmin/user/user.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"用户管理\",\"icon\":\"coordinate\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":18,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionary\",\"name\":\"dictionary\",\"hidden\":false,\"component\":\"view/superAdmin/dictionary/sysDictionary.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典管理\",\"icon\":\"notebook\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":20,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"operation\",\"name\":\"operation\",\"hidden\":false,\"component\":\"view/superAdmin/operation/sysOperationRecord.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"操作历史\",\"icon\":\"pie-chart\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":19,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionaryDetail/:id\",\"name\":\"dictionaryDetail\",\"hidden\":true,\"component\":\"view/superAdmin/dictionary/sysDictionaryDetail.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典详情-${id}\",\"icon\":\"order\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":4,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"authority\",\"name\":\"authority\",\"hidden\":false,\"component\":\"view/superAdmin/authority/authority.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"角色管理\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":5,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"menu\",\"name\":\"menu\",\"hidden\":false,\"component\":\"view/superAdmin/menu/menu.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"菜单管理\",\"icon\":\"tickets\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":6,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"api\",\"name\":\"api\",\"hidden\":false,\"component\":\"view/superAdmin/api/api.vue\",\"sort\":3,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"api管理\",\"icon\":\"platform\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":7,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"user\",\"name\":\"user\",\"hidden\":false,\"component\":\"view/superAdmin/user/user.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"用户管理\",\"icon\":\"coordinate\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":18,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionary\",\"name\":\"dictionary\",\"hidden\":false,\"component\":\"view/superAdmin/dictionary/sysDictionary.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典管理\",\"icon\":\"notebook\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":20,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"operation\",\"name\":\"operation\",\"hidden\":false,\"component\":\"view/superAdmin/operation/sysOperationRecord.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"操作历史\",\"icon\":\"pie-chart\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":8,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"person\",\"name\":\"person\",\"hidden\":true,\"component\":\"view/person/person.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"个人信息\",\"icon\":\"message\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":14,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"systemTools\",\"name\":\"systemTools\",\"hidden\":false,\"component\":\"view/systemTools/index.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"系统工具\",\"icon\":\"tools\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":26,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoPkg\",\"name\":\"autoPkg\",\"hidden\":false,\"component\":\"view/systemTools/autoPkg/autoPkg.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化package\",\"icon\":\"folder\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":25,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeEdit/:id\",\"name\":\"autoCodeEdit\",\"hidden\":true,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码-${id}\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":15,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCode\",\"name\":\"autoCode\",\"hidden\":false,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"代码生成器\",\"icon\":\"cpu\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":24,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeAdmin\",\"name\":\"autoCodeAdmin\",\"hidden\":false,\"component\":\"view/systemTools/autoCodeAdmin/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码管理\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":16,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"formCreate\",\"name\":\"formCreate\",\"hidden\":false,\"component\":\"view/systemTools/formCreate/index.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"表单生成器\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":17,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"system\",\"name\":\"system\",\"hidden\":false,\"component\":\"view/systemTools/system/system.vue\",\"sort\":3,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"系统配置\",\"icon\":\"operation\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":26,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoPkg\",\"name\":\"autoPkg\",\"hidden\":false,\"component\":\"view/systemTools/autoPkg/autoPkg.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化package\",\"icon\":\"folder\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":25,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeEdit/:id\",\"name\":\"autoCodeEdit\",\"hidden\":true,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码-${id}\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":15,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCode\",\"name\":\"autoCode\",\"hidden\":false,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"代码生成器\",\"icon\":\"cpu\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":24,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeAdmin\",\"name\":\"autoCodeAdmin\",\"hidden\":false,\"component\":\"view/systemTools/autoCodeAdmin/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码管理\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":16,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"formCreate\",\"name\":\"formCreate\",\"hidden\":false,\"component\":\"view/systemTools/formCreate/index.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"表单生成器\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":17,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"system\",\"name\":\"system\",\"hidden\":false,\"component\":\"view/systemTools/system/system.vue\",\"sort\":3,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"系统配置\",\"icon\":\"operation\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":9,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"example\",\"name\":\"example\",\"hidden\":false,\"component\":\"view/example/index.vue\",\"sort\":7,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"示例文件\",\"icon\":\"management\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":10,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"excel\",\"name\":\"excel\",\"hidden\":false,\"component\":\"view/example/excel/excel.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"excel导入导出\",\"icon\":\"takeaway-box\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":11,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"upload\",\"name\":\"upload\",\"hidden\":false,\"component\":\"view/example/upload/upload.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"媒体库(上传下载)\",\"icon\":\"upload\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":12,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"breakpoint\",\"name\":\"breakpoint\",\"hidden\":false,\"component\":\"view/example/breakpoint/breakpoint.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"断点续传\",\"icon\":\"upload-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":21,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"simpleUploader\",\"name\":\"simpleUploader\",\"hidden\":false,\"component\":\"view/example/simpleUploader/simpleUploader\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"断点续传(插件版)\",\"icon\":\"upload\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":13,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"customer\",\"name\":\"customer\",\"hidden\":false,\"component\":\"view/example/customer/customer.vue\",\"sort\":7,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"客户列表(资源示例)\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":10,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"excel\",\"name\":\"excel\",\"hidden\":false,\"component\":\"view/example/excel/excel.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"excel导入导出\",\"icon\":\"takeaway-box\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":11,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"upload\",\"name\":\"upload\",\"hidden\":false,\"component\":\"view/example/upload/upload.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"媒体库(上传下载)\",\"icon\":\"upload\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":12,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"breakpoint\",\"name\":\"breakpoint\",\"hidden\":false,\"component\":\"view/example/breakpoint/breakpoint.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"断点续传\",\"icon\":\"upload-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":13,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"customer\",\"name\":\"customer\",\"hidden\":false,\"component\":\"view/example/customer/customer.vue\",\"sort\":7,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"客户列表(资源示例)\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":23,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"state\",\"name\":\"state\",\"hidden\":false,\"component\":\"view/system/state.vue\",\"sort\":8,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"服务器状态\",\"icon\":\"cloudy\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"authorityId\":888}', '{\"code\":0,\"data\":{},\"msg\":\"添加成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (94, '2022-07-01 14:44:27.948', '2022-07-01 14:44:27.948', NULL, '127.0.0.1', 'POST', '/menu/updateBaseMenu', 200, 13149280, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":32,\"CreatedAt\":\"2022-07-01T14:42:35.457+08:00\",\"UpdatedAt\":\"2022-07-01T14:42:35.457+08:00\",\"parentId\":\"0\",\"path\":\"app_banners\",\"name\":\"app_banners\",\"hidden\":false,\"component\":\"view/appBanners/appBanners.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"轮播图\",\"icon\":\"picture-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (95, '2022-07-01 15:12:28.158', '2022-07-01 15:12:28.158', NULL, '127.0.0.1', 'POST', '/sysDictionary/createSysDictionary', 200, 11378397, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"name\":\"轮播图类型\",\"type\":\"banner_types\",\"status\":true,\"desc\":\"1:藏品 2:消息 3文章/自定义链接\"}', '{\"code\":0,\"data\":{},\"msg\":\"创建成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (96, '2022-07-01 15:13:02.953', '2022-07-01 15:13:02.953', NULL, '127.0.0.1', 'POST', '/sysDictionaryDetail/createSysDictionaryDetail', 200, 2565066, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"label\":\"藏品\",\"value\":1,\"status\":true,\"sort\":1,\"sysDictionaryID\":7}', '{\"code\":0,\"data\":{},\"msg\":\"创建成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (97, '2022-07-01 15:13:17.708', '2022-07-01 15:13:17.708', NULL, '127.0.0.1', 'POST', '/sysDictionaryDetail/createSysDictionaryDetail', 200, 3830386, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"label\":\"消息\",\"value\":2,\"status\":true,\"sort\":2,\"sysDictionaryID\":7}', '{\"code\":0,\"data\":{},\"msg\":\"创建成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (98, '2022-07-01 15:13:34.228', '2022-07-01 15:13:34.228', NULL, '127.0.0.1', 'POST', '/sysDictionaryDetail/createSysDictionaryDetail', 200, 4405993, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"label\":\"文章/自定义链接\",\"value\":3,\"status\":true,\"sort\":3,\"sysDictionaryID\":7}', '{\"code\":0,\"data\":{},\"msg\":\"创建成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (99, '2022-07-01 15:19:45.756', '2022-07-01 15:19:45.756', NULL, '127.0.0.1', 'POST', '/appBanners/createAppBanners', 200, 10954822, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"imgUrl\":\"https://qmplusimg.henrongyi.top/gva_header.jpg\",\"type\":2,\"value\":\"1\"}', '{\"code\":0,\"data\":{},\"msg\":\"创建成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (100, '2022-07-01 15:21:10.505', '2022-07-01 15:21:10.505', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201834413, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":12},\"cpu\":{\"cpus\":[70.00000000118234,18.181818182006094,64.9999999998181,10.526315789536667],\"cores\":2},\"ram\":{\"usedMb\":5952,\"totalMb\":8192,\"usedPercent\":72},\"disk\":{\"usedMb\":66954,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":27}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (101, '2022-07-01 15:23:54.512', '2022-07-01 15:23:54.512', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 200802799, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":12},\"cpu\":{\"cpus\":[76.19047618983686,10.526315789335118,69.99999999990905,10.526315789335118],\"cores\":2},\"ram\":{\"usedMb\":6032,\"totalMb\":8192,\"usedPercent\":73},\"disk\":{\"usedMb\":66958,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":27}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (102, '2022-07-01 15:27:10.279', '2022-07-01 15:27:10.279', NULL, '127.0.0.1', 'POST', '/menu/addBaseMenu', 200, 7802760, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":0,\"path\":\"appSetting\",\"name\":\"appSetting\",\"hidden\":\"\",\"parentId\":\"0\",\"component\":\"view/app/index.vue\",\"meta\":{\"title\":\"APP设置\",\"icon\":\"iphone\",\"defaultMenu\":false,\"keepAlive\":true},\"sort\":60}', '{\"code\":0,\"data\":{},\"msg\":\"添加成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (103, '2022-07-01 15:27:42.128', '2022-07-01 15:27:42.128', NULL, '127.0.0.1', 'POST', '/menu/updateBaseMenu', 200, 60189442, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":33,\"CreatedAt\":\"2022-07-01T15:27:10.276+08:00\",\"UpdatedAt\":\"2022-07-01T15:27:10.276+08:00\",\"parentId\":\"0\",\"path\":\"appSetting\",\"name\":\"appSetting\",\"hidden\":false,\"component\":\"view/app/index.vue\",\"sort\":60,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"APP设置\",\"icon\":\"iphone\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (104, '2022-07-01 15:28:12.035', '2022-07-01 15:28:12.035', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201742626, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":12},\"cpu\":{\"cpus\":[44.99999999990905,13.636363636279075,45.000000000727596,0],\"cores\":2},\"ram\":{\"usedMb\":5989,\"totalMb\":8192,\"usedPercent\":73},\"disk\":{\"usedMb\":66959,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":27}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (105, '2022-07-01 15:28:22.017', '2022-07-01 15:28:22.017', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 200709513, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":12},\"cpu\":{\"cpus\":[14.285714285219322,4.7619047620027235,14.285714285838027,0],\"cores\":2},\"ram\":{\"usedMb\":5871,\"totalMb\":8192,\"usedPercent\":71},\"disk\":{\"usedMb\":66959,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":27}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (106, '2022-07-01 15:28:31.105', '2022-07-01 15:28:31.105', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201412148, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":14},\"cpu\":{\"cpus\":[64.9999999998181,19.047619047680918,68.42105263210802,15.000000000318323],\"cores\":2},\"ram\":{\"usedMb\":5947,\"totalMb\":8192,\"usedPercent\":72},\"disk\":{\"usedMb\":66959,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":27}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (107, '2022-07-01 15:28:41.074', '2022-07-01 15:28:41.074', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201859305, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":14},\"cpu\":{\"cpus\":[28.571428571676055,0,23.80952380970942,5.000000000068212],\"cores\":2},\"ram\":{\"usedMb\":5959,\"totalMb\":8192,\"usedPercent\":72},\"disk\":{\"usedMb\":66959,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":27}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (108, '2022-07-01 15:28:44.282', '2022-07-01 15:28:44.282', NULL, '127.0.0.1', 'POST', '/system/getSystemConfig', 200, 347436, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"config\":{\"jwt\":{\"signing-key\":\"95756f7d-6eea-482f-a3ee-50f6fd28f80d\",\"expires-time\":604800,\"buffer-time\":86400,\"issuer\":\"qmPlus\"},\"zap\":{\"level\":\"info\",\"prefix\":\"[github.com/flipped-aurora/gin-vue-admin/server]\",\"format\":\"console\",\"director\":\"log\",\"encode-level\":\"LowercaseColorLevelEncoder\",\"stacktrace-key\":\"stacktrace\",\"max-age\":30,\"show-line\":true,\"log-in-console\":true},\"redis\":{\"db\":0,\"addr\":\"127.0.0.1:6379\",\"password\":\"\"},\"email\":{\"to\":\"xxx@qq.com\",\"port\":465,\"from\":\"xxx@163.com\",\"host\":\"smtp.163.com\",\"is-ssl\":true,\"secret\":\"xxx\",\"nickname\":\"test\"},\"system\":{\"env\":\"public\",\"addr\":8888,\"db-type\":\"mysql\",\"oss-type\":\"local\",\"use-multipoint\":false,\"use-redis\":false,\"iplimit-count\":15000,\"iplimit-time\":3600},\"captcha\":{\"key-long\":6,\"img-width\":240,\"img-height\":80},\"autocode\":{\"transfer-restart\":true,\"root\":\"/Users/dd/projects/gin-vue-admin/gin-vue-admin\",\"server\":\"/server\",\"server-api\":\"/api/v1/%s\",\"server-plug\":\"/plugin/%s\",\"server-initialize\":\"/initialize\",\"server-model\":\"/model/%s\",\"server-request\":\"/model/%s/request/\",\"server-router\":\"/router/%s\",\"server-service\":\"/service/%s\",\"web\":\"/web/src\",\"web-api\":\"/api\",\"web-form\":\"/view\",\"web-table\":\"/view\"},\"mysql\":{\"path\":\"127.0.0.1\",\"port\":\"3306\",\"config\":\"charset=utf8mb4\\u0026parseTime=True\\u0026loc=Local\",\"db-name\":\"nft\",\"username\":\"king\",\"password\":\"root\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"error\",\"log-zap\":false},\"pgsql\":{\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false},\"db-list\":[{\"disable\":false,\"type\":\"\",\"alias-name\":\"\",\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false}],\"local\":{\"path\":\"uploads/file\",\"store-path\":\"uploads/file\"},\"qiniu\":{\"zone\":\"ZoneHuaDong\",\"bucket\":\"\",\"img-path\":\"\",\"use-https\":false,\"access-key\":\"\",\"secret-key\":\"\",\"use-cdn-domains\":false},\"aliyun-oss\":{\"endpoint\":\"yourEndpoint\",\"access-key-id\":\"yourAccessKeyId\",\"access-key-secret\":\"yourAccessKeySecret\",\"bucket-name\":\"yourBucketName\",\"bucket-url\":\"yourBucketUrl\",\"base-path\":\"yourBasePath\"},\"hua-wei-obs\":{\"path\":\"you-path\",\"bucket\":\"you-bucket\",\"endpoint\":\"you-endpoint\",\"access-key\":\"you-access-key\",\"secret-key\":\"you-secret-key\"},\"tencent-cos\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"aws-s3\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"endpoint\":\"\",\"s3-force-path-style\":false,\"disable-ssl\":false,\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"excel\":{\"dir\":\"./resource/excel/\"},\"timer\":{\"start\":true,\"spec\":\"@daily\",\"detail\":[{\"tableName\":\"sys_operation_records\",\"compareField\":\"created_at\",\"interval\":\"2160h\"},{\"tableName\":\"jwt_blacklists\",\"compareField\":\"created_at\",\"interval\":\"168h\"}]},\"cors\":{\"mode\":\"whitelist\",\"whitelist\":[{\"allow-origin\":\"example1.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true},{\"allow-origin\":\"example2.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true}]}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (109, '2022-07-01 15:28:50.828', '2022-07-01 15:28:50.828', NULL, '127.0.0.1', 'POST', '/system/getSystemConfig', 200, 52692, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"config\":{\"jwt\":{\"signing-key\":\"95756f7d-6eea-482f-a3ee-50f6fd28f80d\",\"expires-time\":604800,\"buffer-time\":86400,\"issuer\":\"qmPlus\"},\"zap\":{\"level\":\"info\",\"prefix\":\"[github.com/flipped-aurora/gin-vue-admin/server]\",\"format\":\"console\",\"director\":\"log\",\"encode-level\":\"LowercaseColorLevelEncoder\",\"stacktrace-key\":\"stacktrace\",\"max-age\":30,\"show-line\":true,\"log-in-console\":true},\"redis\":{\"db\":0,\"addr\":\"127.0.0.1:6379\",\"password\":\"\"},\"email\":{\"to\":\"xxx@qq.com\",\"port\":465,\"from\":\"xxx@163.com\",\"host\":\"smtp.163.com\",\"is-ssl\":true,\"secret\":\"xxx\",\"nickname\":\"test\"},\"system\":{\"env\":\"public\",\"addr\":8888,\"db-type\":\"mysql\",\"oss-type\":\"local\",\"use-multipoint\":false,\"use-redis\":false,\"iplimit-count\":15000,\"iplimit-time\":3600},\"captcha\":{\"key-long\":6,\"img-width\":240,\"img-height\":80},\"autocode\":{\"transfer-restart\":true,\"root\":\"/Users/dd/projects/gin-vue-admin/gin-vue-admin\",\"server\":\"/server\",\"server-api\":\"/api/v1/%s\",\"server-plug\":\"/plugin/%s\",\"server-initialize\":\"/initialize\",\"server-model\":\"/model/%s\",\"server-request\":\"/model/%s/request/\",\"server-router\":\"/router/%s\",\"server-service\":\"/service/%s\",\"web\":\"/web/src\",\"web-api\":\"/api\",\"web-form\":\"/view\",\"web-table\":\"/view\"},\"mysql\":{\"path\":\"127.0.0.1\",\"port\":\"3306\",\"config\":\"charset=utf8mb4\\u0026parseTime=True\\u0026loc=Local\",\"db-name\":\"nft\",\"username\":\"king\",\"password\":\"root\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"error\",\"log-zap\":false},\"pgsql\":{\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false},\"db-list\":[{\"disable\":false,\"type\":\"\",\"alias-name\":\"\",\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false}],\"local\":{\"path\":\"uploads/file\",\"store-path\":\"uploads/file\"},\"qiniu\":{\"zone\":\"ZoneHuaDong\",\"bucket\":\"\",\"img-path\":\"\",\"use-https\":false,\"access-key\":\"\",\"secret-key\":\"\",\"use-cdn-domains\":false},\"aliyun-oss\":{\"endpoint\":\"yourEndpoint\",\"access-key-id\":\"yourAccessKeyId\",\"access-key-secret\":\"yourAccessKeySecret\",\"bucket-name\":\"yourBucketName\",\"bucket-url\":\"yourBucketUrl\",\"base-path\":\"yourBasePath\"},\"hua-wei-obs\":{\"path\":\"you-path\",\"bucket\":\"you-bucket\",\"endpoint\":\"you-endpoint\",\"access-key\":\"you-access-key\",\"secret-key\":\"you-secret-key\"},\"tencent-cos\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"aws-s3\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"endpoint\":\"\",\"s3-force-path-style\":false,\"disable-ssl\":false,\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"excel\":{\"dir\":\"./resource/excel/\"},\"timer\":{\"start\":true,\"spec\":\"@daily\",\"detail\":[{\"tableName\":\"sys_operation_records\",\"compareField\":\"created_at\",\"interval\":\"2160h\"},{\"tableName\":\"jwt_blacklists\",\"compareField\":\"created_at\",\"interval\":\"168h\"}]},\"cors\":{\"mode\":\"whitelist\",\"whitelist\":[{\"allow-origin\":\"example1.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true},{\"allow-origin\":\"example2.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true}]}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (110, '2022-07-01 15:29:20.306', '2022-07-01 15:29:20.306', NULL, '127.0.0.1', 'POST', '/menu/updateBaseMenu', 200, 8357958, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":32,\"CreatedAt\":\"2022-07-01T14:42:35.457+08:00\",\"UpdatedAt\":\"2022-07-01T14:44:27.937+08:00\",\"parentId\":\"33\",\"path\":\"app_banners\",\"name\":\"app_banners\",\"hidden\":false,\"component\":\"view/appBanners/appBanners.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"轮播图\",\"icon\":\"picture-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (111, '2022-07-01 15:30:08.702', '2022-07-01 15:30:08.702', NULL, '127.0.0.1', 'POST', '/menu/addMenuAuthority', 200, 11360239, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"menus\":[{\"ID\":1,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"dashboard\",\"name\":\"dashboard\",\"hidden\":false,\"component\":\"view/dashboard/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"仪表盘\",\"icon\":\"odometer\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":3,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"admin\",\"name\":\"superAdmin\",\"hidden\":false,\"component\":\"view/superAdmin/index.vue\",\"sort\":3,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"超级管理员\",\"icon\":\"user\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":4,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"authority\",\"name\":\"authority\",\"hidden\":false,\"component\":\"view/superAdmin/authority/authority.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"角色管理\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":19,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionaryDetail/:id\",\"name\":\"dictionaryDetail\",\"hidden\":true,\"component\":\"view/superAdmin/dictionary/sysDictionaryDetail.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典详情-${id}\",\"icon\":\"order\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":5,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"menu\",\"name\":\"menu\",\"hidden\":false,\"component\":\"view/superAdmin/menu/menu.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"菜单管理\",\"icon\":\"tickets\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":6,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"api\",\"name\":\"api\",\"hidden\":false,\"component\":\"view/superAdmin/api/api.vue\",\"sort\":3,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"api管理\",\"icon\":\"platform\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":7,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"user\",\"name\":\"user\",\"hidden\":false,\"component\":\"view/superAdmin/user/user.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"用户管理\",\"icon\":\"coordinate\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":18,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionary\",\"name\":\"dictionary\",\"hidden\":false,\"component\":\"view/superAdmin/dictionary/sysDictionary.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典管理\",\"icon\":\"notebook\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":20,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"operation\",\"name\":\"operation\",\"hidden\":false,\"component\":\"view/superAdmin/operation/sysOperationRecord.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"操作历史\",\"icon\":\"pie-chart\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":4,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"authority\",\"name\":\"authority\",\"hidden\":false,\"component\":\"view/superAdmin/authority/authority.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"角色管理\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":19,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionaryDetail/:id\",\"name\":\"dictionaryDetail\",\"hidden\":true,\"component\":\"view/superAdmin/dictionary/sysDictionaryDetail.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典详情-${id}\",\"icon\":\"order\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":5,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"menu\",\"name\":\"menu\",\"hidden\":false,\"component\":\"view/superAdmin/menu/menu.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"菜单管理\",\"icon\":\"tickets\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":6,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"api\",\"name\":\"api\",\"hidden\":false,\"component\":\"view/superAdmin/api/api.vue\",\"sort\":3,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"api管理\",\"icon\":\"platform\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":7,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"user\",\"name\":\"user\",\"hidden\":false,\"component\":\"view/superAdmin/user/user.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"用户管理\",\"icon\":\"coordinate\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":18,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"dictionary\",\"name\":\"dictionary\",\"hidden\":false,\"component\":\"view/superAdmin/dictionary/sysDictionary.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"字典管理\",\"icon\":\"notebook\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":20,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"3\",\"path\":\"operation\",\"name\":\"operation\",\"hidden\":false,\"component\":\"view/superAdmin/operation/sysOperationRecord.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"操作历史\",\"icon\":\"pie-chart\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":8,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"person\",\"name\":\"person\",\"hidden\":true,\"component\":\"view/person/person.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"个人信息\",\"icon\":\"message\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":14,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"systemTools\",\"name\":\"systemTools\",\"hidden\":false,\"component\":\"view/systemTools/index.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"系统工具\",\"icon\":\"tools\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":26,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoPkg\",\"name\":\"autoPkg\",\"hidden\":false,\"component\":\"view/systemTools/autoPkg/autoPkg.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化package\",\"icon\":\"folder\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":25,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeEdit/:id\",\"name\":\"autoCodeEdit\",\"hidden\":true,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码-${id}\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":24,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeAdmin\",\"name\":\"autoCodeAdmin\",\"hidden\":false,\"component\":\"view/systemTools/autoCodeAdmin/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码管理\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":15,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCode\",\"name\":\"autoCode\",\"hidden\":false,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"代码生成器\",\"icon\":\"cpu\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":16,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"formCreate\",\"name\":\"formCreate\",\"hidden\":false,\"component\":\"view/systemTools/formCreate/index.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"表单生成器\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":17,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"system\",\"name\":\"system\",\"hidden\":false,\"component\":\"view/systemTools/system/system.vue\",\"sort\":3,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"系统配置\",\"icon\":\"operation\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":26,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoPkg\",\"name\":\"autoPkg\",\"hidden\":false,\"component\":\"view/systemTools/autoPkg/autoPkg.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化package\",\"icon\":\"folder\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":25,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeEdit/:id\",\"name\":\"autoCodeEdit\",\"hidden\":true,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码-${id}\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":24,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCodeAdmin\",\"name\":\"autoCodeAdmin\",\"hidden\":false,\"component\":\"view/systemTools/autoCodeAdmin/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"自动化代码管理\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":15,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"autoCode\",\"name\":\"autoCode\",\"hidden\":false,\"component\":\"view/systemTools/autoCode/index.vue\",\"sort\":1,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"代码生成器\",\"icon\":\"cpu\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":16,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"formCreate\",\"name\":\"formCreate\",\"hidden\":false,\"component\":\"view/systemTools/formCreate/index.vue\",\"sort\":2,\"meta\":{\"keepAlive\":true,\"defaultMenu\":false,\"title\":\"表单生成器\",\"icon\":\"magic-stick\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":17,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"14\",\"path\":\"system\",\"name\":\"system\",\"hidden\":false,\"component\":\"view/systemTools/system/system.vue\",\"sort\":3,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"系统配置\",\"icon\":\"operation\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":9,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"example\",\"name\":\"example\",\"hidden\":false,\"component\":\"view/example/index.vue\",\"sort\":7,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"示例文件\",\"icon\":\"management\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":10,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"excel\",\"name\":\"excel\",\"hidden\":false,\"component\":\"view/example/excel/excel.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"excel导入导出\",\"icon\":\"takeaway-box\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":11,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"upload\",\"name\":\"upload\",\"hidden\":false,\"component\":\"view/example/upload/upload.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"媒体库(上传下载)\",\"icon\":\"upload\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":12,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"breakpoint\",\"name\":\"breakpoint\",\"hidden\":false,\"component\":\"view/example/breakpoint/breakpoint.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"断点续传\",\"icon\":\"upload-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":21,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"simpleUploader\",\"name\":\"simpleUploader\",\"hidden\":false,\"component\":\"view/example/simpleUploader/simpleUploader\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"断点续传(插件版)\",\"icon\":\"upload\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":13,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"customer\",\"name\":\"customer\",\"hidden\":false,\"component\":\"view/example/customer/customer.vue\",\"sort\":7,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"客户列表(资源示例)\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":10,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"excel\",\"name\":\"excel\",\"hidden\":false,\"component\":\"view/example/excel/excel.vue\",\"sort\":4,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"excel导入导出\",\"icon\":\"takeaway-box\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":11,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"upload\",\"name\":\"upload\",\"hidden\":false,\"component\":\"view/example/upload/upload.vue\",\"sort\":5,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"媒体库(上传下载)\",\"icon\":\"upload\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":12,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"breakpoint\",\"name\":\"breakpoint\",\"hidden\":false,\"component\":\"view/example/breakpoint/breakpoint.vue\",\"sort\":6,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"断点续传\",\"icon\":\"upload-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":13,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"9\",\"path\":\"customer\",\"name\":\"customer\",\"hidden\":false,\"component\":\"view/example/customer/customer.vue\",\"sort\":7,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"客户列表(资源示例)\",\"icon\":\"avatar\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":23,\"CreatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:01.129+08:00\",\"parentId\":\"0\",\"path\":\"state\",\"name\":\"state\",\"hidden\":false,\"component\":\"view/system/state.vue\",\"sort\":8,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"服务器状态\",\"icon\":\"cloudy\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]},{\"ID\":33,\"CreatedAt\":\"2022-07-01T15:27:10.276+08:00\",\"UpdatedAt\":\"2022-07-01T15:27:42.077+08:00\",\"parentId\":\"0\",\"path\":\"appSetting\",\"name\":\"appSetting\",\"hidden\":false,\"component\":\"view/app/index.vue\",\"sort\":60,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"APP设置\",\"icon\":\"iphone\",\"closeTab\":false},\"authoritys\":null,\"children\":[{\"ID\":32,\"CreatedAt\":\"2022-07-01T14:42:35.457+08:00\",\"UpdatedAt\":\"2022-07-01T15:29:20.3+08:00\",\"parentId\":\"33\",\"path\":\"app_banners\",\"name\":\"app_banners\",\"hidden\":false,\"component\":\"view/appBanners/appBanners.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"轮播图\",\"icon\":\"picture-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"parameters\":[],\"menuBtn\":[]},{\"ID\":32,\"CreatedAt\":\"2022-07-01T14:42:35.457+08:00\",\"UpdatedAt\":\"2022-07-01T15:29:20.3+08:00\",\"parentId\":\"33\",\"path\":\"app_banners\",\"name\":\"app_banners\",\"hidden\":false,\"component\":\"view/appBanners/appBanners.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"轮播图\",\"icon\":\"picture-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}],\"authorityId\":888}', '{\"code\":0,\"data\":{},\"msg\":\"添加成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (112, '2022-07-01 15:36:12.336', '2022-07-01 15:36:12.336', NULL, '127.0.0.1', 'POST', '/menu/updateBaseMenu', 200, 13851318, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":32,\"CreatedAt\":\"2022-07-01T14:42:35.457+08:00\",\"UpdatedAt\":\"2022-07-01T15:29:20.3+08:00\",\"parentId\":\"33\",\"path\":\"banners\",\"name\":\"banners\",\"hidden\":false,\"component\":\"view/app/banner/banner.vue\",\"sort\":0,\"meta\":{\"keepAlive\":false,\"defaultMenu\":false,\"title\":\"轮播图\",\"icon\":\"picture-filled\",\"closeTab\":false},\"authoritys\":null,\"children\":null,\"parameters\":[],\"menuBtn\":[]}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (113, '2022-07-01 15:45:24.926', '2022-07-01 15:45:24.926', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201890864, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":14},\"cpu\":{\"cpus\":[42.85714285739034,9.999999999954525,40.0000000005457,9.523809523840459],\"cores\":2},\"ram\":{\"usedMb\":5967,\"totalMb\":8192,\"usedPercent\":72},\"disk\":{\"usedMb\":66978,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (114, '2022-07-01 15:45:28.492', '2022-07-01 15:45:28.492', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 203061479, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":14},\"cpu\":{\"cpus\":[45.000000000727596,9.999999999954525,38.095238095361836,4.999999999977263],\"cores\":2},\"ram\":{\"usedMb\":5976,\"totalMb\":8192,\"usedPercent\":72},\"disk\":{\"usedMb\":66978,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (115, '2022-07-01 15:45:33.374', '2022-07-01 15:45:33.374', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 200535253, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":14},\"cpu\":{\"cpus\":[44.99999999990905,9.999999999954525,34.99999999972715,5.000000000068212],\"cores\":2},\"ram\":{\"usedMb\":5981,\"totalMb\":8192,\"usedPercent\":73},\"disk\":{\"usedMb\":66978,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (116, '2022-07-01 15:45:39.371', '2022-07-01 15:45:39.371', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201240034, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":14},\"cpu\":{\"cpus\":[42.8571428572666,9.523809523675471,38.0952380955887,9.999999999954525],\"cores\":2},\"ram\":{\"usedMb\":5961,\"totalMb\":8192,\"usedPercent\":72},\"disk\":{\"usedMb\":66978,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (117, '2022-07-01 15:45:49.366', '2022-07-01 15:45:49.366', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201637371, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":14},\"cpu\":{\"cpus\":[14.285714285838027,0,9.523809523892018,0],\"cores\":2},\"ram\":{\"usedMb\":5900,\"totalMb\":8192,\"usedPercent\":72},\"disk\":{\"usedMb\":66978,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (118, '2022-07-01 15:45:59.366', '2022-07-01 15:45:59.366', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201394905, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":14},\"cpu\":{\"cpus\":[9.999999999454303,4.999999999863576,5.263157894787229,0],\"cores\":2},\"ram\":{\"usedMb\":5908,\"totalMb\":8192,\"usedPercent\":72},\"disk\":{\"usedMb\":66978,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (119, '2022-07-01 15:46:09.362', '2022-07-01 15:46:09.362', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201564477, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":14},\"cpu\":{\"cpus\":[14.285714285219322,5.000000000068212,14.285714285652414,4.761904762028503],\"cores\":2},\"ram\":{\"usedMb\":5881,\"totalMb\":8192,\"usedPercent\":71},\"disk\":{\"usedMb\":66978,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (120, '2022-07-01 15:46:19.361', '2022-07-01 15:46:19.361', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201533419, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":14},\"cpu\":{\"cpus\":[13.636363636814625,0,10.000000000181899,0],\"cores\":2},\"ram\":{\"usedMb\":5903,\"totalMb\":8192,\"usedPercent\":72},\"disk\":{\"usedMb\":66978,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (121, '2022-07-01 15:46:29.365', '2022-07-01 15:46:29.365', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201149407, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":14},\"cpu\":{\"cpus\":[9.523809523892018,0,10.000000000181899,0],\"cores\":2},\"ram\":{\"usedMb\":5889,\"totalMb\":8192,\"usedPercent\":71},\"disk\":{\"usedMb\":66978,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (122, '2022-07-01 15:46:39.366', '2022-07-01 15:46:39.366', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201339936, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":14},\"cpu\":{\"cpus\":[9.523809523892018,0,5.263157894787229,4.761904761811956],\"cores\":2},\"ram\":{\"usedMb\":5864,\"totalMb\":8192,\"usedPercent\":71},\"disk\":{\"usedMb\":66978,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (123, '2022-07-01 15:46:49.362', '2022-07-01 15:46:49.362', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201593160, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":14},\"cpu\":{\"cpus\":[10.000000000181899,0,5.0000000000909495,0],\"cores\":2},\"ram\":{\"usedMb\":5873,\"totalMb\":8192,\"usedPercent\":71},\"disk\":{\"usedMb\":66978,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (124, '2022-07-01 15:46:59.506', '2022-07-01 15:46:59.506', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201558918, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":14},\"cpu\":{\"cpus\":[10,0,10.000000000181899,0],\"cores\":2},\"ram\":{\"usedMb\":5885,\"totalMb\":8192,\"usedPercent\":71},\"disk\":{\"usedMb\":66978,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (125, '2022-07-01 15:49:05.009', '2022-07-01 15:49:05.009', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201537963, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":14},\"cpu\":{\"cpus\":[52.38095238053992,9.999999999954525,39.9999999998181,9.999999999954525],\"cores\":2},\"ram\":{\"usedMb\":6144,\"totalMb\":8192,\"usedPercent\":75},\"disk\":{\"usedMb\":66978,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (126, '2022-07-01 15:49:11.275', '2022-07-01 15:49:11.275', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201080387, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":14},\"cpu\":{\"cpus\":[84.21052631629334,19.047619047680918,76.19047618983686,14.999999999931788],\"cores\":2},\"ram\":{\"usedMb\":6109,\"totalMb\":8192,\"usedPercent\":74},\"disk\":{\"usedMb\":66978,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (127, '2022-07-01 15:51:23.980', '2022-07-01 15:51:23.980', NULL, '127.0.0.1', 'POST', '/system/getSystemConfig', 200, 211358, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"config\":{\"jwt\":{\"signing-key\":\"95756f7d-6eea-482f-a3ee-50f6fd28f80d\",\"expires-time\":604800,\"buffer-time\":86400,\"issuer\":\"qmPlus\"},\"zap\":{\"level\":\"info\",\"prefix\":\"[github.com/flipped-aurora/gin-vue-admin/server]\",\"format\":\"console\",\"director\":\"log\",\"encode-level\":\"LowercaseColorLevelEncoder\",\"stacktrace-key\":\"stacktrace\",\"max-age\":30,\"show-line\":true,\"log-in-console\":true},\"redis\":{\"db\":0,\"addr\":\"127.0.0.1:6379\",\"password\":\"\"},\"email\":{\"to\":\"xxx@qq.com\",\"port\":465,\"from\":\"xxx@163.com\",\"host\":\"smtp.163.com\",\"is-ssl\":true,\"secret\":\"xxx\",\"nickname\":\"test\"},\"system\":{\"env\":\"public\",\"addr\":8888,\"db-type\":\"mysql\",\"oss-type\":\"local\",\"use-multipoint\":false,\"use-redis\":false,\"iplimit-count\":15000,\"iplimit-time\":3600},\"captcha\":{\"key-long\":6,\"img-width\":240,\"img-height\":80},\"autocode\":{\"transfer-restart\":true,\"root\":\"/Users/dd/projects/gin-vue-admin/gin-vue-admin\",\"server\":\"/server\",\"server-api\":\"/api/v1/%s\",\"server-plug\":\"/plugin/%s\",\"server-initialize\":\"/initialize\",\"server-model\":\"/model/%s\",\"server-request\":\"/model/%s/request/\",\"server-router\":\"/router/%s\",\"server-service\":\"/service/%s\",\"web\":\"/web/src\",\"web-api\":\"/api\",\"web-form\":\"/view\",\"web-table\":\"/view\"},\"mysql\":{\"path\":\"127.0.0.1\",\"port\":\"3306\",\"config\":\"charset=utf8mb4\\u0026parseTime=True\\u0026loc=Local\",\"db-name\":\"nft\",\"username\":\"king\",\"password\":\"root\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"error\",\"log-zap\":false},\"pgsql\":{\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false},\"db-list\":[{\"disable\":false,\"type\":\"\",\"alias-name\":\"\",\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false}],\"local\":{\"path\":\"uploads/file\",\"store-path\":\"uploads/file\"},\"qiniu\":{\"zone\":\"ZoneHuaDong\",\"bucket\":\"\",\"img-path\":\"\",\"use-https\":false,\"access-key\":\"\",\"secret-key\":\"\",\"use-cdn-domains\":false},\"aliyun-oss\":{\"endpoint\":\"yourEndpoint\",\"access-key-id\":\"yourAccessKeyId\",\"access-key-secret\":\"yourAccessKeySecret\",\"bucket-name\":\"yourBucketName\",\"bucket-url\":\"yourBucketUrl\",\"base-path\":\"yourBasePath\"},\"hua-wei-obs\":{\"path\":\"you-path\",\"bucket\":\"you-bucket\",\"endpoint\":\"you-endpoint\",\"access-key\":\"you-access-key\",\"secret-key\":\"you-secret-key\"},\"tencent-cos\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"aws-s3\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"endpoint\":\"\",\"s3-force-path-style\":false,\"disable-ssl\":false,\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"excel\":{\"dir\":\"./resource/excel/\"},\"timer\":{\"start\":true,\"spec\":\"@daily\",\"detail\":[{\"tableName\":\"sys_operation_records\",\"compareField\":\"created_at\",\"interval\":\"2160h\"},{\"tableName\":\"jwt_blacklists\",\"compareField\":\"created_at\",\"interval\":\"168h\"}]},\"cors\":{\"mode\":\"whitelist\",\"whitelist\":[{\"allow-origin\":\"example1.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true},{\"allow-origin\":\"example2.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true}]}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (128, '2022-07-01 15:51:23.990', '2022-07-01 15:51:23.990', NULL, '127.0.0.1', 'POST', '/system/getSystemConfig', 200, 60982, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"config\":{\"jwt\":{\"signing-key\":\"95756f7d-6eea-482f-a3ee-50f6fd28f80d\",\"expires-time\":604800,\"buffer-time\":86400,\"issuer\":\"qmPlus\"},\"zap\":{\"level\":\"info\",\"prefix\":\"[github.com/flipped-aurora/gin-vue-admin/server]\",\"format\":\"console\",\"director\":\"log\",\"encode-level\":\"LowercaseColorLevelEncoder\",\"stacktrace-key\":\"stacktrace\",\"max-age\":30,\"show-line\":true,\"log-in-console\":true},\"redis\":{\"db\":0,\"addr\":\"127.0.0.1:6379\",\"password\":\"\"},\"email\":{\"to\":\"xxx@qq.com\",\"port\":465,\"from\":\"xxx@163.com\",\"host\":\"smtp.163.com\",\"is-ssl\":true,\"secret\":\"xxx\",\"nickname\":\"test\"},\"system\":{\"env\":\"public\",\"addr\":8888,\"db-type\":\"mysql\",\"oss-type\":\"local\",\"use-multipoint\":false,\"use-redis\":false,\"iplimit-count\":15000,\"iplimit-time\":3600},\"captcha\":{\"key-long\":6,\"img-width\":240,\"img-height\":80},\"autocode\":{\"transfer-restart\":true,\"root\":\"/Users/dd/projects/gin-vue-admin/gin-vue-admin\",\"server\":\"/server\",\"server-api\":\"/api/v1/%s\",\"server-plug\":\"/plugin/%s\",\"server-initialize\":\"/initialize\",\"server-model\":\"/model/%s\",\"server-request\":\"/model/%s/request/\",\"server-router\":\"/router/%s\",\"server-service\":\"/service/%s\",\"web\":\"/web/src\",\"web-api\":\"/api\",\"web-form\":\"/view\",\"web-table\":\"/view\"},\"mysql\":{\"path\":\"127.0.0.1\",\"port\":\"3306\",\"config\":\"charset=utf8mb4\\u0026parseTime=True\\u0026loc=Local\",\"db-name\":\"nft\",\"username\":\"king\",\"password\":\"root\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"error\",\"log-zap\":false},\"pgsql\":{\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false},\"db-list\":[{\"disable\":false,\"type\":\"\",\"alias-name\":\"\",\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false}],\"local\":{\"path\":\"uploads/file\",\"store-path\":\"uploads/file\"},\"qiniu\":{\"zone\":\"ZoneHuaDong\",\"bucket\":\"\",\"img-path\":\"\",\"use-https\":false,\"access-key\":\"\",\"secret-key\":\"\",\"use-cdn-domains\":false},\"aliyun-oss\":{\"endpoint\":\"yourEndpoint\",\"access-key-id\":\"yourAccessKeyId\",\"access-key-secret\":\"yourAccessKeySecret\",\"bucket-name\":\"yourBucketName\",\"bucket-url\":\"yourBucketUrl\",\"base-path\":\"yourBasePath\"},\"hua-wei-obs\":{\"path\":\"you-path\",\"bucket\":\"you-bucket\",\"endpoint\":\"you-endpoint\",\"access-key\":\"you-access-key\",\"secret-key\":\"you-secret-key\"},\"tencent-cos\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"aws-s3\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"endpoint\":\"\",\"s3-force-path-style\":false,\"disable-ssl\":false,\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"excel\":{\"dir\":\"./resource/excel/\"},\"timer\":{\"start\":true,\"spec\":\"@daily\",\"detail\":[{\"tableName\":\"sys_operation_records\",\"compareField\":\"created_at\",\"interval\":\"2160h\"},{\"tableName\":\"jwt_blacklists\",\"compareField\":\"created_at\",\"interval\":\"168h\"}]},\"cors\":{\"mode\":\"whitelist\",\"whitelist\":[{\"allow-origin\":\"example1.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true},{\"allow-origin\":\"example2.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true}]}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (129, '2022-07-01 15:52:38.787', '2022-07-01 15:52:38.787', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201540260, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":15},\"cpu\":{\"cpus\":[39.9999999998181,9.999999999954525,35.0000000003638,9.999999999954525],\"cores\":2},\"ram\":{\"usedMb\":6102,\"totalMb\":8192,\"usedPercent\":74},\"disk\":{\"usedMb\":66981,\"usedGb\":65,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (130, '2022-07-01 15:54:43.282', '2022-07-01 15:54:43.282', NULL, '127.0.0.1', 'POST', '/system/getSystemConfig', 200, 64170, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"config\":{\"jwt\":{\"signing-key\":\"95756f7d-6eea-482f-a3ee-50f6fd28f80d\",\"expires-time\":604800,\"buffer-time\":86400,\"issuer\":\"qmPlus\"},\"zap\":{\"level\":\"info\",\"prefix\":\"[github.com/flipped-aurora/gin-vue-admin/server]\",\"format\":\"console\",\"director\":\"log\",\"encode-level\":\"LowercaseColorLevelEncoder\",\"stacktrace-key\":\"stacktrace\",\"max-age\":30,\"show-line\":true,\"log-in-console\":true},\"redis\":{\"db\":0,\"addr\":\"127.0.0.1:6379\",\"password\":\"\"},\"email\":{\"to\":\"xxx@qq.com\",\"port\":465,\"from\":\"xxx@163.com\",\"host\":\"smtp.163.com\",\"is-ssl\":true,\"secret\":\"xxx\",\"nickname\":\"test\"},\"system\":{\"env\":\"public\",\"addr\":8888,\"db-type\":\"mysql\",\"oss-type\":\"local\",\"use-multipoint\":false,\"use-redis\":false,\"iplimit-count\":15000,\"iplimit-time\":3600},\"captcha\":{\"key-long\":6,\"img-width\":240,\"img-height\":80},\"autocode\":{\"transfer-restart\":true,\"root\":\"/Users/dd/projects/gin-vue-admin/gin-vue-admin\",\"server\":\"/server\",\"server-api\":\"/api/v1/%s\",\"server-plug\":\"/plugin/%s\",\"server-initialize\":\"/initialize\",\"server-model\":\"/model/%s\",\"server-request\":\"/model/%s/request/\",\"server-router\":\"/router/%s\",\"server-service\":\"/service/%s\",\"web\":\"/web/src\",\"web-api\":\"/api\",\"web-form\":\"/view\",\"web-table\":\"/view\"},\"mysql\":{\"path\":\"127.0.0.1\",\"port\":\"3306\",\"config\":\"charset=utf8mb4\\u0026parseTime=True\\u0026loc=Local\",\"db-name\":\"nft\",\"username\":\"king\",\"password\":\"root\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"error\",\"log-zap\":false},\"pgsql\":{\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false},\"db-list\":[{\"disable\":false,\"type\":\"\",\"alias-name\":\"\",\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false}],\"local\":{\"path\":\"uploads/file\",\"store-path\":\"uploads/file\"},\"qiniu\":{\"zone\":\"ZoneHuaDong\",\"bucket\":\"\",\"img-path\":\"\",\"use-https\":false,\"access-key\":\"\",\"secret-key\":\"\",\"use-cdn-domains\":false},\"aliyun-oss\":{\"endpoint\":\"yourEndpoint\",\"access-key-id\":\"yourAccessKeyId\",\"access-key-secret\":\"yourAccessKeySecret\",\"bucket-name\":\"yourBucketName\",\"bucket-url\":\"yourBucketUrl\",\"base-path\":\"yourBasePath\"},\"hua-wei-obs\":{\"path\":\"you-path\",\"bucket\":\"you-bucket\",\"endpoint\":\"you-endpoint\",\"access-key\":\"you-access-key\",\"secret-key\":\"you-secret-key\"},\"tencent-cos\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"aws-s3\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"endpoint\":\"\",\"s3-force-path-style\":false,\"disable-ssl\":false,\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"excel\":{\"dir\":\"./resource/excel/\"},\"timer\":{\"start\":true,\"spec\":\"@daily\",\"detail\":[{\"tableName\":\"sys_operation_records\",\"compareField\":\"created_at\",\"interval\":\"2160h\"},{\"tableName\":\"jwt_blacklists\",\"compareField\":\"created_at\",\"interval\":\"168h\"}]},\"cors\":{\"mode\":\"whitelist\",\"whitelist\":[{\"allow-origin\":\"example1.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true},{\"allow-origin\":\"example2.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true}]}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (131, '2022-07-01 15:54:43.286', '2022-07-01 15:54:43.286', NULL, '127.0.0.1', 'POST', '/system/getSystemConfig', 200, 95646, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"config\":{\"jwt\":{\"signing-key\":\"95756f7d-6eea-482f-a3ee-50f6fd28f80d\",\"expires-time\":604800,\"buffer-time\":86400,\"issuer\":\"qmPlus\"},\"zap\":{\"level\":\"info\",\"prefix\":\"[github.com/flipped-aurora/gin-vue-admin/server]\",\"format\":\"console\",\"director\":\"log\",\"encode-level\":\"LowercaseColorLevelEncoder\",\"stacktrace-key\":\"stacktrace\",\"max-age\":30,\"show-line\":true,\"log-in-console\":true},\"redis\":{\"db\":0,\"addr\":\"127.0.0.1:6379\",\"password\":\"\"},\"email\":{\"to\":\"xxx@qq.com\",\"port\":465,\"from\":\"xxx@163.com\",\"host\":\"smtp.163.com\",\"is-ssl\":true,\"secret\":\"xxx\",\"nickname\":\"test\"},\"system\":{\"env\":\"public\",\"addr\":8888,\"db-type\":\"mysql\",\"oss-type\":\"local\",\"use-multipoint\":false,\"use-redis\":false,\"iplimit-count\":15000,\"iplimit-time\":3600},\"captcha\":{\"key-long\":6,\"img-width\":240,\"img-height\":80},\"autocode\":{\"transfer-restart\":true,\"root\":\"/Users/dd/projects/gin-vue-admin/gin-vue-admin\",\"server\":\"/server\",\"server-api\":\"/api/v1/%s\",\"server-plug\":\"/plugin/%s\",\"server-initialize\":\"/initialize\",\"server-model\":\"/model/%s\",\"server-request\":\"/model/%s/request/\",\"server-router\":\"/router/%s\",\"server-service\":\"/service/%s\",\"web\":\"/web/src\",\"web-api\":\"/api\",\"web-form\":\"/view\",\"web-table\":\"/view\"},\"mysql\":{\"path\":\"127.0.0.1\",\"port\":\"3306\",\"config\":\"charset=utf8mb4\\u0026parseTime=True\\u0026loc=Local\",\"db-name\":\"nft\",\"username\":\"king\",\"password\":\"root\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"error\",\"log-zap\":false},\"pgsql\":{\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false},\"db-list\":[{\"disable\":false,\"type\":\"\",\"alias-name\":\"\",\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false}],\"local\":{\"path\":\"uploads/file\",\"store-path\":\"uploads/file\"},\"qiniu\":{\"zone\":\"ZoneHuaDong\",\"bucket\":\"\",\"img-path\":\"\",\"use-https\":false,\"access-key\":\"\",\"secret-key\":\"\",\"use-cdn-domains\":false},\"aliyun-oss\":{\"endpoint\":\"yourEndpoint\",\"access-key-id\":\"yourAccessKeyId\",\"access-key-secret\":\"yourAccessKeySecret\",\"bucket-name\":\"yourBucketName\",\"bucket-url\":\"yourBucketUrl\",\"base-path\":\"yourBasePath\"},\"hua-wei-obs\":{\"path\":\"you-path\",\"bucket\":\"you-bucket\",\"endpoint\":\"you-endpoint\",\"access-key\":\"you-access-key\",\"secret-key\":\"you-secret-key\"},\"tencent-cos\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"aws-s3\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"endpoint\":\"\",\"s3-force-path-style\":false,\"disable-ssl\":false,\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"github.com/flipped-aurora/gin-vue-admin/server\"},\"excel\":{\"dir\":\"./resource/excel/\"},\"timer\":{\"start\":true,\"spec\":\"@daily\",\"detail\":[{\"tableName\":\"sys_operation_records\",\"compareField\":\"created_at\",\"interval\":\"2160h\"},{\"tableName\":\"jwt_blacklists\",\"compareField\":\"created_at\",\"interval\":\"168h\"}]},\"cors\":{\"mode\":\"whitelist\",\"whitelist\":[{\"allow-origin\":\"example1.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true},{\"allow-origin\":\"example2.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true}]}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (132, '2022-07-01 20:02:07.700', '2022-07-01 20:02:07.700', NULL, '127.0.0.1', 'PUT', '/appBanners/updateAppBanners', 200, 9397698, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":1,\"CreatedAt\":\"2022-07-01T15:19:45.74+08:00\",\"UpdatedAt\":\"2022-07-01T15:19:45.74+08:00\",\"imgUrl\":\"https://qmplusimg.henrongyi.top/gva_header.jpg\",\"type\":2,\"value\":\"1\"}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (133, '2022-07-01 20:03:26.618', '2022-07-01 20:03:26.618', NULL, '127.0.0.1', 'PUT', '/appBanners/updateAppBanners', 200, 3994299, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":1,\"CreatedAt\":\"2022-07-01T15:19:45.74+08:00\",\"UpdatedAt\":\"2022-07-01T20:02:07.691+08:00\",\"imgUrl\":\"https://qmplusimg.henrongyi.top/gva_header.jpg\",\"type\":2,\"value\":\"1\"}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (134, '2022-07-01 20:08:01.935', '2022-07-01 20:08:01.935', NULL, '127.0.0.1', 'PUT', '/appBanners/updateAppBanners', 200, 20460823, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":1,\"CreatedAt\":\"2022-07-01T15:19:45.74+08:00\",\"UpdatedAt\":\"2022-07-01T20:03:26.614+08:00\",\"imgUrl\":\"https://qmplusimg.henrongyi.top/gva_header.jpg\",\"type\":2,\"value\":\"2\"}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (135, '2022-07-01 20:20:46.594', '2022-07-01 20:20:46.594', NULL, '127.0.0.1', 'PUT', '/appBanners/updateAppBanners', 200, 20554500, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":1,\"CreatedAt\":\"2022-07-01T15:19:45.74+08:00\",\"UpdatedAt\":\"2022-07-01T20:08:01.924+08:00\",\"imgUrl\":\"https://qmplusimg.henrongyi.top/gva_header.jpg\",\"type\":2,\"value\":\"2\"}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (136, '2022-07-01 20:22:52.785', '2022-07-01 20:22:52.785', NULL, '127.0.0.1', 'PUT', '/appBanners/updateAppBanners', 200, 16817618, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":1,\"CreatedAt\":\"2022-07-01T15:19:45.74+08:00\",\"UpdatedAt\":\"2022-07-01T20:20:46.581+08:00\",\"imgUrl\":\"https://qmplusimg.henrongyi.top/gva_header.jpg\",\"type\":2,\"value\":\"2\"}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (137, '2022-07-01 20:23:48.314', '2022-07-01 20:23:48.314', NULL, '127.0.0.1', 'PUT', '/appBanners/updateAppBanners', 200, 2331720, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":1,\"CreatedAt\":\"2022-07-01T15:19:45.74+08:00\",\"UpdatedAt\":\"2022-07-01T20:22:52.781+08:00\",\"imgUrl\":\"https://qmplusimg.henrongyi.top/gva_header.jpg\",\"type\":2,\"value\":\"2\"}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (138, '2022-07-01 20:25:05.056', '2022-07-01 20:25:05.056', NULL, '127.0.0.1', 'PUT', '/appBanners/updateAppBanners', 200, 23152319, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":1,\"CreatedAt\":\"2022-07-01T15:19:45.74+08:00\",\"UpdatedAt\":\"2022-07-01T20:23:48.311+08:00\",\"imgUrl\":\"https://qmplusimg.henrongyi.top/gva_header.jpg\",\"type\":2,\"value\":\"2\"}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (139, '2022-07-01 20:28:29.429', '2022-07-01 20:28:29.429', NULL, '127.0.0.1', 'PUT', '/appBanners/updateAppBanners', 200, 16048544, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":1,\"CreatedAt\":\"2022-07-01T15:19:45.74+08:00\",\"UpdatedAt\":\"2022-07-01T20:25:05.045+08:00\",\"imgUrl\":\"https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656678507WeChat36a956d1af7f68bda3787d36e9d731e6.png\",\"type\":2,\"value\":\"2\"}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (140, '2022-07-01 20:36:04.381', '2022-07-01 20:36:04.381', NULL, '127.0.0.1', 'POST', '/appBanners/createAppBanners', 200, 63527109, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"imgUrl\":\"https://ems-1253777855.cos.ap-guangzhou.myqcloud.com/extra/1656678959WeChat36a956d1af7f68bda3787d36e9d731e6.png\",\"type\":2,\"value\":\"4\"}', '{\"code\":0,\"data\":{},\"msg\":\"创建成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (141, '2022-07-02 08:03:00.207', '2022-07-02 08:03:00.207', NULL, '127.0.0.1', 'DELETE', '/appBanners/deleteAppBanners', 200, 66326567, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":1}', '{\"code\":0,\"data\":{},\"msg\":\"删除成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (142, '2022-07-02 08:03:02.455', '2022-07-02 08:03:02.455', NULL, '127.0.0.1', 'DELETE', '/appBanners/deleteAppBanners', 200, 7182524, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":2}', '{\"code\":0,\"data\":{},\"msg\":\"删除成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (143, '2022-07-02 08:20:45.704', '2022-07-02 08:20:45.704', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 205258611, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":12},\"cpu\":{\"cpus\":[45,9.523809523799212,45.000000000005684,14.28571428571042],\"cores\":2},\"ram\":{\"usedMb\":5730,\"totalMb\":8192,\"usedPercent\":69},\"disk\":{\"usedMb\":68132,\"usedGb\":66,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (144, '2022-07-02 13:34:40.357', '2022-07-02 13:34:40.357', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 200823905, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":12},\"cpu\":{\"cpus\":[26.315789473230723,4.999999999977263,28.571428571737922,9.523809523757965],\"cores\":2},\"ram\":{\"usedMb\":6157,\"totalMb\":8192,\"usedPercent\":75},\"disk\":{\"usedMb\":68315,\"usedGb\":66,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (145, '2022-07-02 14:33:43.664', '2022-07-02 14:33:43.664', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201867381, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":11},\"cpu\":{\"cpus\":[52.380952381447344,10.526315789656339,50,10.000000000068212],\"cores\":2},\"ram\":{\"usedMb\":5607,\"totalMb\":8192,\"usedPercent\":68},\"disk\":{\"usedMb\":68312,\"usedGb\":66,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (146, '2022-07-02 14:33:53.662', '2022-07-02 14:33:53.662', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 200503801, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":11},\"cpu\":{\"cpus\":[44.99999999990905,10.000000000136424,44.99999999990905,9.523809524005447],\"cores\":2},\"ram\":{\"usedMb\":5589,\"totalMb\":8192,\"usedPercent\":68},\"disk\":{\"usedMb\":68313,\"usedGb\":66,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (147, '2022-07-02 14:34:03.662', '2022-07-02 14:34:03.662', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201562313, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":11},\"cpu\":{\"cpus\":[14.285714285219322,0,5.263157894787229,0],\"cores\":2},\"ram\":{\"usedMb\":5539,\"totalMb\":8192,\"usedPercent\":67},\"disk\":{\"usedMb\":68313,\"usedGb\":66,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (148, '2022-07-02 14:34:13.661', '2022-07-02 14:34:13.661', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201590768, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":11},\"cpu\":{\"cpus\":[5.263157894787229,0,9.999999999727152,0],\"cores\":2},\"ram\":{\"usedMb\":5515,\"totalMb\":8192,\"usedPercent\":67},\"disk\":{\"usedMb\":68313,\"usedGb\":66,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (149, '2022-07-02 14:34:23.661', '2022-07-02 14:34:23.661', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201635467, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":11},\"cpu\":{\"cpus\":[5.263157894888005,4.761904761946009,5.263157894888005,0],\"cores\":2},\"ram\":{\"usedMb\":5498,\"totalMb\":8192,\"usedPercent\":67},\"disk\":{\"usedMb\":68313,\"usedGb\":66,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (150, '2022-07-02 14:34:33.660', '2022-07-02 14:34:33.660', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201507477, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":11},\"cpu\":{\"cpus\":[39.999999999363354,9.999999999954525,30.0000000001819,4.999999999863576],\"cores\":2},\"ram\":{\"usedMb\":5494,\"totalMb\":8192,\"usedPercent\":67},\"disk\":{\"usedMb\":68313,\"usedGb\":66,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (151, '2022-07-02 14:34:40.608', '2022-07-02 14:34:40.608', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201036481, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":11},\"cpu\":{\"cpus\":[40.00000000027285,4.999999999977263,33.33333333333333,5.263157894768334],\"cores\":2},\"ram\":{\"usedMb\":5618,\"totalMb\":8192,\"usedPercent\":68},\"disk\":{\"usedMb\":68313,\"usedGb\":66,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (152, '2022-07-02 15:23:21.995', '2022-07-02 15:23:21.995', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201206375, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":12},\"cpu\":{\"cpus\":[47.36842105164902,14.999999999931788,45.000000000727596,10.000000000136424],\"cores\":2},\"ram\":{\"usedMb\":5682,\"totalMb\":8192,\"usedPercent\":69},\"disk\":{\"usedMb\":68339,\"usedGb\":66,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (153, '2022-07-02 15:23:25.331', '2022-07-02 15:23:25.331', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201033752, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":12},\"cpu\":{\"cpus\":[50,5.263157894749439,44.9999999994543,9.999999999954525],\"cores\":2},\"ram\":{\"usedMb\":5697,\"totalMb\":8192,\"usedPercent\":69},\"disk\":{\"usedMb\":68339,\"usedGb\":66,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (154, '2022-07-02 15:59:40.002', '2022-07-02 15:59:40.002', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201408572, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":12},\"cpu\":{\"cpus\":[47.61904761981069,9.999999999954525,47.3684210521277,5.000000000068212],\"cores\":2},\"ram\":{\"usedMb\":5737,\"totalMb\":8192,\"usedPercent\":70},\"disk\":{\"usedMb\":68357,\"usedGb\":66,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (155, '2022-07-02 16:57:19.986', '2022-07-02 16:57:19.986', NULL, '127.0.0.1', 'POST', '/api/getApiById', 200, 873422, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"id\":18}', '{\"code\":0,\"data\":{\"api\":{\"ID\":18,\"CreatedAt\":\"2022-06-29T17:35:00.894+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:00.894+08:00\",\"path\":\"/api/getApiById\",\"description\":\"获取api详细信息\",\"apiGroup\":\"api\",\"method\":\"POST\"}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (156, '2022-07-02 16:58:08.639', '2022-07-02 16:58:08.639', NULL, '127.0.0.1', 'POST', '/api/createApi', 200, 11126182, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"path\":\"/users/register\",\"apiGroup\":\"app\",\"method\":\"POST\",\"description\":\"用户注册\"}', '{\"code\":0,\"data\":{},\"msg\":\"创建成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (157, '2022-07-02 16:58:12.061', '2022-07-02 16:58:12.061', NULL, '127.0.0.1', 'POST', '/api/getApiById', 200, 1285265, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"id\":18}', '{\"code\":0,\"data\":{\"api\":{\"ID\":18,\"CreatedAt\":\"2022-06-29T17:35:00.894+08:00\",\"UpdatedAt\":\"2022-06-29T17:35:00.894+08:00\",\"path\":\"/api/getApiById\",\"description\":\"获取api详细信息\",\"apiGroup\":\"api\",\"method\":\"POST\"}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (158, '2022-07-02 16:58:50.529', '2022-07-02 16:58:50.529', NULL, '127.0.0.1', 'POST', '/api/getApiById', 200, 833087, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"id\":111}', '{\"code\":0,\"data\":{\"api\":{\"ID\":111,\"CreatedAt\":\"2022-07-02T16:58:08.636+08:00\",\"UpdatedAt\":\"2022-07-02T16:58:08.636+08:00\",\"path\":\"/users/register\",\"description\":\"用户注册\",\"apiGroup\":\"app\",\"method\":\"POST\"}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (159, '2022-07-02 16:59:01.733', '2022-07-02 16:59:01.733', NULL, '127.0.0.1', 'POST', '/api/updateApi', 200, 6253853, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '{\"ID\":111,\"CreatedAt\":\"2022-07-02T16:58:08.636+08:00\",\"UpdatedAt\":\"2022-07-02T16:58:08.636+08:00\",\"path\":\"/users/register\",\"description\":\"用户注册\",\"apiGroup\":\"users\",\"method\":\"POST\"}', '{\"code\":0,\"data\":{},\"msg\":\"修改成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (160, '2022-07-04 08:14:26.124', '2022-07-04 08:14:26.124', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201658860, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":12},\"cpu\":{\"cpus\":[38.095238095250984,4.7619047619021835,40.00000000001137,4.999999999994316],\"cores\":2},\"ram\":{\"usedMb\":5137,\"totalMb\":8192,\"usedPercent\":62},\"disk\":{\"usedMb\":68818,\"usedGb\":67,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (161, '2022-07-04 08:14:34.602', '2022-07-04 08:14:34.602', NULL, '127.0.0.1', 'POST', '/system/getSystemConfig', 200, 695934, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"config\":{\"jwt\":{\"signing-key\":\"95756f7d-6eea-482f-a3ee-50f6fd28f80d\",\"expires-time\":604800,\"buffer-time\":86400,\"issuer\":\"qmPlus\"},\"zap\":{\"level\":\"info\",\"prefix\":\"[ln/nft]\",\"format\":\"console\",\"director\":\"log\",\"encode-level\":\"LowercaseColorLevelEncoder\",\"stacktrace-key\":\"stacktrace\",\"max-age\":30,\"show-line\":true,\"log-in-console\":true},\"redis\":{\"db\":0,\"addr\":\"127.0.0.1:6379\",\"password\":\"\"},\"email\":{\"to\":\"xxx@qq.com\",\"port\":465,\"from\":\"xxx@163.com\",\"host\":\"smtp.163.com\",\"is-ssl\":true,\"secret\":\"xxx\",\"nickname\":\"test\"},\"system\":{\"env\":\"public\",\"addr\":8888,\"db-type\":\"mysql\",\"oss-type\":\"tencent-cos\",\"use-multipoint\":false,\"use-redis\":false,\"iplimit-count\":15000,\"iplimit-time\":3600},\"captcha\":{\"key-long\":6,\"img-width\":240,\"img-height\":80},\"autocode\":{\"transfer-restart\":true,\"root\":\"/Users/dd/projects/gin-vue-admin\",\"server\":\"/server\",\"server-api\":\"/api/v1/%s\",\"server-plug\":\"/plugin/%s\",\"server-initialize\":\"/initialize\",\"server-model\":\"/model/%s\",\"server-request\":\"/model/%s/request/\",\"server-router\":\"/router/%s\",\"server-service\":\"/service/%s\",\"web\":\"/web/src\",\"web-api\":\"/api\",\"web-form\":\"/view\",\"web-table\":\"/view\"},\"mysql\":{\"path\":\"127.0.0.1\",\"port\":\"3306\",\"config\":\"charset=utf8mb4\\u0026parseTime=True\\u0026loc=Local\",\"db-name\":\"nft\",\"username\":\"king\",\"password\":\"root\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"error\",\"log-zap\":false},\"pgsql\":{\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false},\"db-list\":[{\"disable\":false,\"type\":\"\",\"alias-name\":\"\",\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false}],\"local\":{\"path\":\"uploads/file\",\"store-path\":\"uploads/file\"},\"qiniu\":{\"zone\":\"ZoneHuaDong\",\"bucket\":\"\",\"img-path\":\"\",\"use-https\":false,\"access-key\":\"\",\"secret-key\":\"\",\"use-cdn-domains\":false},\"aliyun-oss\":{\"endpoint\":\"yourEndpoint\",\"access-key-id\":\"yourAccessKeyId\",\"access-key-secret\":\"yourAccessKeySecret\",\"bucket-name\":\"yourBucketName\",\"bucket-url\":\"yourBucketUrl\",\"base-path\":\"yourBasePath\"},\"hua-wei-obs\":{\"path\":\"you-path\",\"bucket\":\"you-bucket\",\"endpoint\":\"you-endpoint\",\"access-key\":\"you-access-key\",\"secret-key\":\"you-secret-key\"},\"tencent-cos\":{\"bucket\":\"ems-1253777855\",\"region\":\"ap-guangzhou\",\"secret-id\":\"AKIDa1C7l9G6fxzkERQ9sLXS5RWLt98rJUO1\",\"secret-key\":\"OVLuDFzSfaEbjbCWZLq41h6E5fy0kDPK\",\"base-url\":\"https://ems-1253777855.cos.ap-guangzhou.myqcloud.com\",\"path-prefix\":\"extra\"},\"aws-s3\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"endpoint\":\"\",\"s3-force-path-style\":false,\"disable-ssl\":false,\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"ln/nft\"},\"excel\":{\"dir\":\"./resource/excel/\"},\"timer\":{\"start\":true,\"spec\":\"@daily\",\"detail\":[{\"tableName\":\"sys_operation_records\",\"compareField\":\"created_at\",\"interval\":\"2160h\"},{\"tableName\":\"jwt_blacklists\",\"compareField\":\"created_at\",\"interval\":\"168h\"}]},\"cors\":{\"mode\":\"whitelist\",\"whitelist\":[{\"allow-origin\":\"example1.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true},{\"allow-origin\":\"example2.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true}]}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (162, '2022-07-04 08:14:35.038', '2022-07-04 08:14:35.038', NULL, '127.0.0.1', 'POST', '/system/getSystemConfig', 200, 76779, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"config\":{\"jwt\":{\"signing-key\":\"95756f7d-6eea-482f-a3ee-50f6fd28f80d\",\"expires-time\":604800,\"buffer-time\":86400,\"issuer\":\"qmPlus\"},\"zap\":{\"level\":\"info\",\"prefix\":\"[ln/nft]\",\"format\":\"console\",\"director\":\"log\",\"encode-level\":\"LowercaseColorLevelEncoder\",\"stacktrace-key\":\"stacktrace\",\"max-age\":30,\"show-line\":true,\"log-in-console\":true},\"redis\":{\"db\":0,\"addr\":\"127.0.0.1:6379\",\"password\":\"\"},\"email\":{\"to\":\"xxx@qq.com\",\"port\":465,\"from\":\"xxx@163.com\",\"host\":\"smtp.163.com\",\"is-ssl\":true,\"secret\":\"xxx\",\"nickname\":\"test\"},\"system\":{\"env\":\"public\",\"addr\":8888,\"db-type\":\"mysql\",\"oss-type\":\"tencent-cos\",\"use-multipoint\":false,\"use-redis\":false,\"iplimit-count\":15000,\"iplimit-time\":3600},\"captcha\":{\"key-long\":6,\"img-width\":240,\"img-height\":80},\"autocode\":{\"transfer-restart\":true,\"root\":\"/Users/dd/projects/gin-vue-admin\",\"server\":\"/server\",\"server-api\":\"/api/v1/%s\",\"server-plug\":\"/plugin/%s\",\"server-initialize\":\"/initialize\",\"server-model\":\"/model/%s\",\"server-request\":\"/model/%s/request/\",\"server-router\":\"/router/%s\",\"server-service\":\"/service/%s\",\"web\":\"/web/src\",\"web-api\":\"/api\",\"web-form\":\"/view\",\"web-table\":\"/view\"},\"mysql\":{\"path\":\"127.0.0.1\",\"port\":\"3306\",\"config\":\"charset=utf8mb4\\u0026parseTime=True\\u0026loc=Local\",\"db-name\":\"nft\",\"username\":\"king\",\"password\":\"root\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"error\",\"log-zap\":false},\"pgsql\":{\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false},\"db-list\":[{\"disable\":false,\"type\":\"\",\"alias-name\":\"\",\"path\":\"\",\"port\":\"\",\"config\":\"\",\"db-name\":\"\",\"username\":\"\",\"password\":\"\",\"max-idle-conns\":10,\"max-open-conns\":100,\"log-mode\":\"\",\"log-zap\":false}],\"local\":{\"path\":\"uploads/file\",\"store-path\":\"uploads/file\"},\"qiniu\":{\"zone\":\"ZoneHuaDong\",\"bucket\":\"\",\"img-path\":\"\",\"use-https\":false,\"access-key\":\"\",\"secret-key\":\"\",\"use-cdn-domains\":false},\"aliyun-oss\":{\"endpoint\":\"yourEndpoint\",\"access-key-id\":\"yourAccessKeyId\",\"access-key-secret\":\"yourAccessKeySecret\",\"bucket-name\":\"yourBucketName\",\"bucket-url\":\"yourBucketUrl\",\"base-path\":\"yourBasePath\"},\"hua-wei-obs\":{\"path\":\"you-path\",\"bucket\":\"you-bucket\",\"endpoint\":\"you-endpoint\",\"access-key\":\"you-access-key\",\"secret-key\":\"you-secret-key\"},\"tencent-cos\":{\"bucket\":\"ems-1253777855\",\"region\":\"ap-guangzhou\",\"secret-id\":\"AKIDa1C7l9G6fxzkERQ9sLXS5RWLt98rJUO1\",\"secret-key\":\"OVLuDFzSfaEbjbCWZLq41h6E5fy0kDPK\",\"base-url\":\"https://ems-1253777855.cos.ap-guangzhou.myqcloud.com\",\"path-prefix\":\"extra\"},\"aws-s3\":{\"bucket\":\"xxxxx-10005608\",\"region\":\"ap-shanghai\",\"endpoint\":\"\",\"s3-force-path-style\":false,\"disable-ssl\":false,\"secret-id\":\"xxxxxxxx\",\"secret-key\":\"xxxxxxxx\",\"base-url\":\"https://gin.vue.admin\",\"path-prefix\":\"ln/nft\"},\"excel\":{\"dir\":\"./resource/excel/\"},\"timer\":{\"start\":true,\"spec\":\"@daily\",\"detail\":[{\"tableName\":\"sys_operation_records\",\"compareField\":\"created_at\",\"interval\":\"2160h\"},{\"tableName\":\"jwt_blacklists\",\"compareField\":\"created_at\",\"interval\":\"168h\"}]},\"cors\":{\"mode\":\"whitelist\",\"whitelist\":[{\"allow-origin\":\"example1.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true},{\"allow-origin\":\"example2.com\",\"allow-methods\":\"GET, POST\",\"allow-headers\":\"content-type\",\"expose-headers\":\"Content-Length, Access-Control-Allow-Origin, Access-Control-Allow-Headers, Content-Type\",\"allow-credentials\":true}]}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (163, '2022-07-04 08:14:37.960', '2022-07-04 08:14:37.960', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 202420680, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":12},\"cpu\":{\"cpus\":[79.9999999999659,26.31578947368264,78.9473684210479,21.05263157895209],\"cores\":2},\"ram\":{\"usedMb\":5171,\"totalMb\":8192,\"usedPercent\":63},\"disk\":{\"usedMb\":68819,\"usedGb\":67,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":28}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (164, '2022-07-05 09:59:40.332', '2022-07-05 09:59:40.332', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 217490300, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"linux\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":12},\"cpu\":{\"cpus\":[0,4.761904761899606,0,0],\"cores\":2},\"ram\":{\"usedMb\":2780,\"totalMb\":3881,\"usedPercent\":71},\"disk\":{\"usedMb\":5302,\"usedGb\":5,\"totalMb\":257006,\"totalGb\":250,\"usedPercent\":2}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (165, '2022-07-05 09:59:50.390', '2022-07-05 09:59:50.390', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 206259600, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"linux\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":12},\"cpu\":{\"cpus\":[4.761904761899606,4.761904761899606,4.761904761899606,4.761904761899606],\"cores\":2},\"ram\":{\"usedMb\":2522,\"totalMb\":3881,\"usedPercent\":65},\"disk\":{\"usedMb\":5302,\"usedGb\":5,\"totalMb\":257006,\"totalGb\":250,\"usedPercent\":2}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (166, '2022-07-06 08:30:15.159', '2022-07-06 08:30:15.159', NULL, '127.0.0.1', 'POST', '/authority/createAuthority', 200, 1125849500, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"authorityId\":666,\"authorityName\":\"App角色\",\"parentId\":0}', '{\"code\":0,\"data\":{\"authority\":{\"CreatedAt\":\"2022-07-06T08:30:14.0898693+08:00\",\"UpdatedAt\":\"2022-07-06T08:30:14.0898693+08:00\",\"DeletedAt\":null,\"authorityId\":666,\"authorityName\":\"App角色\",\"parentId\":0,\"dataAuthorityId\":null,\"children\":null,\"menus\":null,\"defaultRouter\":\"dashboard\"}},\"msg\":\"创建成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (167, '2022-07-06 08:31:47.426', '2022-07-06 08:31:47.426', NULL, '127.0.0.1', 'POST', '/menu/addMenuAuthority', 200, 338517600, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"menus\":[],\"authorityId\":666}', '{\"code\":0,\"data\":{},\"msg\":\"添加成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (168, '2022-07-06 08:32:14.752', '2022-07-06 08:32:14.752', NULL, '127.0.0.1', 'POST', '/authority/setDataAuthority', 200, 374269200, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"CreatedAt\":\"2022-07-06T08:30:14.09+08:00\",\"UpdatedAt\":\"2022-07-06T08:30:14.309+08:00\",\"DeletedAt\":null,\"authorityId\":666,\"authorityName\":\"App角色\",\"parentId\":0,\"dataAuthorityId\":[{\"authorityId\":666,\"authorityName\":\"App角色\"}],\"children\":[],\"menus\":null,\"defaultRouter\":\"dashboard\"}', '{\"code\":0,\"data\":{},\"msg\":\"设置成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (169, '2022-07-06 08:41:22.069', '2022-07-06 08:41:22.069', NULL, '127.0.0.1', 'POST', '/casbin/updateCasbin', 200, 296367800, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"authorityId\":666,\"casbinInfos\":[{\"path\":\"/base/login\",\"method\":\"POST\"},{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"}]}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (170, '2022-07-06 08:41:24.185', '2022-07-06 08:41:24.185', NULL, '127.0.0.1', 'POST', '/casbin/updateCasbin', 200, 378389900, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"authorityId\":666,\"casbinInfos\":[{\"path\":\"/base/login\",\"method\":\"POST\"},{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"}]}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (171, '2022-07-06 08:53:58.017', '2022-07-06 08:53:58.017', NULL, '127.0.0.1', 'DELETE', '/user/deleteUser', 200, 215754800, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"id\":5}', '{\"code\":0,\"data\":{},\"msg\":\"删除成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (172, '2022-07-06 08:54:00.665', '2022-07-06 08:54:00.665', NULL, '127.0.0.1', 'DELETE', '/user/deleteUser', 200, 174812200, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"id\":4}', '{\"code\":0,\"data\":{},\"msg\":\"删除成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (173, '2022-07-06 09:00:42.363', '2022-07-06 09:00:42.363', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 202241400, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"linux\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":12},\"cpu\":{\"cpus\":[4.761904761909918,0,0,0],\"cores\":2},\"ram\":{\"usedMb\":1565,\"totalMb\":3881,\"usedPercent\":40},\"disk\":{\"usedMb\":5843,\"usedGb\":5,\"totalMb\":257006,\"totalGb\":250,\"usedPercent\":2}}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (174, '2022-07-06 09:27:18.310', '2022-07-06 09:27:18.310', NULL, '127.0.0.1', 'POST', '/sysDictionary/createSysDictionary', 200, 312250900, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"name\":\"作品权益\",\"type\":\"art_right\",\"status\":true,\"desc\":\"作品权益\"}', '{\"code\":0,\"data\":{},\"msg\":\"创建成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (175, '2022-07-06 09:28:29.785', '2022-07-06 09:28:29.785', NULL, '127.0.0.1', 'POST', '/sysDictionaryDetail/createSysDictionaryDetail', 200, 199709500, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"label\":\"数字作品\",\"value\":1,\"status\":true,\"sort\":1,\"extra\":\"用户购买数字作品后,即拥有该数字作品,但数字作品的知识产权仍由作品知识产权的权利人拥有。数字作品的知识产权并不因数字作品的交易行为行为而发生任何转移或共享。用户可以进⾏学习、研究、欣赏、收藏。\",\"sysDictionaryID\":8}', '{\"code\":0,\"data\":{},\"msg\":\"创建成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (176, '2022-07-06 09:44:27.608', '2022-07-06 09:44:27.608', NULL, '127.0.0.1', 'POST', '/sysDictionaryDetail/createSysDictionaryDetail', 200, 210998800, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"label\":\"数字许可作品\",\"value\":2,\"status\":true,\"sort\":2,\"sysDictionaryID\":8,\"extra\":\"用户购买数字许可作品后,即拥有该数字许可作品,用户可以进⾏学习、研究、欣赏、收藏。同时数字许可作品持有人在持有作品期间取得著作权人全球范围内永久性的著作权使用许可授权,该许可为非排他性的,可转让的、不可转许可的权利。但数字许可作品的知识产权并不因数字许可作品的交易行为行为而发生任何转移,数字许可作品知识产权的权利人仍拥有该作品的知识产权。\"}', '{\"code\":0,\"data\":{},\"msg\":\"创建成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (177, '2022-07-06 10:05:56.776', '2022-07-06 10:05:56.776', NULL, '127.0.0.1', 'POST', '/casbin/updateCasbin', 200, 1001586300, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"authorityId\":666,\"casbinInfos\":[{\"path\":\"/base/login\",\"method\":\"POST\"},{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/sysDictionary/getSysDictionaryList\",\"method\":\"GET\"}]}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (178, '2022-07-06 10:06:38.246', '2022-07-06 10:06:38.246', NULL, '127.0.0.1', 'POST', '/casbin/updateCasbin', 200, 1005925900, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"authorityId\":666,\"casbinInfos\":[{\"path\":\"/base/login\",\"method\":\"POST\"},{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/sysDictionary/findSysDictionary\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/getSysDictionaryList\",\"method\":\"GET\"}]}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (179, '2022-07-06 10:09:08.692', '2022-07-06 10:09:08.692', NULL, '127.0.0.1', 'POST', '/menu/addMenuAuthority', 200, 690033300, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"menus\":[],\"authorityId\":666}', '{\"code\":0,\"data\":{},\"msg\":\"添加成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (180, '2022-07-06 10:09:10.418', '2022-07-06 10:09:10.418', NULL, '127.0.0.1', 'POST', '/menu/addMenuAuthority', 200, 726747400, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"menus\":[],\"authorityId\":666}', '{\"code\":0,\"data\":{},\"msg\":\"添加成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (181, '2022-07-06 10:09:23.333', '2022-07-06 10:09:23.333', NULL, '127.0.0.1', 'POST', '/casbin/updateCasbin', 200, 894476700, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"authorityId\":666,\"casbinInfos\":[{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/sysDictionary/findSysDictionary\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/getSysDictionaryList\",\"method\":\"GET\"}]}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (182, '2022-07-06 10:09:25.998', '2022-07-06 10:09:25.998', NULL, '127.0.0.1', 'POST', '/casbin/updateCasbin', 200, 788790800, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"authorityId\":666,\"casbinInfos\":[{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/sysDictionary/findSysDictionary\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/getSysDictionaryList\",\"method\":\"GET\"}]}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (183, '2022-07-06 10:09:34.498', '2022-07-06 10:09:34.498', NULL, '127.0.0.1', 'POST', '/authority/setDataAuthority', 200, 1219714500, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"CreatedAt\":\"2022-07-06T08:30:14.09+08:00\",\"UpdatedAt\":\"2022-07-06T08:32:14.478+08:00\",\"DeletedAt\":null,\"authorityId\":666,\"authorityName\":\"App角色\",\"parentId\":0,\"dataAuthorityId\":[{\"authorityId\":666,\"authorityName\":\"App角色\"}],\"children\":[],\"menus\":null,\"defaultRouter\":\"dashboard\"}', '{\"code\":0,\"data\":{},\"msg\":\"设置成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (184, '2022-07-06 13:45:58.532', '2022-07-06 13:45:58.532', NULL, '127.0.0.1', 'POST', '/casbin/updateCasbin', 200, 409179300, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"authorityId\":666,\"casbinInfos\":[{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/sysDictionaryDetail/findSysDictionaryDetail\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/getSysDictionaryDetailList\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/findSysDictionary\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/getSysDictionaryList\",\"method\":\"GET\"}]}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (185, '2022-07-06 13:46:52.110', '2022-07-06 13:46:52.110', NULL, '127.0.0.1', 'POST', '/casbin/updateCasbin', 200, 388754600, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"authorityId\":666,\"casbinInfos\":[{\"path\":\"/jwt/jsonInBlacklist\",\"method\":\"POST\"},{\"path\":\"/sysDictionaryDetail/findSysDictionaryDetail\",\"method\":\"GET\"},{\"path\":\"/sysDictionaryDetail/getSysDictionaryDetailList\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/findSysDictionary\",\"method\":\"GET\"},{\"path\":\"/sysDictionary/getSysDictionaryList\",\"method\":\"GET\"}]}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (186, '2022-07-06 13:55:18.817', '2022-07-06 13:55:18.817', NULL, '127.0.0.1', 'PUT', '/sysDictionary/updateSysDictionary', 200, 176547800, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"ID\":8,\"CreatedAt\":\"2022-07-06T09:27:18.098+08:00\",\"UpdatedAt\":\"2022-07-06T09:27:18.098+08:00\",\"name\":\"作品权益\",\"type\":\"art_rights\",\"status\":true,\"desc\":\"作品权益\",\"sysDictionaryDetails\":[{\"ID\":29,\"CreatedAt\":\"2022-07-06T09:28:29.572+08:00\",\"UpdatedAt\":\"2022-07-06T09:28:29.572+08:00\",\"label\":\"数字作品\",\"value\":1,\"extra\":\"用户购买数字作品后,即拥有该数字作品,但数字作品的知识产权仍由作品知识产权的权利人拥有。数字作品的知识产权并不因数字作品的交易行为行为而发生任何转移或共享。用户可以进⾏学习、研究、欣赏、收藏。\",\"status\":true,\"sort\":1,\"sysDictionaryID\":8},{\"ID\":30,\"CreatedAt\":\"2022-07-06T09:44:27.408+08:00\",\"UpdatedAt\":\"2022-07-06T09:44:27.408+08:00\",\"label\":\"数字许可作品\",\"value\":2,\"extra\":\"用户购买数字许可作品后,即拥有该数字许可作品,用户可以进⾏学习、研究、欣赏、收藏。同时数字许可作品持有人在持有作品期间取得著作权人全球范围内永久性的著作权使用许可授权,该许可为非排他性的,可转让的、不可转许可的权利。但数字许可作品的知识产权并不因数字许可作品的交易行为行为而发生任何转移,数字许可作品知识产权的权利人仍拥有该作品的知识产权。\",\"status\":true,\"sort\":2,\"sysDictionaryID\":8}]}', '{\"code\":0,\"data\":{},\"msg\":\"更新成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (187, '2022-07-06 13:56:59.053', '2022-07-06 13:56:59.053', NULL, '127.0.0.1', 'POST', '/api/getApiById', 200, 49039400, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44', '', '{\"id\":105}', '{\"code\":0,\"data\":{\"api\":{\"ID\":105,\"CreatedAt\":\"2022-07-01T15:15:18.662+08:00\",\"UpdatedAt\":\"2022-07-01T15:15:18.662+08:00\",\"path\":\"/appBanners/createAppBanners\",\"description\":\"新增appBanners表\",\"apiGroup\":\"appBanners\",\"method\":\"POST\"}},\"msg\":\"获取成功\"}', 1);
INSERT INTO `sys_operation_records` VALUES (188, '2022-07-15 08:12:24.491', '2022-07-15 08:12:24.491', NULL, '127.0.0.1', 'POST', '/system/getServerInfo', 200, 201123542, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36', '', '', '{\"code\":0,\"data\":{\"server\":{\"os\":{\"goos\":\"darwin\",\"numCpu\":4,\"compiler\":\"gc\",\"goVersion\":\"go1.18.3\",\"numGoroutine\":12},\"cpu\":{\"cpus\":[39.99999999854481,0,36.84210525690984,9.52380952438698],\"cores\":2},\"ram\":{\"usedMb\":6331,\"totalMb\":8192,\"usedPercent\":77},\"disk\":{\"usedMb\":76629,\"usedGb\":74,\"totalMb\":239172,\"totalGb\":233,\"usedPercent\":32}}},\"msg\":\"获取成功\"}', 1);
-- ----------------------------
-- Table structure for sys_user_authority
-- ----------------------------
DROP TABLE IF EXISTS `sys_user_authority`;
CREATE TABLE `sys_user_authority` (
`sys_user_id` bigint UNSIGNED NOT NULL,
`sys_authority_authority_id` varchar(90) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT 'ID',
PRIMARY KEY (`sys_user_id`, `sys_authority_authority_id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of sys_user_authority
-- ----------------------------
INSERT INTO `sys_user_authority` VALUES (1, '888');
INSERT INTO `sys_user_authority` VALUES (1, '8881');
INSERT INTO `sys_user_authority` VALUES (1, '9528');
INSERT INTO `sys_user_authority` VALUES (2, '888');
INSERT INTO `sys_user_authority` VALUES (6, '666');
-- ----------------------------
-- Table structure for sys_users
-- ----------------------------
DROP TABLE IF EXISTS `sys_users`;
CREATE TABLE `sys_users` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
`created_at` datetime(3) NULL DEFAULT NULL,
`updated_at` datetime(3) NULL DEFAULT NULL,
`deleted_at` datetime(3) NULL DEFAULT NULL,
`uuid` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT 'UUID',
`username` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`password` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`nick_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '' COMMENT '',
`side_mode` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT 'dark' COMMENT '',
`header_img` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT 'https://qmplusimg.henrongyi.top/gva_header.jpg' COMMENT '用户头像',
`base_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '#fff' COMMENT '',
`active_color` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '#1890ff' COMMENT '',
`authority_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT '888' COMMENT 'ID',
`phone` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`enable` bigint NULL DEFAULT 1 COMMENT ' 1 2',
`user_follow` int NULL DEFAULT 0 COMMENT '',
`user_sub` int NULL DEFAULT 0 COMMENT '',
`is_real_auth` tinyint(1) NULL DEFAULT 0 COMMENT '',
`pay_password` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`contract_address` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`fuel` int NULL DEFAULT 0 COMMENT '',
`balance` int NULL DEFAULT NULL COMMENT '',
`bond` int NULL DEFAULT NULL COMMENT '',
PRIMARY KEY (`id`) USING BTREE,
INDEX `idx_sys_users_deleted_at`(`deleted_at` ASC) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 7 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of sys_users
-- ----------------------------
INSERT INTO `sys_users` VALUES (1, '2022-06-29 17:35:01.116', '2022-07-01 14:32:42.372', NULL, 'b905e16c-41ce-4932-ab72-2d7e556ce7b7', 'admin', '$2a$10$OooexkfeWGgRMsW3FGv3QOUuk2.t1fboGM2Q302Q1M8/jqG5G211m', '', 'dark', 'https://qmplusimg.henrongyi.top/gva_header.jpg', '#fff', '#1890ff', '888', '17611111111', '333333333@qq.com', 1, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL);
INSERT INTO `sys_users` VALUES (2, '2022-06-29 17:35:01.116', '2022-06-29 18:42:45.720', NULL, '31efdb1e-9ba4-4395-bce9-03be81e72597', 'a303176530', '$2a$10$QtZtSbMOkcZ9MgSGWDn3audYIn1OXBb5qsYvyPnKHM/TOnJb9DylG', 'QMPlusUser', 'dark', 'https:///qmplusimg.henrongyi.top/1572075907logo.png', '#fff', '#1890ff', '888', '17611111111', '333333333@qq.com', 1, NULL, NULL, 0, NULL, NULL, 0, NULL, NULL);
INSERT INTO `sys_users` VALUES (3, '2022-07-02 17:45:50.612', '2022-07-02 17:45:50.612', NULL, 'de74f2c8-8ff5-43cc-8dc8-ae554462a6cf', '', '$2a$10$nLhpnUsHHbCC4J5k./bjMepAjiuzVekHej2zkZq3CjfP.9k0ly2sa', '', 'dark', 'https://qmplusimg.henrongyi.top/gva_header.jpg', '#fff', '#1890ff', '888', '', '13212345678', 1, 0, 0, 0, NULL, NULL, 0, NULL, NULL);
INSERT INTO `sys_users` VALUES (4, '2022-07-05 15:08:12.406', '2022-07-06 08:05:48.530', '2022-07-06 08:54:00.492', '9fc11cce-abc5-4cfc-b06b-c0eb1cb7672e', NULL, '$2a$10$QZmuFi/tOnk1Ny8DId/kE.jK2jmJCQV3vMJIvh20HKeRcM2SYCc4W', '', 'dark', 'https://qmplusimg.henrongyi.top/gva_header.jpg', '#fff', '#1890ff', '888', '', 'abc@qq.com', 1, 0, 0, 0, NULL, NULL, 0, NULL, NULL);
INSERT INTO `sys_users` VALUES (5, '2022-07-06 08:51:27.062', '2022-07-06 08:51:27.062', '2022-07-06 08:53:57.802', '7c516a3a-69dc-423b-b8a7-89887d62d009', NULL, '$2a$10$6HRz65fOQ1R/AFjkt1BFR.1Ieo9PzWJemJvZaBwr1bAtN6JKoWTfW', '', 'dark', 'https://qmplusimg.henrongyi.top/gva_header.jpg', '#fff', '#1890ff', '666', '', 'abcd@qq.com', 1, 0, 0, 0, NULL, NULL, 0, NULL, NULL);
INSERT INTO `sys_users` VALUES (6, '2022-07-06 08:54:07.521', '2022-07-06 08:54:07.521', NULL, '67030d72-251f-4e76-b8af-010de9b0ff56', NULL, '$2a$10$Ir4/nXMF.oRKH9UIglPjLurXf/QtGcrKqO7DhNbo3UZtAnieQ.fKq', '', 'dark', 'https://qmplusimg.henrongyi.top/gva_header.jpg', '#fff', '#1890ff', '666', '', 'abcd@qq.com', 1, 0, 0, 0, NULL, NULL, 0, NULL, NULL);
-- ----------------------------
-- Table structure for user_addresses
-- ----------------------------
DROP TABLE IF EXISTS `user_addresses`;
CREATE TABLE `user_addresses` (
`id` int NOT NULL,
`user_id` bigint NULL DEFAULT NULL,
`name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`mobile` varchar(13) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`area` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`详细地址` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`created_at` datetime NULL DEFAULT NULL,
`updated_at` datetime NULL DEFAULT NULL,
`deleted_at` datetime NULL DEFAULT NULL,
`is_default` tinyint(1) NULL DEFAULT NULL COMMENT '',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of user_addresses
-- ----------------------------
-- ----------------------------
-- Table structure for user_arts
-- ----------------------------
DROP TABLE IF EXISTS `user_arts`;
CREATE TABLE `user_arts` (
`id` bigint NULL DEFAULT NULL,
`name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`type` tinyint(1) NULL DEFAULT NULL COMMENT '1: 2:',
`url` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`art_intro` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`art_desc` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`artist_desc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`tags` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`equity_id` int NULL DEFAULT NULL COMMENT '',
`is_obj` tinyint(1) NULL DEFAULT 0 COMMENT '',
`price` int NULL DEFAULT NULL COMMENT '',
`create_user_id` bigint NULL DEFAULT NULL COMMENT 'ID',
`owner_user_id` bigint NULL DEFAULT NULL COMMENT 'ID',
`token` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`created_at` datetime(3) NULL DEFAULT NULL,
`updated_at` datetime(3) NULL DEFAULT NULL,
`deleted_at` datetime(3) NULL DEFAULT NULL,
`is_consign` tinyint(1) NULL DEFAULT 0 COMMENT '',
INDEX `idx_user_arts_deleted_at`(`deleted_at` ASC) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of user_arts
-- ----------------------------
-- ----------------------------
-- Table structure for user_cards
-- ----------------------------
DROP TABLE IF EXISTS `user_cards`;
CREATE TABLE `user_cards` (
`id` int NULL DEFAULT NULL,
`real_name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`card_no` bigint UNSIGNED NULL DEFAULT NULL COMMENT '',
`region` varchar(199) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`bank_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`mobile` varchar(11) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`created_at` datetime NULL DEFAULT NULL,
`updated_at` datetime NULL DEFAULT NULL,
`deleted_at` datetime NULL DEFAULT NULL,
`is_default` tinyint(1) NULL DEFAULT NULL COMMENT '',
`sort` int NULL DEFAULT NULL COMMENT ''
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of user_cards
-- ----------------------------
-- ----------------------------
-- Table structure for user_collections
-- ----------------------------
DROP TABLE IF EXISTS `user_collections`;
CREATE TABLE `user_collections` (
`id` bigint NULL DEFAULT NULL,
`user_id` bigint NULL DEFAULT NULL COMMENT 'ID',
`collection_id` bigint NULL DEFAULT NULL COMMENT 'ID',
`created_at` datetime NULL DEFAULT NULL,
`updated_at` datetime NULL DEFAULT NULL,
`deleted_alt` datetime NULL DEFAULT NULL
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of user_collections
-- ----------------------------
-- ----------------------------
-- Table structure for user_follows
-- ----------------------------
DROP TABLE IF EXISTS `user_follows`;
CREATE TABLE `user_follows` (
`id` int NULL DEFAULT NULL,
`user_id` bigint NULL DEFAULT NULL COMMENT '',
`followed_user_id` bigint NULL DEFAULT NULL COMMENT '',
`created_at` datetime NULL DEFAULT NULL,
`updated_at` datetime NULL DEFAULT NULL,
`deleted_at` datetime NULL DEFAULT NULL
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of user_follows
-- ----------------------------
-- ----------------------------
-- Table structure for user_notices
-- ----------------------------
DROP TABLE IF EXISTS `user_notices`;
CREATE TABLE `user_notices` (
`id` int NULL DEFAULT NULL,
`to_user` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`type` int NULL DEFAULT NULL,
`created_at` datetime NULL DEFAULT NULL,
`updated_at` datetime NULL DEFAULT NULL,
`deleted_at` datetime NULL DEFAULT NULL,
`content` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of user_notices
-- ----------------------------
-- ----------------------------
-- Table structure for user_orders
-- ----------------------------
DROP TABLE IF EXISTS `user_orders`;
CREATE TABLE `user_orders` (
`id` bigint NULL DEFAULT NULL,
`sn` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`out_sn` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`created_at` datetime NULL DEFAULT NULL,
`updated_at` datetime NULL DEFAULT NULL,
`deleted_at` datetime NULL DEFAULT NULL,
`quantity` int NULL DEFAULT NULL COMMENT ' 1',
`art_id` int NULL DEFAULT NULL COMMENT 'ID',
`price` decimal(10, 2) NULL DEFAULT NULL COMMENT '',
`sale_user_id` bigint NULL DEFAULT NULL COMMENT '',
`buy_user_id` bigint NULL DEFAULT NULL COMMENT '',
`pay_type` tinyint NULL DEFAULT NULL COMMENT '1: 2:',
`status` tinyint(1) NULL DEFAULT NULL COMMENT '0: 1: 2:',
`remark` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT ''
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of user_orders
-- ----------------------------
-- ----------------------------
-- Table structure for user_real_auth
-- ----------------------------
DROP TABLE IF EXISTS `user_real_auth`;
CREATE TABLE `user_real_auth` (
`sys_user_id` bigint UNSIGNED NOT NULL,
`username` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '',
`id_card_no` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '',
`id_card_front_photo` varchar(199) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '',
`id_card_back_photo` varchar(199) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '',
`status` tinyint(1) NOT NULL COMMENT '0: 1: 2:',
`remark` varchar(199) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`created_at` datetime NULL DEFAULT NULL,
`updated_at` datetime NULL DEFAULT NULL,
`deleted_at` datetime NULL DEFAULT NULL,
PRIMARY KEY (`sys_user_id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of user_real_auth
-- ----------------------------
-- ----------------------------
-- Table structure for user_recharges
-- ----------------------------
DROP TABLE IF EXISTS `user_recharges`;
CREATE TABLE `user_recharges` (
`id` bigint NOT NULL,
`created_at` datetime NULL DEFAULT NULL,
`updated_at` datetime NULL DEFAULT NULL,
`deleted_at` datetime NULL DEFAULT NULL,
`user_id` bigint NULL DEFAULT NULL COMMENT 'ID',
`amount` int NULL DEFAULT NULL COMMENT '',
`pay_type` int NULL DEFAULT NULL COMMENT '1: 2:',
`status` tinyint(1) NULL DEFAULT NULL COMMENT '0 1 2',
`remark` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of user_recharges
-- ----------------------------
-- ----------------------------
-- Table structure for user_subs
-- ----------------------------
DROP TABLE IF EXISTS `user_subs`;
CREATE TABLE `user_subs` (
`id` int NULL DEFAULT NULL,
`user_id` bigint NULL DEFAULT NULL COMMENT '',
`subed_user_id` bigint NULL DEFAULT NULL COMMENT 'ID',
`created_at` datetime NULL DEFAULT NULL,
`updated_at` datetime NULL DEFAULT NULL,
`deleted_at` datetime NULL DEFAULT NULL
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '' ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of user_subs
-- ----------------------------
-- ----------------------------
-- Table structure for user_verification_code
-- ----------------------------
DROP TABLE IF EXISTS `user_verification_code`;
CREATE TABLE `user_verification_code` (
`id` bigint UNSIGNED NOT NULL AUTO_INCREMENT,
`created_at` datetime NULL DEFAULT NULL,
`updated_at` datetime NULL DEFAULT NULL,
`deleted_at` datetime NULL DEFAULT NULL,
`code` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
`type` int NULL DEFAULT NULL COMMENT '1-',
`category` int NULL DEFAULT NULL COMMENT '1: 2:',
`account` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '/',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of user_verification_code
-- ----------------------------
-- ----------------------------
-- Table structure for user_withdraws
-- ----------------------------
DROP TABLE IF EXISTS `user_withdraws`;
CREATE TABLE `user_withdraws` (
`id` bigint NOT NULL,
`created_at` datetime NULL DEFAULT NULL,
`updated_at` datetime NULL DEFAULT NULL,
`deleted_at` datetime NULL DEFAULT NULL,
`user_id` bigint NULL DEFAULT NULL COMMENT 'ID',
`amount` int NULL DEFAULT NULL COMMENT '',
`card_id` int NULL DEFAULT NULL COMMENT '',
`status` tinyint(1) NULL DEFAULT NULL COMMENT '0: 1: 2',
`remark` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of user_withdraws
-- ----------------------------
SET FOREIGN_KEY_CHECKS = 1;