backup_before_cleanup_20260123_181319.sql 572 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510
  1. mysqldump: [Warning] Using a password on the command line interface can be insecure.
  2. -- MySQL dump 10.13 Distrib 8.0.43, for macos14.7 (x86_64)
  3. --
  4. -- Host: localhost Database: xdz_business
  5. -- ------------------------------------------------------
  6. -- Server version 8.0.43
  7. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  8. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  9. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  10. /*!50503 SET NAMES utf8mb4 */;
  11. /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
  12. /*!40103 SET TIME_ZONE='+00:00' */;
  13. /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
  14. /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
  15. /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
  16. /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
  17. --
  18. -- Table structure for table `community_collect`
  19. --
  20. DROP TABLE IF EXISTS `community_collect`;
  21. /*!40101 SET @saved_cs_client = @@character_set_client */;
  22. /*!50503 SET character_set_client = utf8mb4 */;
  23. CREATE TABLE `community_collect` (
  24. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '收藏ID',
  25. `user_id` bigint NOT NULL COMMENT '用户ID',
  26. `post_id` bigint NOT NULL COMMENT '帖子ID',
  27. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户ID',
  28. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  29. PRIMARY KEY (`id`),
  30. UNIQUE KEY `uk_user_post` (`user_id`,`post_id`),
  31. KEY `idx_user_id` (`user_id`),
  32. KEY `idx_post_id` (`post_id`),
  33. KEY `idx_tenant_id` (`tenant_id`)
  34. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='收藏表';
  35. /*!40101 SET character_set_client = @saved_cs_client */;
  36. --
  37. -- Dumping data for table `community_collect`
  38. --
  39. LOCK TABLES `community_collect` WRITE;
  40. /*!40000 ALTER TABLE `community_collect` DISABLE KEYS */;
  41. /*!40000 ALTER TABLE `community_collect` ENABLE KEYS */;
  42. UNLOCK TABLES;
  43. --
  44. -- Table structure for table `community_comment`
  45. --
  46. DROP TABLE IF EXISTS `community_comment`;
  47. /*!40101 SET @saved_cs_client = @@character_set_client */;
  48. /*!50503 SET character_set_client = utf8mb4 */;
  49. CREATE TABLE `community_comment` (
  50. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '评论ID',
  51. `post_id` bigint NOT NULL COMMENT '帖子ID',
  52. `user_id` bigint NOT NULL COMMENT '用户ID',
  53. `parent_id` bigint DEFAULT '0' COMMENT '父评论ID,0表示顶级评论',
  54. `content` text COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '评论内容',
  55. `like_count` int DEFAULT '0' COMMENT '点赞数',
  56. `status` tinyint DEFAULT '1' COMMENT '状态:1-正常,2-删除',
  57. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户ID',
  58. `creator` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  59. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  60. `updater` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  61. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  62. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  63. PRIMARY KEY (`id`),
  64. KEY `idx_post_id` (`post_id`),
  65. KEY `idx_user_id` (`user_id`),
  66. KEY `idx_parent_id` (`parent_id`),
  67. KEY `idx_tenant_id` (`tenant_id`)
  68. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='社区评论表';
  69. /*!40101 SET character_set_client = @saved_cs_client */;
  70. --
  71. -- Dumping data for table `community_comment`
  72. --
  73. LOCK TABLES `community_comment` WRITE;
  74. /*!40000 ALTER TABLE `community_comment` DISABLE KEYS */;
  75. /*!40000 ALTER TABLE `community_comment` ENABLE KEYS */;
  76. UNLOCK TABLES;
  77. --
  78. -- Table structure for table `community_follow`
  79. --
  80. DROP TABLE IF EXISTS `community_follow`;
  81. /*!40101 SET @saved_cs_client = @@character_set_client */;
  82. /*!50503 SET character_set_client = utf8mb4 */;
  83. CREATE TABLE `community_follow` (
  84. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '关注ID',
  85. `user_id` bigint NOT NULL COMMENT '用户ID',
  86. `follow_user_id` bigint NOT NULL COMMENT '关注的用户ID',
  87. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户ID',
  88. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  89. PRIMARY KEY (`id`),
  90. UNIQUE KEY `uk_user_follow` (`user_id`,`follow_user_id`),
  91. KEY `idx_user_id` (`user_id`),
  92. KEY `idx_follow_user_id` (`follow_user_id`),
  93. KEY `idx_tenant_id` (`tenant_id`)
  94. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='关注表';
  95. /*!40101 SET character_set_client = @saved_cs_client */;
  96. --
  97. -- Dumping data for table `community_follow`
  98. --
  99. LOCK TABLES `community_follow` WRITE;
  100. /*!40000 ALTER TABLE `community_follow` DISABLE KEYS */;
  101. /*!40000 ALTER TABLE `community_follow` ENABLE KEYS */;
  102. UNLOCK TABLES;
  103. --
  104. -- Table structure for table `community_like`
  105. --
  106. DROP TABLE IF EXISTS `community_like`;
  107. /*!40101 SET @saved_cs_client = @@character_set_client */;
  108. /*!50503 SET character_set_client = utf8mb4 */;
  109. CREATE TABLE `community_like` (
  110. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '点赞ID',
  111. `user_id` bigint NOT NULL COMMENT '用户ID',
  112. `target_type` tinyint NOT NULL COMMENT '目标类型:1-帖子,2-评论',
  113. `target_id` bigint NOT NULL COMMENT '目标ID',
  114. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户ID',
  115. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  116. PRIMARY KEY (`id`),
  117. UNIQUE KEY `uk_user_target` (`user_id`,`target_type`,`target_id`),
  118. KEY `idx_target` (`target_type`,`target_id`),
  119. KEY `idx_tenant_id` (`tenant_id`)
  120. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='点赞表';
  121. /*!40101 SET character_set_client = @saved_cs_client */;
  122. --
  123. -- Dumping data for table `community_like`
  124. --
  125. LOCK TABLES `community_like` WRITE;
  126. /*!40000 ALTER TABLE `community_like` DISABLE KEYS */;
  127. /*!40000 ALTER TABLE `community_like` ENABLE KEYS */;
  128. UNLOCK TABLES;
  129. --
  130. -- Table structure for table `community_post`
  131. --
  132. DROP TABLE IF EXISTS `community_post`;
  133. /*!40101 SET @saved_cs_client = @@character_set_client */;
  134. /*!50503 SET character_set_client = utf8mb4 */;
  135. CREATE TABLE `community_post` (
  136. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '帖子ID',
  137. `user_id` bigint NOT NULL COMMENT '用户ID',
  138. `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '标题',
  139. `content` text COLLATE utf8mb4_unicode_ci COMMENT '内容',
  140. `content_type` tinyint DEFAULT '1' COMMENT '内容类型:1-纯文本,2-图片,3-视频,4-图文混合',
  141. `view_count` int DEFAULT '0' COMMENT '浏览数',
  142. `like_count` int DEFAULT '0' COMMENT '点赞数',
  143. `comment_count` int DEFAULT '0' COMMENT '评论数',
  144. `collect_count` int DEFAULT '0' COMMENT '收藏数',
  145. `status` tinyint DEFAULT '1' COMMENT '状态:1-正常,2-删除,3-审核中',
  146. `is_top` tinyint DEFAULT '0' COMMENT '是否置顶:0-否,1-是',
  147. `is_essence` tinyint DEFAULT '0' COMMENT '是否精华:0-否,1-是',
  148. `tags` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '标签,逗号分隔',
  149. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户ID',
  150. `creator` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  151. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  152. `updater` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  153. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  154. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  155. PRIMARY KEY (`id`),
  156. KEY `idx_user_id` (`user_id`),
  157. KEY `idx_status` (`status`),
  158. KEY `idx_create_time` (`create_time`),
  159. KEY `idx_tenant_id` (`tenant_id`)
  160. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='社区帖子表';
  161. /*!40101 SET character_set_client = @saved_cs_client */;
  162. --
  163. -- Dumping data for table `community_post`
  164. --
  165. LOCK TABLES `community_post` WRITE;
  166. /*!40000 ALTER TABLE `community_post` DISABLE KEYS */;
  167. /*!40000 ALTER TABLE `community_post` ENABLE KEYS */;
  168. UNLOCK TABLES;
  169. --
  170. -- Table structure for table `community_post_media`
  171. --
  172. DROP TABLE IF EXISTS `community_post_media`;
  173. /*!40101 SET @saved_cs_client = @@character_set_client */;
  174. /*!50503 SET character_set_client = utf8mb4 */;
  175. CREATE TABLE `community_post_media` (
  176. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '媒体ID',
  177. `post_id` bigint NOT NULL COMMENT '帖子ID',
  178. `media_type` tinyint NOT NULL COMMENT '媒体类型:1-图片,2-视频',
  179. `media_url` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '媒体URL',
  180. `cover_url` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '视频封面URL(仅视频类型)',
  181. `duration` int DEFAULT NULL COMMENT '视频时长(秒,仅视频类型)',
  182. `file_size` bigint DEFAULT NULL COMMENT '文件大小(字节)',
  183. `sort` int DEFAULT '0' COMMENT '排序',
  184. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户ID',
  185. `creator` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  186. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  187. `updater` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  188. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  189. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  190. PRIMARY KEY (`id`),
  191. KEY `idx_post_id` (`post_id`),
  192. KEY `idx_media_type` (`media_type`),
  193. KEY `idx_sort` (`sort`),
  194. KEY `idx_tenant_id` (`tenant_id`)
  195. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='帖子媒体表';
  196. /*!40101 SET character_set_client = @saved_cs_client */;
  197. --
  198. -- Dumping data for table `community_post_media`
  199. --
  200. LOCK TABLES `community_post_media` WRITE;
  201. /*!40000 ALTER TABLE `community_post_media` DISABLE KEYS */;
  202. /*!40000 ALTER TABLE `community_post_media` ENABLE KEYS */;
  203. UNLOCK TABLES;
  204. --
  205. -- Table structure for table `community_sensitive_word`
  206. --
  207. DROP TABLE IF EXISTS `community_sensitive_word`;
  208. /*!40101 SET @saved_cs_client = @@character_set_client */;
  209. /*!50503 SET character_set_client = utf8mb4 */;
  210. CREATE TABLE `community_sensitive_word` (
  211. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '敏感词ID',
  212. `word` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '敏感词',
  213. `type` tinyint DEFAULT '1' COMMENT '类型:1-禁用词,2-替换词',
  214. `replace_word` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '替换词(仅替换词类型)',
  215. `status` tinyint DEFAULT '1' COMMENT '状态:1-启用,2-禁用',
  216. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户ID',
  217. `creator` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  218. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  219. `updater` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  220. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  221. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  222. PRIMARY KEY (`id`),
  223. UNIQUE KEY `uk_word` (`word`),
  224. KEY `idx_type` (`type`),
  225. KEY `idx_status` (`status`),
  226. KEY `idx_tenant_id` (`tenant_id`)
  227. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='敏感词表';
  228. /*!40101 SET character_set_client = @saved_cs_client */;
  229. --
  230. -- Dumping data for table `community_sensitive_word`
  231. --
  232. LOCK TABLES `community_sensitive_word` WRITE;
  233. /*!40000 ALTER TABLE `community_sensitive_word` DISABLE KEYS */;
  234. /*!40000 ALTER TABLE `community_sensitive_word` ENABLE KEYS */;
  235. UNLOCK TABLES;
  236. --
  237. -- Table structure for table `community_topic`
  238. --
  239. DROP TABLE IF EXISTS `community_topic`;
  240. /*!40101 SET @saved_cs_client = @@character_set_client */;
  241. /*!50503 SET character_set_client = utf8mb4 */;
  242. CREATE TABLE `community_topic` (
  243. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '话题ID',
  244. `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '话题名称',
  245. `description` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '话题描述',
  246. `post_count` int DEFAULT '0' COMMENT '帖子数',
  247. `sort` int DEFAULT '0' COMMENT '排序',
  248. `status` tinyint DEFAULT '1' COMMENT '状态:1-正常,2-禁用',
  249. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户ID',
  250. `creator` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  251. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  252. `updater` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  253. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  254. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  255. PRIMARY KEY (`id`),
  256. UNIQUE KEY `uk_name` (`name`),
  257. KEY `idx_status` (`status`),
  258. KEY `idx_tenant_id` (`tenant_id`)
  259. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='话题表';
  260. /*!40101 SET character_set_client = @saved_cs_client */;
  261. --
  262. -- Dumping data for table `community_topic`
  263. --
  264. LOCK TABLES `community_topic` WRITE;
  265. /*!40000 ALTER TABLE `community_topic` DISABLE KEYS */;
  266. /*!40000 ALTER TABLE `community_topic` ENABLE KEYS */;
  267. UNLOCK TABLES;
  268. --
  269. -- Table structure for table `infra_api_access_log`
  270. --
  271. DROP TABLE IF EXISTS `infra_api_access_log`;
  272. /*!40101 SET @saved_cs_client = @@character_set_client */;
  273. /*!50503 SET character_set_client = utf8mb4 */;
  274. CREATE TABLE `infra_api_access_log` (
  275. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '日志主键',
  276. `trace_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '链路追踪编号',
  277. `user_id` bigint NOT NULL DEFAULT '0' COMMENT '用户编号',
  278. `user_type` tinyint NOT NULL DEFAULT '0' COMMENT '用户类型',
  279. `application_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '应用名',
  280. `request_method` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '请求方法名',
  281. `request_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '请求地址',
  282. `request_params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT '请求参数',
  283. `response_body` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT '响应结果',
  284. `user_ip` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '用户 IP',
  285. `user_agent` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '浏览器 UA',
  286. `operate_module` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '操作模块',
  287. `operate_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '操作名',
  288. `operate_type` tinyint DEFAULT '0' COMMENT '操作分类',
  289. `begin_time` datetime NOT NULL COMMENT '开始请求时间',
  290. `end_time` datetime NOT NULL COMMENT '结束请求时间',
  291. `duration` int NOT NULL COMMENT '执行时长',
  292. `result_code` int NOT NULL DEFAULT '0' COMMENT '结果码',
  293. `result_msg` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '结果提示',
  294. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  295. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  296. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  297. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  298. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  299. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户编号',
  300. PRIMARY KEY (`id`) USING BTREE,
  301. KEY `idx_create_time` (`create_time`) USING BTREE
  302. ) ENGINE=InnoDB AUTO_INCREMENT=433 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='API 访问日志表';
  303. /*!40101 SET character_set_client = @saved_cs_client */;
  304. --
  305. -- Dumping data for table `infra_api_access_log`
  306. --
  307. LOCK TABLES `infra_api_access_log` WRITE;
  308. /*!40000 ALTER TABLE `infra_api_access_log` DISABLE KEYS */;
  309. INSERT INTO `infra_api_access_log` VALUES (1,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-13 20:26:35','2026-01-13 20:26:35',72,0,'',NULL,'2026-01-13 20:26:35',NULL,'2026-01-13 20:26:35',_binary '\0',0),(2,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-13 20:29:06','2026-01-13 20:29:07',1068,0,'',NULL,'2026-01-13 20:29:07',NULL,'2026-01-13 20:29:07',_binary '\0',0),(3,'',0,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-13 20:29:06','2026-01-13 20:29:07',1068,0,'',NULL,'2026-01-13 20:29:07',NULL,'2026-01-13 20:29:07',_binary '\0',0),(4,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-13 20:29:07','2026-01-13 20:29:07',309,0,'',NULL,'2026-01-13 20:29:07',NULL,'2026-01-13 20:29:07',_binary '\0',0),(5,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-13 20:29:07','2026-01-13 20:29:08',507,0,'',NULL,'2026-01-13 20:29:08',NULL,'2026-01-13 20:29:08',_binary '\0',0),(6,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-13 20:29:07','2026-01-13 20:29:08',630,0,'',NULL,'2026-01-13 20:29:08',NULL,'2026-01-13 20:29:08',_binary '\0',0),(7,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-13 20:49:17','2026-01-13 20:49:17',336,0,'',NULL,'2026-01-13 20:49:17',NULL,'2026-01-13 20:49:17',_binary '\0',0),(8,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-13 20:49:17','2026-01-13 20:49:17',486,0,'',NULL,'2026-01-13 20:49:17',NULL,'2026-01-13 20:49:17',_binary '\0',0),(9,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-13 21:00:53','2026-01-13 21:00:53',574,0,'',NULL,'2026-01-13 21:00:53',NULL,'2026-01-13 21:00:53',_binary '\0',0),(10,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-13 21:00:53','2026-01-13 21:00:54',225,0,'',NULL,'2026-01-13 21:00:54',NULL,'2026-01-13 21:00:54',_binary '\0',0),(11,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-17 01:08:51','2026-01-17 01:08:51',60,0,'',NULL,'2026-01-17 01:08:51',NULL,'2026-01-17 01:08:51',_binary '\0',0),(12,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-17 01:14:31','2026-01-17 01:14:31',62,0,'',NULL,'2026-01-17 01:14:32',NULL,'2026-01-17 01:14:32',_binary '\0',0),(13,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 01:17:37','2026-01-17 01:17:39',2236,0,'',NULL,'2026-01-17 01:17:39',NULL,'2026-01-17 01:17:39',_binary '\0',0),(14,'',0,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 01:17:37','2026-01-17 01:17:39',2236,0,'',NULL,'2026-01-17 01:17:39',NULL,'2026-01-17 01:17:39',_binary '\0',0),(15,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 01:17:39','2026-01-17 01:17:40',712,0,'',NULL,'2026-01-17 01:17:40',NULL,'2026-01-17 01:17:40',_binary '\0',0),(16,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-17 01:17:40','2026-01-17 01:17:41',859,0,'',NULL,'2026-01-17 01:17:41',NULL,'2026-01-17 01:17:41',_binary '\0',0),(17,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-17 01:17:40','2026-01-17 01:17:41',1158,0,'',NULL,'2026-01-17 01:17:41',NULL,'2026-01-17 01:17:41',_binary '\0',0),(18,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 01:47:45','2026-01-17 01:47:45',422,0,'',NULL,'2026-01-17 01:47:46',NULL,'2026-01-17 01:47:46',_binary '\0',0),(19,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 01:47:46','2026-01-17 01:47:46',243,0,'',NULL,'2026-01-17 01:47:46',NULL,'2026-01-17 01:47:46',_binary '\0',0),(20,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 02:19:45','2026-01-17 02:19:45',50,0,'',NULL,'2026-01-17 02:19:45',NULL,'2026-01-17 02:19:45',_binary '\0',0),(21,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 02:19:45','2026-01-17 02:19:45',96,0,'',NULL,'2026-01-17 02:19:45',NULL,'2026-01-17 02:19:45',_binary '\0',0),(22,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 02:49:45','2026-01-17 02:49:45',66,0,'',NULL,'2026-01-17 02:49:45',NULL,'2026-01-17 02:49:45',_binary '\0',0),(23,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 02:49:45','2026-01-17 02:49:45',99,0,'',NULL,'2026-01-17 02:49:45',NULL,'2026-01-17 02:49:45',_binary '\0',0),(24,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 03:19:47','2026-01-17 03:19:47',58,0,'',NULL,'2026-01-17 03:19:47',NULL,'2026-01-17 03:19:47',_binary '\0',0),(25,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 03:19:47','2026-01-17 03:19:47',113,0,'',NULL,'2026-01-17 03:19:47',NULL,'2026-01-17 03:19:47',_binary '\0',0),(26,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 03:49:47','2026-01-17 03:49:47',30,0,'',NULL,'2026-01-17 03:49:47',NULL,'2026-01-17 03:49:47',_binary '\0',0),(27,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 03:49:47','2026-01-17 03:49:47',75,0,'',NULL,'2026-01-17 03:49:47',NULL,'2026-01-17 03:49:47',_binary '\0',0),(28,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-17 03:50:52','2026-01-17 03:50:53',335,0,'',NULL,'2026-01-17 03:50:53',NULL,'2026-01-17 03:50:53',_binary '\0',0),(29,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-17 03:50:52','2026-01-17 03:50:53',1074,0,'',NULL,'2026-01-17 03:50:53',NULL,'2026-01-17 03:50:53',_binary '\0',0),(30,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 04:27:03','2026-01-17 04:27:03',487,0,'',NULL,'2026-01-17 04:27:03',NULL,'2026-01-17 04:27:03',_binary '\0',0),(31,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 04:27:03','2026-01-17 04:27:03',275,0,'',NULL,'2026-01-17 04:27:03',NULL,'2026-01-17 04:27:03',_binary '\0',0),(32,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 05:23:34','2026-01-17 05:23:34',295,0,'',NULL,'2026-01-17 05:23:34',NULL,'2026-01-17 05:23:34',_binary '\0',0),(33,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 05:23:34','2026-01-17 05:23:35',240,0,'',NULL,'2026-01-17 05:23:35',NULL,'2026-01-17 05:23:35',_binary '\0',0),(34,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 06:25:09','2026-01-17 06:25:09',171,0,'',NULL,'2026-01-17 06:25:09',NULL,'2026-01-17 06:25:09',_binary '\0',0),(35,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 06:25:09','2026-01-17 06:25:09',237,0,'',NULL,'2026-01-17 06:25:09',NULL,'2026-01-17 06:25:09',_binary '\0',0),(36,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 07:09:10','2026-01-17 07:09:10',33,0,'',NULL,'2026-01-17 07:09:10',NULL,'2026-01-17 07:09:10',_binary '\0',0),(37,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 07:09:10','2026-01-17 07:09:10',202,0,'',NULL,'2026-01-17 07:09:10',NULL,'2026-01-17 07:09:10',_binary '\0',0),(38,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 07:41:57','2026-01-17 07:41:57',155,0,'',NULL,'2026-01-17 07:41:57',NULL,'2026-01-17 07:41:57',_binary '\0',0),(39,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 07:41:57','2026-01-17 07:41:57',278,0,'',NULL,'2026-01-17 07:41:57',NULL,'2026-01-17 07:41:57',_binary '\0',0),(40,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 08:54:39','2026-01-17 08:54:40',465,0,'',NULL,'2026-01-17 08:54:40',NULL,'2026-01-17 08:54:40',_binary '\0',0),(41,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 08:54:40','2026-01-17 08:54:40',86,0,'',NULL,'2026-01-17 08:54:40',NULL,'2026-01-17 08:54:40',_binary '\0',0),(42,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 09:27:25','2026-01-17 09:27:25',129,0,'',NULL,'2026-01-17 09:27:25',NULL,'2026-01-17 09:27:25',_binary '\0',0),(43,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 09:27:25','2026-01-17 09:27:25',247,0,'',NULL,'2026-01-17 09:27:25',NULL,'2026-01-17 09:27:25',_binary '\0',0),(44,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 10:02:05','2026-01-17 10:02:05',142,0,'',NULL,'2026-01-17 10:02:05',NULL,'2026-01-17 10:02:05',_binary '\0',0),(45,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 10:02:05','2026-01-17 10:02:05',248,0,'',NULL,'2026-01-17 10:02:05',NULL,'2026-01-17 10:02:05',_binary '\0',0),(46,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 10:34:05','2026-01-17 10:34:05',59,0,'',NULL,'2026-01-17 10:34:05',NULL,'2026-01-17 10:34:05',_binary '\0',0),(47,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 10:34:05','2026-01-17 10:34:05',90,0,'',NULL,'2026-01-17 10:34:05',NULL,'2026-01-17 10:34:05',_binary '\0',0),(48,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 11:32:52','2026-01-17 11:32:52',109,0,'',NULL,'2026-01-17 11:32:52',NULL,'2026-01-17 11:32:52',_binary '\0',0),(49,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 11:32:52','2026-01-17 11:32:52',252,0,'',NULL,'2026-01-17 11:32:52',NULL,'2026-01-17 11:32:52',_binary '\0',0),(50,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 12:13:04','2026-01-17 12:13:04',34,0,'',NULL,'2026-01-17 12:13:04',NULL,'2026-01-17 12:13:04',_binary '\0',0),(51,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 12:13:04','2026-01-17 12:13:04',51,0,'',NULL,'2026-01-17 12:13:04',NULL,'2026-01-17 12:13:04',_binary '\0',0),(52,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 12:45:51','2026-01-17 12:45:51',105,0,'',NULL,'2026-01-17 12:45:51',NULL,'2026-01-17 12:45:51',_binary '\0',0),(53,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 12:45:52','2026-01-17 12:45:52',211,0,'',NULL,'2026-01-17 12:45:52',NULL,'2026-01-17 12:45:52',_binary '\0',0),(54,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 13:47:10','2026-01-17 13:47:10',128,0,'',NULL,'2026-01-17 13:47:10',NULL,'2026-01-17 13:47:10',_binary '\0',0),(55,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 13:47:10','2026-01-17 13:47:10',208,0,'',NULL,'2026-01-17 13:47:10',NULL,'2026-01-17 13:47:10',_binary '\0',0),(56,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 14:59:58','2026-01-17 14:59:58',106,0,'',NULL,'2026-01-17 14:59:58',NULL,'2026-01-17 14:59:58',_binary '\0',0),(57,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 14:59:58','2026-01-17 14:59:58',201,0,'',NULL,'2026-01-17 14:59:58',NULL,'2026-01-17 14:59:58',_binary '\0',0),(58,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 15:32:45','2026-01-17 15:32:45',120,0,'',NULL,'2026-01-17 15:32:45',NULL,'2026-01-17 15:32:45',_binary '\0',0),(59,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 15:32:45','2026-01-17 15:32:45',203,0,'',NULL,'2026-01-17 15:32:45',NULL,'2026-01-17 15:32:45',_binary '\0',0),(60,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 16:34:04','2026-01-17 16:34:04',119,0,'',NULL,'2026-01-17 16:34:04',NULL,'2026-01-17 16:34:04',_binary '\0',0),(61,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 16:34:04','2026-01-17 16:34:04',195,0,'',NULL,'2026-01-17 16:34:04',NULL,'2026-01-17 16:34:04',_binary '\0',0),(62,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 17:35:09','2026-01-17 17:35:09',107,0,'',NULL,'2026-01-17 17:35:09',NULL,'2026-01-17 17:35:09',_binary '\0',0),(63,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 17:35:09','2026-01-17 17:35:09',191,0,'',NULL,'2026-01-17 17:35:09',NULL,'2026-01-17 17:35:09',_binary '\0',0),(64,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 18:45:44','2026-01-17 18:45:44',70,0,'',NULL,'2026-01-17 18:45:44',NULL,'2026-01-17 18:45:44',_binary '\0',0),(65,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 18:45:44','2026-01-17 18:45:44',97,0,'',NULL,'2026-01-17 18:45:44',NULL,'2026-01-17 18:45:44',_binary '\0',0),(66,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 19:36:56','2026-01-17 19:36:56',149,0,'',NULL,'2026-01-17 19:36:56',NULL,'2026-01-17 19:36:56',_binary '\0',0),(67,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 19:36:56','2026-01-17 19:36:56',222,0,'',NULL,'2026-01-17 19:36:56',NULL,'2026-01-17 19:36:56',_binary '\0',0),(68,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 20:53:40','2026-01-17 20:53:40',38,0,'',NULL,'2026-01-17 20:53:40',NULL,'2026-01-17 20:53:40',_binary '\0',0),(69,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 20:53:40','2026-01-17 20:53:40',109,0,'',NULL,'2026-01-17 20:53:40',NULL,'2026-01-17 20:53:40',_binary '\0',0),(70,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 21:38:56','2026-01-17 21:38:57',117,0,'',NULL,'2026-01-17 21:38:57',NULL,'2026-01-17 21:38:57',_binary '\0',0),(71,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 21:38:57','2026-01-17 21:38:57',254,0,'',NULL,'2026-01-17 21:38:57',NULL,'2026-01-17 21:38:57',_binary '\0',0),(72,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 22:09:44','2026-01-17 22:09:44',105,0,'',NULL,'2026-01-17 22:09:44',NULL,'2026-01-17 22:09:44',_binary '\0',0),(73,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 22:09:44','2026-01-17 22:09:44',156,0,'',NULL,'2026-01-17 22:09:44',NULL,'2026-01-17 22:09:44',_binary '\0',0),(74,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 22:57:00','2026-01-17 22:57:00',37,0,'',NULL,'2026-01-17 22:57:00',NULL,'2026-01-17 22:57:00',_binary '\0',0),(75,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 22:57:00','2026-01-17 22:57:00',60,0,'',NULL,'2026-01-17 22:57:00',NULL,'2026-01-17 22:57:00',_binary '\0',0),(76,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-17 23:57:26','2026-01-17 23:57:26',136,0,'',NULL,'2026-01-17 23:57:26',NULL,'2026-01-17 23:57:26',_binary '\0',0),(77,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-17 23:57:26','2026-01-17 23:57:27',261,0,'',NULL,'2026-01-17 23:57:27',NULL,'2026-01-17 23:57:27',_binary '\0',0),(78,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 00:29:17','2026-01-18 00:29:17',84,0,'',NULL,'2026-01-18 00:29:17',NULL,'2026-01-18 00:29:17',_binary '\0',0),(79,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 00:29:17','2026-01-18 00:29:17',222,0,'',NULL,'2026-01-18 00:29:17',NULL,'2026-01-18 00:29:17',_binary '\0',0),(80,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 01:02:04','2026-01-18 01:02:05',193,0,'',NULL,'2026-01-18 01:02:05',NULL,'2026-01-18 01:02:05',_binary '\0',0),(81,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 01:02:05','2026-01-18 01:02:05',238,0,'',NULL,'2026-01-18 01:02:05',NULL,'2026-01-18 01:02:05',_binary '\0',0),(82,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 01:59:48','2026-01-18 01:59:48',128,0,'',NULL,'2026-01-18 01:59:48',NULL,'2026-01-18 01:59:48',_binary '\0',0),(83,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 01:59:48','2026-01-18 01:59:49',194,0,'',NULL,'2026-01-18 01:59:49',NULL,'2026-01-18 01:59:49',_binary '\0',0),(84,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 02:43:44','2026-01-18 02:43:44',23,0,'',NULL,'2026-01-18 02:43:44',NULL,'2026-01-18 02:43:44',_binary '\0',0),(85,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 02:43:44','2026-01-18 02:43:44',42,0,'',NULL,'2026-01-18 02:43:44',NULL,'2026-01-18 02:43:44',_binary '\0',0),(86,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 03:45:19','2026-01-18 03:45:19',113,0,'',NULL,'2026-01-18 03:45:19',NULL,'2026-01-18 03:45:19',_binary '\0',0),(87,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 03:45:20','2026-01-18 03:45:20',185,0,'',NULL,'2026-01-18 03:45:20',NULL,'2026-01-18 03:45:20',_binary '\0',0),(88,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 04:45:47','2026-01-18 04:45:47',39,0,'',NULL,'2026-01-18 04:45:47',NULL,'2026-01-18 04:45:47',_binary '\0',0),(89,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 04:45:47','2026-01-18 04:45:47',52,0,'',NULL,'2026-01-18 04:45:47',NULL,'2026-01-18 04:45:47',_binary '\0',0),(90,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 05:47:21','2026-01-18 05:47:21',122,0,'',NULL,'2026-01-18 05:47:21',NULL,'2026-01-18 05:47:21',_binary '\0',0),(91,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 05:47:22','2026-01-18 05:47:22',203,0,'',NULL,'2026-01-18 05:47:22',NULL,'2026-01-18 05:47:22',_binary '\0',0),(92,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 06:31:31','2026-01-18 06:31:31',25,0,'',NULL,'2026-01-18 06:31:31',NULL,'2026-01-18 06:31:31',_binary '\0',0),(93,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 06:31:31','2026-01-18 06:31:31',42,0,'',NULL,'2026-01-18 06:31:31',NULL,'2026-01-18 06:31:31',_binary '\0',0),(94,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 07:04:18','2026-01-18 07:04:18',100,0,'',NULL,'2026-01-18 07:04:18',NULL,'2026-01-18 07:04:18',_binary '\0',0),(95,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 07:04:18','2026-01-18 07:04:19',240,0,'',NULL,'2026-01-18 07:04:19',NULL,'2026-01-18 07:04:19',_binary '\0',0),(96,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 08:11:06','2026-01-18 08:11:06',83,0,'',NULL,'2026-01-18 08:11:06',NULL,'2026-01-18 08:11:06',_binary '\0',0),(97,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 08:11:06','2026-01-18 08:11:06',75,0,'',NULL,'2026-01-18 08:11:06',NULL,'2026-01-18 08:11:06',_binary '\0',0),(98,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 08:42:36','2026-01-18 08:42:36',40,0,'',NULL,'2026-01-18 08:42:36',NULL,'2026-01-18 08:42:36',_binary '\0',0),(99,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 08:42:36','2026-01-18 08:42:36',51,0,'',NULL,'2026-01-18 08:42:36',NULL,'2026-01-18 08:42:36',_binary '\0',0),(100,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 09:14:36','2026-01-18 09:14:36',30,0,'',NULL,'2026-01-18 09:14:36',NULL,'2026-01-18 09:14:36',_binary '\0',0),(101,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 09:14:36','2026-01-18 09:14:36',43,0,'',NULL,'2026-01-18 09:14:36',NULL,'2026-01-18 09:14:36',_binary '\0',0),(102,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 10:05:10','2026-01-18 10:05:10',110,0,'',NULL,'2026-01-18 10:05:10',NULL,'2026-01-18 10:05:10',_binary '\0',0),(103,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 10:05:10','2026-01-18 10:05:10',190,0,'',NULL,'2026-01-18 10:05:10',NULL,'2026-01-18 10:05:10',_binary '\0',0),(104,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 11:06:45','2026-01-18 11:06:45',136,0,'',NULL,'2026-01-18 11:06:45',NULL,'2026-01-18 11:06:45',_binary '\0',0),(105,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 11:06:45','2026-01-18 11:06:46',200,0,'',NULL,'2026-01-18 11:06:46',NULL,'2026-01-18 11:06:46',_binary '\0',0),(106,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 12:19:27','2026-01-18 12:19:27',28,0,'',NULL,'2026-01-18 12:19:27',NULL,'2026-01-18 12:19:27',_binary '\0',0),(107,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 12:19:27','2026-01-18 12:19:27',55,0,'',NULL,'2026-01-18 12:19:27',NULL,'2026-01-18 12:19:27',_binary '\0',0),(108,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 13:37:00','2026-01-18 13:37:00',110,0,'',NULL,'2026-01-18 13:37:00',NULL,'2026-01-18 13:37:00',_binary '\0',0),(109,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 13:37:00','2026-01-18 13:37:00',188,0,'',NULL,'2026-01-18 13:37:00',NULL,'2026-01-18 13:37:00',_binary '\0',0),(110,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 14:11:40','2026-01-18 14:11:40',114,0,'',NULL,'2026-01-18 14:11:40',NULL,'2026-01-18 14:11:40',_binary '\0',0),(111,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 14:11:40','2026-01-18 14:11:41',202,0,'',NULL,'2026-01-18 14:11:41',NULL,'2026-01-18 14:11:41',_binary '\0',0),(112,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 15:10:40','2026-01-18 15:10:40',122,0,'',NULL,'2026-01-18 15:10:40',NULL,'2026-01-18 15:10:40',_binary '\0',0),(113,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 15:10:40','2026-01-18 15:10:40',199,0,'',NULL,'2026-01-18 15:10:40',NULL,'2026-01-18 15:10:40',_binary '\0',0),(114,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 15:55:18','2026-01-18 15:55:18',111,0,'',NULL,'2026-01-18 15:55:18',NULL,'2026-01-18 15:55:18',_binary '\0',0),(115,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 15:55:18','2026-01-18 15:55:18',189,0,'',NULL,'2026-01-18 15:55:18',NULL,'2026-01-18 15:55:18',_binary '\0',0),(116,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 16:56:52','2026-01-18 16:56:53',115,0,'',NULL,'2026-01-18 16:56:53',NULL,'2026-01-18 16:56:53',_binary '\0',0),(117,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 16:56:53','2026-01-18 16:56:53',186,0,'',NULL,'2026-01-18 16:56:53',NULL,'2026-01-18 16:56:53',_binary '\0',0),(118,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 17:57:52','2026-01-18 17:57:52',142,0,'',NULL,'2026-01-18 17:57:52',NULL,'2026-01-18 17:57:52',_binary '\0',0),(119,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 17:57:52','2026-01-18 17:57:53',185,0,'',NULL,'2026-01-18 17:57:53',NULL,'2026-01-18 17:57:53',_binary '\0',0),(120,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 18:42:46','2026-01-18 18:42:46',120,0,'',NULL,'2026-01-18 18:42:46',NULL,'2026-01-18 18:42:46',_binary '\0',0),(121,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 18:42:46','2026-01-18 18:42:46',197,0,'',NULL,'2026-01-18 18:42:46',NULL,'2026-01-18 18:42:46',_binary '\0',0),(122,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 19:24:58','2026-01-18 19:24:59',99,0,'',NULL,'2026-01-18 19:24:59',NULL,'2026-01-18 19:24:59',_binary '\0',0),(123,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 19:24:59','2026-01-18 19:24:59',177,0,'',NULL,'2026-01-18 19:24:59',NULL,'2026-01-18 19:24:59',_binary '\0',0),(124,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 20:26:40','2026-01-18 20:26:40',28,0,'',NULL,'2026-01-18 20:26:40',NULL,'2026-01-18 20:26:40',_binary '\0',0),(125,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 20:26:40','2026-01-18 20:26:40',43,0,'',NULL,'2026-01-18 20:26:40',NULL,'2026-01-18 20:26:40',_binary '\0',0),(126,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 20:59:27','2026-01-18 20:59:27',113,0,'',NULL,'2026-01-18 20:59:27',NULL,'2026-01-18 20:59:27',_binary '\0',0),(127,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 20:59:27','2026-01-18 20:59:27',178,0,'',NULL,'2026-01-18 20:59:27',NULL,'2026-01-18 20:59:27',_binary '\0',0),(128,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 21:30:19','2026-01-18 21:30:19',183,0,'',NULL,'2026-01-18 21:30:19',NULL,'2026-01-18 21:30:19',_binary '\0',0),(129,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 21:30:19','2026-01-18 21:30:19',195,0,'',NULL,'2026-01-18 21:30:19',NULL,'2026-01-18 21:30:19',_binary '\0',0),(130,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 22:02:19','2026-01-18 22:02:19',83,0,'',NULL,'2026-01-18 22:02:19',NULL,'2026-01-18 22:02:19',_binary '\0',0),(131,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 22:02:19','2026-01-18 22:02:19',195,0,'',NULL,'2026-01-18 22:02:19',NULL,'2026-01-18 22:02:19',_binary '\0',0),(132,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 22:34:19','2026-01-18 22:34:19',75,0,'',NULL,'2026-01-18 22:34:19',NULL,'2026-01-18 22:34:19',_binary '\0',0),(133,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 22:34:19','2026-01-18 22:34:19',169,0,'',NULL,'2026-01-18 22:34:19',NULL,'2026-01-18 22:34:19',_binary '\0',0),(134,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 23:04:19','2026-01-18 23:04:19',145,0,'',NULL,'2026-01-18 23:04:19',NULL,'2026-01-18 23:04:19',_binary '\0',0),(135,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 23:04:19','2026-01-18 23:04:19',145,0,'',NULL,'2026-01-18 23:04:19',NULL,'2026-01-18 23:04:19',_binary '\0',0),(136,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-18 23:34:19','2026-01-18 23:34:19',122,0,'',NULL,'2026-01-18 23:34:19',NULL,'2026-01-18 23:34:19',_binary '\0',0),(137,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-18 23:34:19','2026-01-18 23:34:19',200,0,'',NULL,'2026-01-18 23:34:19',NULL,'2026-01-18 23:34:19',_binary '\0',0),(138,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-19 00:04:19','2026-01-19 00:04:19',162,0,'',NULL,'2026-01-19 00:04:19',NULL,'2026-01-19 00:04:19',_binary '\0',0),(139,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-19 00:04:19','2026-01-19 00:04:19',209,0,'',NULL,'2026-01-19 00:04:20',NULL,'2026-01-19 00:04:20',_binary '\0',0),(140,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-19 00:34:19','2026-01-19 00:34:19',152,0,'',NULL,'2026-01-19 00:34:19',NULL,'2026-01-19 00:34:19',_binary '\0',0),(141,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-19 00:34:19','2026-01-19 00:34:20',361,0,'',NULL,'2026-01-19 00:34:20',NULL,'2026-01-19 00:34:20',_binary '\0',0),(142,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-19 01:06:19','2026-01-19 01:06:19',76,0,'',NULL,'2026-01-19 01:06:19',NULL,'2026-01-19 01:06:19',_binary '\0',0),(143,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-19 01:06:19','2026-01-19 01:06:19',296,0,'',NULL,'2026-01-19 01:06:19',NULL,'2026-01-19 01:06:19',_binary '\0',0),(144,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-22 22:19:03','2026-01-22 22:19:03',111,0,'',NULL,'2026-01-22 22:19:03',NULL,'2026-01-22 22:19:03',_binary '\0',0),(145,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-22 22:22:24','2026-01-22 22:22:25',866,0,'',NULL,'2026-01-22 22:22:25',NULL,'2026-01-22 22:22:25',_binary '\0',0),(146,'',0,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-22 22:22:24','2026-01-22 22:22:25',866,0,'',NULL,'2026-01-22 22:22:25',NULL,'2026-01-22 22:22:25',_binary '\0',0),(147,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-22 22:22:25','2026-01-22 22:22:25',142,500,'系统异常',NULL,'2026-01-22 22:22:25',NULL,'2026-01-22 22:22:25',_binary '\0',0),(148,'',0,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-22 22:22:25','2026-01-22 22:22:25',31,0,'',NULL,'2026-01-22 22:22:25',NULL,'2026-01-22 22:22:25',_binary '\0',0),(149,'',0,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-22 22:22:25','2026-01-22 22:22:25',37,0,'',NULL,'2026-01-22 22:22:25',NULL,'2026-01-22 22:22:25',_binary '\0',0),(150,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-22 22:22:25','2026-01-22 22:22:25',20,500,'系统异常',NULL,'2026-01-22 22:22:25',NULL,'2026-01-22 22:22:25',_binary '\0',0),(151,'',0,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-22 22:22:25','2026-01-22 22:22:25',51,0,'',NULL,'2026-01-22 22:22:25',NULL,'2026-01-22 22:22:25',_binary '\0',0),(152,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-22 22:22:25','2026-01-22 22:22:25',18,500,'系统异常',NULL,'2026-01-22 22:22:25',NULL,'2026-01-22 22:22:25',_binary '\0',0),(153,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-22 22:22:28','2026-01-22 22:22:28',48,0,'',NULL,'2026-01-22 22:22:28',NULL,'2026-01-22 22:22:28',_binary '\0',0),(154,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-22 22:22:28','2026-01-22 22:22:28',31,500,'系统异常',NULL,'2026-01-22 22:22:28',NULL,'2026-01-22 22:22:28',_binary '\0',0),(155,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-22 22:24:29','2026-01-22 22:24:29',35,0,'',NULL,'2026-01-22 22:24:29',NULL,'2026-01-22 22:24:29',_binary '\0',0),(156,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-22 22:24:29','2026-01-22 22:24:29',24,500,'系统异常',NULL,'2026-01-22 22:24:29',NULL,'2026-01-22 22:24:29',_binary '\0',0),(157,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-22 22:25:17','2026-01-22 22:25:18',676,0,'',NULL,'2026-01-22 22:25:18',NULL,'2026-01-22 22:25:18',_binary '\0',0),(158,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-22 22:25:17','2026-01-22 22:25:18',676,0,'',NULL,'2026-01-22 22:25:18',NULL,'2026-01-22 22:25:18',_binary '\0',0),(159,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-22 22:25:17','2026-01-22 22:25:18',676,0,'',NULL,'2026-01-22 22:25:18',NULL,'2026-01-22 22:25:18',_binary '\0',0),(160,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/check','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\",\\\"pointJson\\\":\\\"WpcgpDu/fUnGqh1VBxQfkXbDCKqWk+KVRF+60ao4HDE=\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','校验验证码',2,'2026-01-22 22:25:25','2026-01-22 22:25:25',16,0,'',NULL,'2026-01-22 22:25:25',NULL,'2026-01-22 22:25:25',_binary '\0',0),(161,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/login','{\"query\":null,\"body\":\"{\\\"tenantName\\\":\\\"芋道源码\\\",\\\"username\\\":\\\"admin\\\",\\\"captchaVerification\\\":\\\"OKM+O3gMmtsyapLnKG0hSNAv1fROqGhOXxSXhiTK+sD0vkK5Ik2QC0dYFvFA6xKEKA3TJFBkQ5noZT4nI3h7vw==\\\",\\\"rememberMe\\\":true}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','使用账号密码登录',2,'2026-01-22 22:25:26','2026-01-22 22:25:26',44,500,'系统异常',NULL,'2026-01-22 22:25:26',NULL,'2026-01-22 22:25:26',_binary '\0',0),(162,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-22 22:25:26','2026-01-22 22:25:26',48,0,'',NULL,'2026-01-22 22:25:26',NULL,'2026-01-22 22:25:26',_binary '\0',0),(163,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-22 22:25:39','2026-01-22 22:25:39',74,0,'',NULL,'2026-01-22 22:25:39',NULL,'2026-01-22 22:25:39',_binary '\0',0),(164,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-22 22:25:39','2026-01-22 22:25:39',76,0,'',NULL,'2026-01-22 22:25:39',NULL,'2026-01-22 22:25:39',_binary '\0',0),(165,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-22 22:25:39','2026-01-22 22:25:39',80,0,'',NULL,'2026-01-22 22:25:39',NULL,'2026-01-22 22:25:39',_binary '\0',0),(166,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/check','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\",\\\"pointJson\\\":\\\"s7S4NVUlNipxrGKW1hDlZuvjxp7J7lWEUFvP81ZA5ZI=\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','校验验证码',2,'2026-01-22 22:25:44','2026-01-22 22:25:44',5,0,'',NULL,'2026-01-22 22:25:44',NULL,'2026-01-22 22:25:44',_binary '\0',0),(167,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/login','{\"query\":null,\"body\":\"{\\\"tenantName\\\":\\\"芋道源码\\\",\\\"username\\\":\\\"admin\\\",\\\"captchaVerification\\\":\\\"wqhm21nsLW8pVmC/CjH64+S1t4wjYWuHxNoK4exg/itAcmwIryRHE17Wadpe/tvgyM8up2H38ElanwF3LKuDeQ==\\\",\\\"rememberMe\\\":true}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','使用账号密码登录',2,'2026-01-22 22:25:45','2026-01-22 22:25:46',70,500,'系统异常',NULL,'2026-01-22 22:25:46',NULL,'2026-01-22 22:25:46',_binary '\0',0),(168,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-22 22:25:46','2026-01-22 22:25:46',53,0,'',NULL,'2026-01-22 22:25:46',NULL,'2026-01-22 22:25:46',_binary '\0',0),(169,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/check','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\",\\\"pointJson\\\":\\\"jjlHvo3SV77UJTGiFk0mOSFc4DqsrbHzPvk2KE+2wSE=\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','校验验证码',2,'2026-01-22 23:30:22','2026-01-22 23:30:22',110,0,'',NULL,'2026-01-22 23:30:23',NULL,'2026-01-22 23:30:23',_binary '\0',0),(170,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-22 23:30:24','2026-01-22 23:30:24',121,0,'',NULL,'2026-01-22 23:30:24',NULL,'2026-01-22 23:30:24',_binary '\0',0),(171,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/check','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\",\\\"pointJson\\\":\\\"UaFh57cDecokj6cnpdl/swusjKILaZY0V2AaryqzHFQ=\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','校验验证码',2,'2026-01-22 23:30:30','2026-01-22 23:30:30',13,0,'',NULL,'2026-01-22 23:30:30',NULL,'2026-01-22 23:30:30',_binary '\0',0),(172,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/login','{\"query\":null,\"body\":\"{\\\"tenantName\\\":\\\"芋道源码\\\",\\\"username\\\":\\\"admin\\\",\\\"captchaVerification\\\":\\\"iFuBEBHLVnj9IQg5B/HLoGGxe2ho4q5diNW0h4dzxKPzCf+ocN3J23nQoBIc3QBzvh6lQw7UR6qVXDgS7EQieA==\\\",\\\"rememberMe\\\":true}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','使用账号密码登录',2,'2026-01-22 23:30:31','2026-01-22 23:30:31',46,500,'系统异常',NULL,'2026-01-22 23:30:31',NULL,'2026-01-22 23:30:31',_binary '\0',0),(173,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-22 23:30:32','2026-01-22 23:30:32',40,0,'',NULL,'2026-01-22 23:30:32',NULL,'2026-01-22 23:30:32',_binary '\0',0),(174,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-22 23:48:49','2026-01-22 23:48:49',59,0,'',NULL,'2026-01-22 23:48:49',NULL,'2026-01-22 23:48:49',_binary '\0',0),(175,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-22 23:50:53','2026-01-22 23:50:53',468,0,'',NULL,'2026-01-22 23:50:53',NULL,'2026-01-22 23:50:53',_binary '\0',0),(176,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-22 23:50:53','2026-01-22 23:50:53',468,0,'',NULL,'2026-01-22 23:50:53',NULL,'2026-01-22 23:50:53',_binary '\0',0),(177,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-22 23:50:53','2026-01-22 23:50:53',468,0,'',NULL,'2026-01-22 23:50:53',NULL,'2026-01-22 23:50:53',_binary '\0',0),(178,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/check','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\",\\\"pointJson\\\":\\\"y3B933plnuTb8uL4Ryr8QoKvnOP2vQu6PBZtnywtjqc=\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','校验验证码',2,'2026-01-22 23:50:58','2026-01-22 23:50:58',8,0,'',NULL,'2026-01-22 23:50:58',NULL,'2026-01-22 23:50:58',_binary '\0',0),(179,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-22 23:51:00','2026-01-22 23:51:00',40,0,'',NULL,'2026-01-22 23:51:00',NULL,'2026-01-22 23:51:00',_binary '\0',0),(180,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/login','{\"query\":null,\"body\":\"{\\\"tenantName\\\":\\\"芋道源码\\\",\\\"username\\\":\\\"admin\\\",\\\"captchaVerification\\\":\\\"R5JfFObjPqOYITb47W5eXWZXRbYz6xPrm59iXttCHv/tN7ZmWyX6h4DcqfMtcA3lPrELxVc7LNjn4y1045LZvQ==\\\",\\\"rememberMe\\\":true}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','使用账号密码登录',2,'2026-01-22 23:50:59','2026-01-22 23:51:00',1127,0,'',NULL,'2026-01-22 23:51:00',NULL,'2026-01-22 23:51:00',_binary '\0',0),(181,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-22 23:51:01','2026-01-22 23:51:01',231,0,'',NULL,'2026-01-22 23:51:01',NULL,'2026-01-22 23:51:01',_binary '\0',0),(182,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-22 23:51:01','2026-01-22 23:51:01',453,0,'',NULL,'2026-01-22 23:51:01',NULL,'2026-01-22 23:51:01',_binary '\0',0),(183,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-23 00:17:03','2026-01-23 00:17:04',1229,0,'',NULL,'2026-01-23 00:17:04',NULL,'2026-01-23 00:17:04',_binary '\0',0),(184,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 00:17:03','2026-01-23 00:17:04',1759,0,'',NULL,'2026-01-23 00:17:04',NULL,'2026-01-23 00:17:04',_binary '\0',0),(185,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 00:17:27','2026-01-23 00:17:28',871,0,'',NULL,'2026-01-23 00:17:28',NULL,'2026-01-23 00:17:28',_binary '\0',0),(186,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-23 00:18:23','2026-01-23 00:18:24',323,0,'',NULL,'2026-01-23 00:18:24',NULL,'2026-01-23 00:18:24',_binary '\0',0),(187,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 00:18:23','2026-01-23 00:18:24',698,0,'',NULL,'2026-01-23 00:18:24',NULL,'2026-01-23 00:18:24',_binary '\0',0),(188,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 00:18:34','2026-01-23 00:18:35',440,0,'',NULL,'2026-01-23 00:18:35',NULL,'2026-01-23 00:18:35',_binary '\0',0),(189,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 00:18:45','2026-01-23 00:18:46',520,0,'',NULL,'2026-01-23 00:18:46',NULL,'2026-01-23 00:18:46',_binary '\0',0),(190,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 00:18:56','2026-01-23 00:18:57',714,0,'',NULL,'2026-01-23 00:18:57',NULL,'2026-01-23 00:18:57',_binary '\0',0),(191,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-23 00:20:31','2026-01-23 00:20:32',466,0,'',NULL,'2026-01-23 00:20:32',NULL,'2026-01-23 00:20:32',_binary '\0',0),(192,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 00:20:31','2026-01-23 00:20:32',627,0,'',NULL,'2026-01-23 00:20:32',NULL,'2026-01-23 00:20:32',_binary '\0',0),(193,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 00:22:33','2026-01-23 00:22:34',820,0,'',NULL,'2026-01-23 00:22:34',NULL,'2026-01-23 00:22:34',_binary '\0',0),(194,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-23 00:22:34','2026-01-23 00:22:35',348,0,'',NULL,'2026-01-23 00:22:35',NULL,'2026-01-23 00:22:35',_binary '\0',0),(195,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 00:52:46','2026-01-23 00:52:47',603,0,'',NULL,'2026-01-23 00:52:47',NULL,'2026-01-23 00:52:47',_binary '\0',0),(196,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-23 00:52:47','2026-01-23 00:52:48',372,0,'',NULL,'2026-01-23 00:52:48',NULL,'2026-01-23 00:52:48',_binary '\0',0),(197,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 01:22:46','2026-01-23 01:22:47',1183,0,'',NULL,'2026-01-23 01:22:48',NULL,'2026-01-23 01:22:48',_binary '\0',0),(198,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-23 01:22:48','2026-01-23 01:22:48',474,0,'',NULL,'2026-01-23 01:22:48',NULL,'2026-01-23 01:22:48',_binary '\0',0),(199,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 01:54:46','2026-01-23 01:54:47',597,0,'',NULL,'2026-01-23 01:54:47',NULL,'2026-01-23 01:54:47',_binary '\0',0),(200,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-23 01:54:47','2026-01-23 01:54:47',279,0,'',NULL,'2026-01-23 01:54:47',NULL,'2026-01-23 01:54:47',_binary '\0',0),(201,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 02:06:16','2026-01-23 02:06:17',909,0,'',NULL,'2026-01-23 02:06:17',NULL,'2026-01-23 02:06:17',_binary '\0',0),(202,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 02:06:16','2026-01-23 02:06:17',909,0,'',NULL,'2026-01-23 02:06:17',NULL,'2026-01-23 02:06:17',_binary '\0',0),(203,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 02:06:16','2026-01-23 02:06:17',909,0,'',NULL,'2026-01-23 02:06:17',NULL,'2026-01-23 02:06:17',_binary '\0',0),(204,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/check','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\",\\\"pointJson\\\":\\\"v6mMN5ivKDCOEr5WWccByGERBqRTdRM13hW2CoRoKU8=\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','校验验证码',2,'2026-01-23 02:06:31','2026-01-23 02:06:31',85,0,'',NULL,'2026-01-23 02:06:31',NULL,'2026-01-23 02:06:31',_binary '\0',0),(205,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 02:06:33','2026-01-23 02:06:33',199,0,'',NULL,'2026-01-23 02:06:33',NULL,'2026-01-23 02:06:33',_binary '\0',0),(206,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/login','{\"query\":null,\"body\":\"{\\\"tenantName\\\":\\\"芋道源码\\\",\\\"username\\\":\\\"admin\\\",\\\"captchaVerification\\\":\\\"AyzchKAaGs7nBITh1LwMyJkxeNnohfayIcVHIp8yVK93Cxj2EE9ZazTi12u8fGtltT8YqcUCulqTsp1b/vCShQ==\\\",\\\"rememberMe\\\":true}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','使用账号密码登录',2,'2026-01-23 02:06:33','2026-01-23 02:06:34',1563,0,'',NULL,'2026-01-23 02:06:34',NULL,'2026-01-23 02:06:34',_binary '\0',0),(207,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-23 02:06:34','2026-01-23 02:06:35',539,0,'',NULL,'2026-01-23 02:06:35',NULL,'2026-01-23 02:06:35',_binary '\0',0),(208,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 02:06:34','2026-01-23 02:06:35',818,0,'',NULL,'2026-01-23 02:06:35',NULL,'2026-01-23 02:06:35',_binary '\0',0),(209,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-23 02:19:18','2026-01-23 02:19:19',789,0,'',NULL,'2026-01-23 02:19:19',NULL,'2026-01-23 02:19:19',_binary '\0',0),(210,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 02:19:18','2026-01-23 02:19:19',948,0,'',NULL,'2026-01-23 02:19:19',NULL,'2026-01-23 02:19:19',_binary '\0',0),(211,'',1,2,'xdz-business-server','GET','/admin-api/admin/vehicle/models','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:19:27','2026-01-23 02:19:28',911,404,'请求地址不存在:admin-api/admin/vehicle/models',NULL,'2026-01-23 02:19:28',NULL,'2026-01-23 02:19:28',_binary '\0',0),(212,'',1,2,'xdz-business-server','GET','/admin-api/admin/vehicle/list','{\"query\":\"{\\\"bindStart\\\":\\\"\\\",\\\"bindEnd\\\":\\\"\\\",\\\"areaId\\\":\\\"\\\",\\\"modelId\\\":\\\"\\\",\\\"pageNo\\\":\\\"1\\\",\\\"onlineStatus\\\":\\\"\\\",\\\"pageSize\\\":\\\"10\\\",\\\"batteryMax\\\":\\\"\\\",\\\"batteryMin\\\":\\\"\\\",\\\"keyword\\\":\\\"\\\",\\\"status\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:19:27','2026-01-23 02:19:28',910,404,'请求地址不存在:admin-api/admin/vehicle/list',NULL,'2026-01-23 02:19:28',NULL,'2026-01-23 02:19:28',_binary '\0',0),(213,'',1,2,'xdz-business-server','GET','/admin-api/admin/vehicle/models','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:19:34','2026-01-23 02:19:34',165,404,'请求地址不存在:admin-api/admin/vehicle/models',NULL,'2026-01-23 02:19:34',NULL,'2026-01-23 02:19:34',_binary '\0',0),(214,'',1,2,'xdz-business-server','GET','/admin-api/admin/vehicle/guides','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\",\\\"category\\\":\\\"\\\",\\\"status\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:19:38','2026-01-23 02:19:38',231,404,'请求地址不存在:admin-api/admin/vehicle/guides',NULL,'2026-01-23 02:19:38',NULL,'2026-01-23 02:19:38',_binary '\0',0),(215,'',1,2,'xdz-business-server','GET','/admin-api/admin/vehicle/categories','{\"query\":\"{\\\"categoryType\\\":\\\"guide\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:19:38','2026-01-23 02:19:38',231,404,'请求地址不存在:admin-api/admin/vehicle/categories',NULL,'2026-01-23 02:19:38',NULL,'2026-01-23 02:19:38',_binary '\0',0),(216,'',1,2,'xdz-business-server','GET','/admin-api/admin/vehicle/categories','{\"query\":\"{\\\"categoryType\\\":\\\"sound\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:19:39','2026-01-23 02:19:39',187,404,'请求地址不存在:admin-api/admin/vehicle/categories',NULL,'2026-01-23 02:19:39',NULL,'2026-01-23 02:19:39',_binary '\0',0),(217,'',1,2,'xdz-business-server','GET','/admin-api/admin/vehicle/sounds','{\"query\":\"{\\\"category\\\":\\\"\\\",\\\"status\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:19:39','2026-01-23 02:19:39',176,404,'请求地址不存在:admin-api/admin/vehicle/sounds',NULL,'2026-01-23 02:19:39',NULL,'2026-01-23 02:19:39',_binary '\0',0),(218,'',1,2,'xdz-business-server','GET','/admin-api/admin/vehicle/categories','{\"query\":\"{\\\"categoryType\\\":\\\"guide\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:19:41','2026-01-23 02:19:41',216,404,'请求地址不存在:admin-api/admin/vehicle/categories',NULL,'2026-01-23 02:19:41',NULL,'2026-01-23 02:19:41',_binary '\0',0),(219,'',1,2,'xdz-business-server','GET','/admin-api/admin/vehicle/list','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\",\\\"keyword\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:19:42','2026-01-23 02:19:43',296,404,'请求地址不存在:admin-api/admin/vehicle/list',NULL,'2026-01-23 02:19:43',NULL,'2026-01-23 02:19:43',_binary '\0',0),(220,'',1,2,'xdz-business-server','GET','/admin-api/admin/vehicle/list','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"100\\\",\\\"keyword\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:19:45','2026-01-23 02:19:45',130,404,'请求地址不存在:admin-api/admin/vehicle/list',NULL,'2026-01-23 02:19:45',NULL,'2026-01-23 02:19:45',_binary '\0',0),(221,'',1,2,'xdz-business-server','GET','/admin-api/admin/vehicle/list','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"100\\\",\\\"keyword\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:19:47','2026-01-23 02:19:47',211,404,'请求地址不存在:admin-api/admin/vehicle/list',NULL,'2026-01-23 02:19:47',NULL,'2026-01-23 02:19:47',_binary '\0',0),(222,'',1,2,'xdz-business-server','GET','/admin-api/admin/vehicle/stolen-list','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\",\\\"keyword\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:19:48','2026-01-23 02:19:48',210,404,'请求地址不存在:admin-api/admin/vehicle/stolen-list',NULL,'2026-01-23 02:19:48',NULL,'2026-01-23 02:19:48',_binary '\0',0),(223,'',1,2,'xdz-business-server','GET','/admin-api/admin/vehicle/gallery','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"12\\\",\\\"category\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:19:49','2026-01-23 02:19:49',242,404,'请求地址不存在:admin-api/admin/vehicle/gallery',NULL,'2026-01-23 02:19:49',NULL,'2026-01-23 02:19:49',_binary '\0',0),(224,'',1,2,'xdz-business-server','GET','/admin-api/admin/vehicle/list','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"100\\\",\\\"keyword\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:19:49','2026-01-23 02:19:49',209,404,'请求地址不存在:admin-api/admin/vehicle/list',NULL,'2026-01-23 02:19:49',NULL,'2026-01-23 02:19:49',_binary '\0',0),(225,'',1,2,'xdz-business-server','GET','/admin-api/admin/alarm/list','{\"query\":\"{\\\"alarmType\\\":\\\"\\\",\\\"pageNo\\\":\\\"1\\\",\\\"alarmTime\\\":\\\"\\\",\\\"pageSize\\\":\\\"10\\\",\\\"handleStatus\\\":\\\"\\\",\\\"alarmLevel\\\":\\\"\\\",\\\"startTime\\\":\\\"\\\",\\\"vehicleId\\\":\\\"\\\",\\\"endTime\\\":\\\"\\\",\\\"keyword\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:19:58','2026-01-23 02:19:58',123,404,'请求地址不存在:admin-api/admin/alarm/list',NULL,'2026-01-23 02:19:58',NULL,'2026-01-23 02:19:58',_binary '\0',0),(226,'',1,2,'xdz-business-server','GET','/admin-api/admin/alarm/rules','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:19:59','2026-01-23 02:19:59',113,404,'请求地址不存在:admin-api/admin/alarm/rules',NULL,'2026-01-23 02:19:59',NULL,'2026-01-23 02:19:59',_binary '\0',0),(227,'',1,2,'xdz-business-server','GET','/admin-api/admin/alarm/categories','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:20:01','2026-01-23 02:20:01',242,404,'请求地址不存在:admin-api/admin/alarm/categories',NULL,'2026-01-23 02:20:01',NULL,'2026-01-23 02:20:01',_binary '\0',0),(228,'',1,2,'xdz-business-server','GET','/admin-api/admin/service/feedbacks','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\",\\\"handleStatus\\\":\\\"\\\",\\\"keyword\\\":\\\"\\\",\\\"type\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:20:05','2026-01-23 02:20:05',167,404,'请求地址不存在:admin-api/admin/service/feedbacks',NULL,'2026-01-23 02:20:05',NULL,'2026-01-23 02:20:05',_binary '\0',0),(229,'',1,2,'xdz-business-server','GET','/admin-api/admin/service/evaluations','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"rating\\\":\\\"\\\",\\\"pageSize\\\":\\\"10\\\",\\\"keyword\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:20:06','2026-01-23 02:20:06',165,404,'请求地址不存在:admin-api/admin/service/evaluations',NULL,'2026-01-23 02:20:06',NULL,'2026-01-23 02:20:06',_binary '\0',0),(230,'',1,2,'xdz-business-server','GET','/admin-api/admin/service/maintenance/orders','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\",\\\"startTime\\\":\\\"\\\",\\\"endTime\\\":\\\"\\\",\\\"keyword\\\":\\\"\\\",\\\"status\\\":\\\"\\\",\\\"timeRange\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:20:07','2026-01-23 02:20:07',185,404,'请求地址不存在:admin-api/admin/service/maintenance/orders',NULL,'2026-01-23 02:20:07',NULL,'2026-01-23 02:20:07',_binary '\0',0),(231,'',1,2,'xdz-business-server','GET','/admin-api/admin/service/messages','{\"query\":\"{\\\"messageType\\\":\\\"\\\",\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:20:08','2026-01-23 02:20:08',179,404,'请求地址不存在:admin-api/admin/service/messages',NULL,'2026-01-23 02:20:08',NULL,'2026-01-23 02:20:08',_binary '\0',0),(232,'',1,2,'xdz-business-server','GET','/admin-api/member/level/list','{\"query\":\"{\\\"name\\\":\\\"\\\",\\\"status\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 会员等级','获得会员等级列表',1,'2026-01-23 02:20:14','2026-01-23 02:20:15',1101,0,'',NULL,'2026-01-23 02:20:15',NULL,'2026-01-23 02:20:15',_binary '\0',0),(233,'',1,2,'xdz-business-server','GET','/admin-api/member/group/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"name\\\":\\\"\\\",\\\"pageSize\\\":\\\"10\\\",\\\"status\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 会员分组','获得用户分组分页',1,'2026-01-23 02:20:15','2026-01-23 02:20:16',614,0,'',NULL,'2026-01-23 02:20:16',NULL,'2026-01-23 02:20:16',_binary '\0',0),(234,'',1,2,'xdz-business-server','GET','/admin-api/member/tag/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"name\\\":\\\"\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 会员标签','获得会员标签分页',1,'2026-01-23 02:20:13','2026-01-23 02:20:16',2863,0,'',NULL,'2026-01-23 02:20:16',NULL,'2026-01-23 02:20:16',_binary '\0',0),(235,'',1,2,'xdz-business-server','GET','/admin-api/admin/member/point/rules','{\"query\":\"{\\\"name\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:20:21','2026-01-23 02:20:21',140,404,'请求地址不存在:admin-api/admin/member/point/rules',NULL,'2026-01-23 02:20:21',NULL,'2026-01-23 02:20:21',_binary '\0',0),(236,'',1,2,'xdz-business-server','GET','/admin-api/admin/member/experience/rules','{\"query\":\"{\\\"name\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:20:22','2026-01-23 02:20:22',234,404,'请求地址不存在:admin-api/admin/member/experience/rules',NULL,'2026-01-23 02:20:22',NULL,'2026-01-23 02:20:22',_binary '\0',0),(237,'',1,2,'xdz-business-server','GET','/admin-api/admin/community/banners','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\",\\\"position\\\":\\\"\\\",\\\"status\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:20:37','2026-01-23 02:20:37',99,404,'请求地址不存在:admin-api/admin/community/banners',NULL,'2026-01-23 02:20:37',NULL,'2026-01-23 02:20:37',_binary '\0',0),(238,'',1,2,'xdz-business-server','GET','/admin-api/admin/community/activities','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\",\\\"keyword\\\":\\\"\\\",\\\"status\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:20:38','2026-01-23 02:20:39',95,404,'请求地址不存在:admin-api/admin/community/activities',NULL,'2026-01-23 02:20:39',NULL,'2026-01-23 02:20:39',_binary '\0',0),(239,'',1,2,'xdz-business-server','GET','/admin-api/admin/community/reports','{\"query\":\"{\\\"reportType\\\":\\\"\\\",\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\",\\\"handleStatus\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:20:42','2026-01-23 02:20:42',252,404,'请求地址不存在:admin-api/admin/community/reports',NULL,'2026-01-23 02:20:42',NULL,'2026-01-23 02:20:42',_binary '\0',0),(240,'',1,2,'xdz-business-server','GET','/admin-api/community/sensitive-word/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:20:43','2026-01-23 02:20:43',171,404,'请求地址不存在:admin-api/community/sensitive-word/page',NULL,'2026-01-23 02:20:43',NULL,'2026-01-23 02:20:43',_binary '\0',0),(241,'',1,2,'xdz-business-server','GET','/admin-api/community/comment/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:20:45','2026-01-23 02:20:46',357,404,'请求地址不存在:admin-api/community/comment/page',NULL,'2026-01-23 02:20:46',NULL,'2026-01-23 02:20:46',_binary '\0',0),(242,'',1,2,'xdz-business-server','GET','/admin-api/community/post/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:20:47','2026-01-23 02:20:47',188,404,'请求地址不存在:admin-api/community/post/page',NULL,'2026-01-23 02:20:47',NULL,'2026-01-23 02:20:47',_binary '\0',0),(243,'',1,2,'xdz-business-server','GET','/admin-api/member/group/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"name\\\":\\\"\\\",\\\"pageSize\\\":\\\"10\\\",\\\"status\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 会员分组','获得用户分组分页',1,'2026-01-23 02:20:55','2026-01-23 02:20:55',246,0,'',NULL,'2026-01-23 02:20:55',NULL,'2026-01-23 02:20:55',_binary '\0',0),(244,'',1,2,'xdz-business-server','GET','/admin-api/member/level/list','{\"query\":\"{\\\"name\\\":\\\"\\\",\\\"status\\\":\\\"\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 会员等级','获得会员等级列表',1,'2026-01-23 02:20:55','2026-01-23 02:20:56',176,0,'',NULL,'2026-01-23 02:20:56',NULL,'2026-01-23 02:20:56',_binary '\0',0),(245,'',1,2,'xdz-business-server','GET','/admin-api/member/tag/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"name\\\":\\\"\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 会员标签','获得会员标签分页',1,'2026-01-23 02:20:56','2026-01-23 02:20:56',188,0,'',NULL,'2026-01-23 02:20:56',NULL,'2026-01-23 02:20:56',_binary '\0',0),(246,'',1,2,'xdz-business-server','GET','/admin-api/community/post/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:21:19','2026-01-23 02:21:19',194,404,'请求地址不存在:admin-api/community/post/page',NULL,'2026-01-23 02:21:19',NULL,'2026-01-23 02:21:19',_binary '\0',0),(247,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:26:46','2026-01-23 02:26:46',102,0,'',NULL,'2026-01-23 02:26:46',NULL,'2026-01-23 02:26:46',_binary '\0',0),(248,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-23 02:26:46','2026-01-23 02:26:46',163,0,'',NULL,'2026-01-23 02:26:46',NULL,'2026-01-23 02:26:46',_binary '\0',0),(249,'',1,2,'xdz-business-server','GET','/admin-api/admin/community/post/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:27:33','2026-01-23 02:27:33',245,404,'请求地址不存在:admin-api/admin/community/post/page',NULL,'2026-01-23 02:27:33',NULL,'2026-01-23 02:27:33',_binary '\0',0),(250,'',1,2,'xdz-business-server','GET','/admin-api/admin/community/post/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 02:32:03','2026-01-23 02:32:03',382,404,'请求地址不存在:admin-api/admin/community/post/page',NULL,'2026-01-23 02:32:03',NULL,'2026-01-23 02:32:03',_binary '\0',0),(251,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-23 03:03:02','2026-01-23 03:03:02',64,0,'',NULL,'2026-01-23 03:03:02',NULL,'2026-01-23 03:03:02',_binary '\0',0),(252,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 03:04:46','2026-01-23 03:04:46',604,0,'',NULL,'2026-01-23 03:04:46',NULL,'2026-01-23 03:04:46',_binary '\0',0),(253,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-23 03:04:47','2026-01-23 03:04:47',217,0,'',NULL,'2026-01-23 03:04:47',NULL,'2026-01-23 03:04:47',_binary '\0',0),(254,'',0,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 03:05:10','2026-01-23 03:05:10',92,0,'',NULL,'2026-01-23 03:05:10',NULL,'2026-01-23 03:05:10',_binary '\0',0),(255,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 03:05:10','2026-01-23 03:05:10',101,0,'',NULL,'2026-01-23 03:05:10',NULL,'2026-01-23 03:05:10',_binary '\0',0),(256,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":\"{}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','刷新令牌',2,'2026-01-23 03:05:10','2026-01-23 03:05:10',153,0,'',NULL,'2026-01-23 03:05:10',NULL,'2026-01-23 03:05:10',_binary '\0',0),(257,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 03:05:10','2026-01-23 03:05:10',78,404,'请求地址不存在:admin-api/system/dict-data/simple-list',NULL,'2026-01-23 03:05:10',NULL,'2026-01-23 03:05:10',_binary '\0',0),(258,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 03:05:10','2026-01-23 03:05:10',80,404,'请求地址不存在:admin-api/system/auth/getPermissionInfo',NULL,'2026-01-23 03:05:10',NULL,'2026-01-23 03:05:10',_binary '\0',0),(259,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 03:05:10','2026-01-23 03:05:10',98,404,'请求地址不存在:admin-api/system/dict-data/simple-list',NULL,'2026-01-23 03:05:10',NULL,'2026-01-23 03:05:10',_binary '\0',0),(260,'',1,2,'xdz-business-server','GET','/admin-api/admin/community/post/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 帖子管理','获得帖子分页列表',1,'2026-01-23 03:05:14','2026-01-23 03:05:14',567,0,'',NULL,'2026-01-23 03:05:14',NULL,'2026-01-23 03:05:14',_binary '\0',0),(261,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 03:05:30','2026-01-23 03:05:30',70,404,'请求地址不存在:admin-api/system/dict-data/simple-list',NULL,'2026-01-23 03:05:30',NULL,'2026-01-23 03:05:30',_binary '\0',0),(262,'',1,2,'xdz-business-server','GET','/admin-api/admin/community/topic/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 话题管理','获得话题分页列表',1,'2026-01-23 03:05:31','2026-01-23 03:05:31',259,0,'',NULL,'2026-01-23 03:05:31',NULL,'2026-01-23 03:05:31',_binary '\0',0),(263,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 03:05:36','2026-01-23 03:05:36',68,404,'请求地址不存在:admin-api/system/auth/getPermissionInfo',NULL,'2026-01-23 03:05:36',NULL,'2026-01-23 03:05:36',_binary '\0',0),(264,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 03:05:36','2026-01-23 03:05:36',67,404,'请求地址不存在:admin-api/system/dict-data/simple-list',NULL,'2026-01-23 03:05:36',NULL,'2026-01-23 03:05:36',_binary '\0',0),(265,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 03:05:36','2026-01-23 03:05:36',100,404,'请求地址不存在:admin-api/system/dict-data/simple-list',NULL,'2026-01-23 03:05:36',NULL,'2026-01-23 03:05:36',_binary '\0',0),(266,'',1,2,'xdz-business-server','GET','/admin-api/admin/community/topic/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 话题管理','获得话题分页列表',1,'2026-01-23 03:05:36','2026-01-23 03:05:36',78,0,'',NULL,'2026-01-23 03:05:36',NULL,'2026-01-23 03:05:36',_binary '\0',0),(267,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 03:05:40','2026-01-23 03:05:40',67,404,'请求地址不存在:admin-api/system/dict-data/simple-list',NULL,'2026-01-23 03:05:40',NULL,'2026-01-23 03:05:40',_binary '\0',0),(268,'',1,2,'xdz-business-server','GET','/admin-api/admin/community/post/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 帖子管理','获得帖子分页列表',1,'2026-01-23 03:05:40','2026-01-23 03:05:40',130,0,'',NULL,'2026-01-23 03:05:40',NULL,'2026-01-23 03:05:40',_binary '\0',0),(269,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15',NULL,NULL,0,'2026-01-23 03:06:14','2026-01-23 03:06:15',93,404,'请求地址不存在:admin-api/system/dict-data/simple-list',NULL,'2026-01-23 03:06:15',NULL,'2026-01-23 03:06:15',_binary '\0',0),(270,'',1,2,'xdz-business-server','GET','/admin-api/member/group/listAllSimple','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15','管理后台 - 会员分组','获取会员分组精简信息列表',1,'2026-01-23 03:06:16','2026-01-23 03:06:16',259,404,'请求地址不存在:adminApi/member/group/list-all-simple',NULL,'2026-01-23 03:06:16',NULL,'2026-01-23 03:06:16',_binary '\0',0),(271,'',1,2,'xdz-business-server','GET','/admin-api/member/level/listAllSimple','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15','管理后台 - 会员等级','获取会员等级精简信息列表',1,'2026-01-23 03:06:16','2026-01-23 03:06:16',262,404,'请求地址不存在:adminApi/member/level/list-all-simple',NULL,'2026-01-23 03:06:16',NULL,'2026-01-23 03:06:16',_binary '\0',0),(272,'',1,2,'xdz-business-server','GET','/admin-api/member/tag/listAllSimple','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15','管理后台 - 会员标签','获取会员标签精简信息列表',1,'2026-01-23 03:06:16','2026-01-23 03:06:16',262,404,'请求地址不存在:adminApi/member/tag/list-all-simple',NULL,'2026-01-23 03:06:16',NULL,'2026-01-23 03:06:16',_binary '\0',0),(273,'',1,2,'xdz-business-server','GET','/admin-api/member/user/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"levelId\\\":\\\"\\\",\\\"groupId\\\":\\\"\\\",\\\"nickname\\\":\\\"\\\",\\\"mobile\\\":\\\"\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15','管理后台 - 会员用户','获得会员用户分页',1,'2026-01-23 03:06:16','2026-01-23 03:06:16',324,404,'请求地址不存在:adminApi/member/user/page',NULL,'2026-01-23 03:06:16',NULL,'2026-01-23 03:06:16',_binary '\0',0),(274,'',1,2,'xdz-business-server','POST','/admin-api/system/auth/logout','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','登出系统',2,'2026-01-23 03:07:45','2026-01-23 03:07:45',774,0,'',NULL,'2026-01-23 03:07:45',NULL,'2026-01-23 03:07:45',_binary '\0',0),(275,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 03:07:48','2026-01-23 03:07:49',468,0,'',NULL,'2026-01-23 03:07:49',NULL,'2026-01-23 03:07:49',_binary '\0',0),(276,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 03:07:48','2026-01-23 03:07:49',470,0,'',NULL,'2026-01-23 03:07:49',NULL,'2026-01-23 03:07:49',_binary '\0',0),(277,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 03:07:48','2026-01-23 03:07:49',468,0,'',NULL,'2026-01-23 03:07:49',NULL,'2026-01-23 03:07:49',_binary '\0',0),(278,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/check','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\",\\\"pointJson\\\":\\\"s28mFHOGTCHcqGcOnrLQtxTXA6m/LBolVo2NeS8m+X4=\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','校验验证码',2,'2026-01-23 03:07:57','2026-01-23 03:07:57',17,0,'',NULL,'2026-01-23 03:07:57',NULL,'2026-01-23 03:07:57',_binary '\0',0),(279,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/login','{\"query\":null,\"body\":\"{\\\"tenantName\\\":\\\"芋道源码\\\",\\\"username\\\":\\\"admin\\\",\\\"captchaVerification\\\":\\\"6od36NevtlGF5GlQQ8ci6SioeLkvcF1ViBl/UA/Aq7sVQ3Vl4k6HLdxMuZduF1YOG1R1I8RDdQAneOucQxXdzw==\\\",\\\"rememberMe\\\":true}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','使用账号密码登录',2,'2026-01-23 03:07:58','2026-01-23 03:07:59',458,0,'',NULL,'2026-01-23 03:07:59',NULL,'2026-01-23 03:07:59',_binary '\0',0),(280,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 03:07:59','2026-01-23 03:07:59',119,404,'请求地址不存在:admin-api/system/auth/getPermissionInfo',NULL,'2026-01-23 03:07:59',NULL,'2026-01-23 03:07:59',_binary '\0',0),(281,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 03:07:59','2026-01-23 03:07:59',120,404,'请求地址不存在:admin-api/system/dict-data/simple-list',NULL,'2026-01-23 03:07:59',NULL,'2026-01-23 03:07:59',_binary '\0',0),(282,'',1,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 03:07:59','2026-01-23 03:07:59',169,0,'',NULL,'2026-01-23 03:07:59',NULL,'2026-01-23 03:07:59',_binary '\0',0),(283,'',1,2,'xdz-business-server','POST','/admin-api/system/captcha/check','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\",\\\"pointJson\\\":\\\"CQ1AgfABtSuUcG1zaO5heRXIVPa2EMXua/lg1W+EN68=\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15','管理后台 - 验证码','校验验证码',2,'2026-01-23 03:08:18','2026-01-23 03:08:18',52,0,'',NULL,'2026-01-23 03:08:18',NULL,'2026-01-23 03:08:18',_binary '\0',0),(284,'',1,2,'xdz-business-server','POST','/admin-api/system/auth/login','{\"query\":null,\"body\":\"{\\\"tenantName\\\":\\\"芋道源码\\\",\\\"username\\\":\\\"admin\\\",\\\"captchaVerification\\\":\\\"ZSAFkUKGXZeiNda8Okn5ghSs2HLAAcCHluac7fRimvNA5g3H6bJalTkEGKb4p9Q2caj+hZ6BpRVuIj0ClnqScg==\\\",\\\"rememberMe\\\":true}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15','管理后台 - 认证','使用账号密码登录',2,'2026-01-23 03:08:19','2026-01-23 03:08:19',120,0,'',NULL,'2026-01-23 03:08:19',NULL,'2026-01-23 03:08:19',_binary '\0',0),(285,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simple-list','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15',NULL,NULL,0,'2026-01-23 03:08:19','2026-01-23 03:08:19',55,404,'请求地址不存在:admin-api/system/dict-data/simple-list',NULL,'2026-01-23 03:08:19',NULL,'2026-01-23 03:08:19',_binary '\0',0),(286,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15',NULL,NULL,0,'2026-01-23 03:08:19','2026-01-23 03:08:19',54,404,'请求地址不存在:admin-api/system/auth/getPermissionInfo',NULL,'2026-01-23 03:08:19',NULL,'2026-01-23 03:08:19',_binary '\0',0),(287,'',1,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15','管理后台 - 验证码','获得验证码',2,'2026-01-23 03:08:20','2026-01-23 03:08:20',91,0,'',NULL,'2026-01-23 03:08:20',NULL,'2026-01-23 03:08:20',_binary '\0',0),(288,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15',NULL,NULL,0,'2026-01-23 03:14:15','2026-01-23 03:14:15',199,404,'请求地址不存在:admin-api/system/auth/getPermissionInfo',NULL,'2026-01-23 03:14:15',NULL,'2026-01-23 03:14:15',_binary '\0',0),(289,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simpleList','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-23 03:14:15','2026-01-23 03:14:15',748,0,'',NULL,'2026-01-23 03:14:15',NULL,'2026-01-23 03:14:15',_binary '\0',0),(290,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15',NULL,NULL,0,'2026-01-23 03:15:00','2026-01-23 03:15:00',156,404,'请求地址不存在:admin-api/system/auth/getPermissionInfo',NULL,'2026-01-23 03:15:00',NULL,'2026-01-23 03:15:00',_binary '\0',0),(291,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15',NULL,NULL,0,'2026-01-23 03:15:09','2026-01-23 03:15:09',107,404,'请求地址不存在:admin-api/system/auth/getPermissionInfo',NULL,'2026-01-23 03:15:09',NULL,'2026-01-23 03:15:09',_binary '\0',0),(292,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15',NULL,NULL,0,'2026-01-23 03:16:28','2026-01-23 03:16:28',116,404,'请求地址不存在:admin-api/system/auth/getPermissionInfo',NULL,'2026-01-23 03:16:28',NULL,'2026-01-23 03:16:28',_binary '\0',0),(293,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simpleList','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-23 03:16:28','2026-01-23 03:16:28',273,0,'',NULL,'2026-01-23 03:16:28',NULL,'2026-01-23 03:16:28',_binary '\0',0),(294,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15',NULL,NULL,0,'2026-01-23 03:16:37','2026-01-23 03:16:37',113,404,'请求地址不存在:admin-api/system/auth/getPermissionInfo',NULL,'2026-01-23 03:16:37',NULL,'2026-01-23 03:16:37',_binary '\0',0),(295,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15',NULL,NULL,0,'2026-01-23 03:23:06','2026-01-23 03:23:06',319,404,'请求地址不存在:admin-api/system/auth/getPermissionInfo',NULL,'2026-01-23 03:23:06',NULL,'2026-01-23 03:23:06',_binary '\0',0),(296,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simpleList','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-23 03:23:06','2026-01-23 03:23:06',514,0,'',NULL,'2026-01-23 03:23:06',NULL,'2026-01-23 03:23:06',_binary '\0',0),(297,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-23 03:25:31','2026-01-23 03:25:31',65,0,'',NULL,'2026-01-23 03:25:31',NULL,'2026-01-23 03:25:31',_binary '\0',0),(298,'',1,2,'xdz-business-server','GET','/admin-api/system/notify-message/get-unread-count','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 03:26:46','2026-01-23 03:26:46',423,404,'请求地址不存在:admin-api/system/notify-message/get-unread-count',NULL,'2026-01-23 03:26:46',NULL,'2026-01-23 03:26:46',_binary '\0',0),(299,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 03:27:33','2026-01-23 03:27:33',403,0,'',NULL,'2026-01-23 03:27:33',NULL,'2026-01-23 03:27:33',_binary '\0',0),(300,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 03:27:33','2026-01-23 03:27:33',403,0,'',NULL,'2026-01-23 03:27:33',NULL,'2026-01-23 03:27:33',_binary '\0',0),(301,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 03:27:33','2026-01-23 03:27:33',403,0,'',NULL,'2026-01-23 03:27:33',NULL,'2026-01-23 03:27:33',_binary '\0',0),(302,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/check','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\",\\\"pointJson\\\":\\\"vlv38yeWowtkCVGGGxOWGbZAbiHOsCavsSheyZgVIYs=\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','校验验证码',2,'2026-01-23 03:27:55','2026-01-23 03:27:55',10,0,'',NULL,'2026-01-23 03:27:55',NULL,'2026-01-23 03:27:55',_binary '\0',0),(303,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 03:27:56','2026-01-23 03:27:56',44,0,'',NULL,'2026-01-23 03:27:56',NULL,'2026-01-23 03:27:56',_binary '\0',0),(304,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/check','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\",\\\"pointJson\\\":\\\"XqikbmI4R3NUElRKL8YLhA==\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','校验验证码',2,'2026-01-23 03:28:04','2026-01-23 03:28:04',4,0,'',NULL,'2026-01-23 03:28:04',NULL,'2026-01-23 03:28:04',_binary '\0',0),(305,'',0,2,'xdz-business-server','POST','/admin-api/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 03:28:05','2026-01-23 03:28:05',40,0,'',NULL,'2026-01-23 03:28:05',NULL,'2026-01-23 03:28:05',_binary '\0',0),(306,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/login','{\"query\":null,\"body\":\"{\\\"tenantName\\\":\\\"芋道源码\\\",\\\"username\\\":\\\"admin\\\",\\\"captchaVerification\\\":\\\"rViANlEfwLXB/8lZL/zMHlsP5KqlbtnDLck0L/lmHXE+8+bsIuHl+syJE9v1zIzIEC0CIEwXedqjmxB/7cw6XA==\\\",\\\"rememberMe\\\":true}\"}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','使用账号密码登录',2,'2026-01-23 03:28:05','2026-01-23 03:28:05',625,0,'',NULL,'2026-01-23 03:28:05',NULL,'2026-01-23 03:28:05',_binary '\0',0),(307,'',1,2,'xdz-business-server','GET','/admin-api/system/dict-data/simpleList','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-23 03:28:05','2026-01-23 03:28:06',260,0,'',NULL,'2026-01-23 03:28:06',NULL,'2026-01-23 03:28:06',_binary '\0',0),(308,'',1,2,'xdz-business-server','GET','/admin-api/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 03:28:05','2026-01-23 03:28:06',424,0,'',NULL,'2026-01-23 03:28:06',NULL,'2026-01-23 03:28:06',_binary '\0',0),(309,'',1,2,'xdz-business-server','GET','/admin-api/member/user/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"levelId\\\":\\\"\\\",\\\"groupId\\\":\\\"\\\",\\\"nickname\\\":\\\"\\\",\\\"mobile\\\":\\\"\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 会员用户','获得会员用户分页',1,'2026-01-23 03:28:14','2026-01-23 03:28:14',231,404,'请求地址不存在:adminApi/member/user/page',NULL,'2026-01-23 03:28:14',NULL,'2026-01-23 03:28:14',_binary '\0',0),(310,'',1,2,'xdz-business-server','GET','/admin-api/member/tag/listAllSimple','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 会员标签','获取会员标签精简信息列表',1,'2026-01-23 03:28:14','2026-01-23 03:28:14',254,404,'请求地址不存在:adminApi/member/tag/listAllSimple',NULL,'2026-01-23 03:28:14',NULL,'2026-01-23 03:28:14',_binary '\0',0),(311,'',1,2,'xdz-business-server','GET','/admin-api/member/group/listAllSimple','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 会员分组','获取会员分组精简信息列表',1,'2026-01-23 03:28:14','2026-01-23 03:28:14',253,404,'请求地址不存在:adminApi/member/group/listAllSimple',NULL,'2026-01-23 03:28:14',NULL,'2026-01-23 03:28:14',_binary '\0',0),(312,'',1,2,'xdz-business-server','GET','/admin-api/member/level/listAllSimple','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 会员等级','获取会员等级精简信息列表',1,'2026-01-23 03:28:14','2026-01-23 03:28:14',277,404,'请求地址不存在:adminApi/member/level/listAllSimple',NULL,'2026-01-23 03:28:14',NULL,'2026-01-23 03:28:14',_binary '\0',0),(313,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-23 12:11:04','2026-01-23 12:11:04',67,0,'',NULL,'2026-01-23 12:11:04',NULL,'2026-01-23 12:11:04',_binary '\0',0),(314,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 12:11:05','2026-01-23 12:11:05',113,0,'',NULL,'2026-01-23 12:11:05',NULL,'2026-01-23 12:11:05',_binary '\0',0),(315,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 12:13:05','2026-01-23 12:13:06',1404,0,'',NULL,'2026-01-23 12:13:06',NULL,'2026-01-23 12:13:06',_binary '\0',0),(316,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-23 12:20:15','2026-01-23 12:20:15',63,0,'',NULL,'2026-01-23 12:20:15',NULL,'2026-01-23 12:20:15',_binary '\0',0),(317,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-23 13:01:35','2026-01-23 13:01:35',88,0,'',NULL,'2026-01-23 13:01:35',NULL,'2026-01-23 13:01:35',_binary '\0',0),(318,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-23 13:32:55','2026-01-23 13:32:55',63,0,'',NULL,'2026-01-23 13:32:55',NULL,'2026-01-23 13:32:55',_binary '\0',0),(319,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-23 13:51:37','2026-01-23 13:51:37',84,0,'',NULL,'2026-01-23 13:51:37',NULL,'2026-01-23 13:51:37',_binary '\0',0),(320,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-23 14:46:03','2026-01-23 14:46:03',61,0,'',NULL,'2026-01-23 14:46:03',NULL,'2026-01-23 14:46:03',_binary '\0',0),(321,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-23 14:56:35','2026-01-23 14:56:35',62,0,'',NULL,'2026-01-23 14:56:35',NULL,'2026-01-23 14:56:35',_binary '\0',0),(322,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-23 15:02:08','2026-01-23 15:02:08',64,0,'',NULL,'2026-01-23 15:02:08',NULL,'2026-01-23 15:02:08',_binary '\0',0),(323,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-23 15:04:14','2026-01-23 15:04:14',2,0,'',NULL,'2026-01-23 15:04:14',NULL,'2026-01-23 15:04:14',_binary '\0',0),(324,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/login','{\"query\":null,\"body\":\"{\\\"username\\\":\\\"admin\\\"}\"}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-23 15:05:05','2026-01-23 15:05:05',37,0,'',NULL,'2026-01-23 15:05:05',NULL,'2026-01-23 15:05:05',_binary '\0',0),(325,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-23 15:38:11','2026-01-23 15:38:11',59,0,'',NULL,'2026-01-23 15:38:12',NULL,'2026-01-23 15:38:12',_binary '\0',0),(326,'',0,2,'xdz-business-server','POST','/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15','管理后台 - 验证码','获得验证码',2,'2026-01-23 15:38:22','2026-01-23 15:38:22',406,0,'',NULL,'2026-01-23 15:38:22',NULL,'2026-01-23 15:38:22',_binary '\0',0),(327,'',0,2,'xdz-business-server','POST','/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15','管理后台 - 验证码','获得验证码',2,'2026-01-23 15:38:22','2026-01-23 15:38:22',406,0,'',NULL,'2026-01-23 15:38:22',NULL,'2026-01-23 15:38:22',_binary '\0',0),(328,'',0,2,'xdz-business-server','POST','/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15','管理后台 - 验证码','获得验证码',2,'2026-01-23 15:38:22','2026-01-23 15:38:22',406,0,'',NULL,'2026-01-23 15:38:22',NULL,'2026-01-23 15:38:22',_binary '\0',0),(329,'',0,2,'xdz-business-server','POST','/system/captcha/check','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\",\\\"pointJson\\\":\\\"/ZWbk+3iwywtO4jOyYD2crdI/DC+GH3zozFyRcBp8HE=\\\"}\"}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15','管理后台 - 验证码','校验验证码',2,'2026-01-23 15:38:26','2026-01-23 15:38:26',8,0,'',NULL,'2026-01-23 15:38:27',NULL,'2026-01-23 15:38:27',_binary '\0',0),(330,'',0,2,'xdz-business-server','POST','/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15','管理后台 - 验证码','获得验证码',2,'2026-01-23 15:38:28','2026-01-23 15:38:28',34,0,'',NULL,'2026-01-23 15:38:28',NULL,'2026-01-23 15:38:28',_binary '\0',0),(331,'',0,2,'xdz-business-server','POST','/system/auth/login','{\"query\":null,\"body\":\"{\\\"tenantName\\\":\\\"芋道源码\\\",\\\"username\\\":\\\"admin\\\",\\\"captchaVerification\\\":\\\"HpezwKJQnVNbbarZHUyKrIvaDkWC0/LmahbtEdYt59DcSsV5JJyOcP9mWG4/hEM6RAgRPwbsPr7CUxQ1P/Ts0Q==\\\",\\\"rememberMe\\\":true}\"}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15','管理后台 - 认证','使用账号密码登录',2,'2026-01-23 15:38:28','2026-01-23 15:38:30',2096,0,'',NULL,'2026-01-23 15:38:30',NULL,'2026-01-23 15:38:30',_binary '\0',0),(332,'',1,2,'xdz-business-server','GET','/system/dict-data/simpleList','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-23 15:38:30','2026-01-23 15:38:30',257,0,'',NULL,'2026-01-23 15:38:30',NULL,'2026-01-23 15:38:30',_binary '\0',0),(333,'',1,2,'xdz-business-server','GET','/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 15:38:30','2026-01-23 15:38:30',404,0,'',NULL,'2026-01-23 15:38:30',NULL,'2026-01-23 15:38:30',_binary '\0',0),(334,'',1,2,'xdz-business-server','GET','/system/version/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 版本管理','获得版本分页',1,'2026-01-23 15:38:44','2026-01-23 15:38:44',572,0,'',NULL,'2026-01-23 15:38:44',NULL,'2026-01-23 15:38:44',_binary '\0',0),(335,'',1,2,'xdz-business-server','GET','/system/dept/simpleList','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 部门','获取部门精简信息列表',1,'2026-01-23 15:38:49','2026-01-23 15:38:49',235,0,'',NULL,'2026-01-23 15:38:49',NULL,'2026-01-23 15:38:49',_binary '\0',0),(336,'',1,2,'xdz-business-server','GET','/system/user/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 用户','获得用户分页列表',1,'2026-01-23 15:38:49','2026-01-23 15:38:49',293,0,'',NULL,'2026-01-23 15:38:49',NULL,'2026-01-23 15:38:49',_binary '\0',0),(337,'',1,2,'xdz-business-server','GET','/admin/statistics/user','{\"query\":\"{\\\"statType\\\":\\\"daily\\\",\\\"dateRange\\\":\\\"\\\",\\\"endDate\\\":\\\"\\\",\\\"startDate\\\":\\\"\\\"}\",\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 15:38:53','2026-01-23 15:38:53',138,404,'请求地址不存在:admin/statistics/user',NULL,'2026-01-23 15:38:53',NULL,'2026-01-23 15:38:53',_binary '\0',0),(338,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:08:43','2026-01-23 16:08:43',192,0,'',NULL,'2026-01-23 16:08:43',NULL,'2026-01-23 16:08:43',_binary '\0',0),(339,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:10:43','2026-01-23 16:10:43',60,0,'',NULL,'2026-01-23 16:10:43',NULL,'2026-01-23 16:10:43',_binary '\0',0),(340,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:12:43','2026-01-23 16:12:43',66,0,'',NULL,'2026-01-23 16:12:43',NULL,'2026-01-23 16:12:43',_binary '\0',0),(341,'',0,2,'xdz-business-server','GET','/statistics/user','{\"query\":\"{\\\"statType\\\":\\\"daily\\\",\\\"dateRange\\\":\\\"\\\",\\\"endDate\\\":\\\"\\\",\\\"startDate\\\":\\\"\\\"}\",\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:14:35','2026-01-23 16:14:35',86,0,'',NULL,'2026-01-23 16:14:35',NULL,'2026-01-23 16:14:35',_binary '\0',0),(342,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:14:43','2026-01-23 16:14:43',51,0,'',NULL,'2026-01-23 16:14:43',NULL,'2026-01-23 16:14:43',_binary '\0',0),(343,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:16:43','2026-01-23 16:16:43',529,0,'',NULL,'2026-01-23 16:16:44',NULL,'2026-01-23 16:16:44',_binary '\0',0),(344,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:18:43','2026-01-23 16:18:43',257,0,'',NULL,'2026-01-23 16:18:43',NULL,'2026-01-23 16:18:43',_binary '\0',0),(345,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:20:43','2026-01-23 16:20:43',103,0,'',NULL,'2026-01-23 16:20:43',NULL,'2026-01-23 16:20:43',_binary '\0',0),(346,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:22:43','2026-01-23 16:22:43',96,0,'',NULL,'2026-01-23 16:22:43',NULL,'2026-01-23 16:22:43',_binary '\0',0),(347,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:24:43','2026-01-23 16:24:43',178,0,'',NULL,'2026-01-23 16:24:43',NULL,'2026-01-23 16:24:43',_binary '\0',0),(348,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:26:43','2026-01-23 16:26:43',68,0,'',NULL,'2026-01-23 16:26:43',NULL,'2026-01-23 16:26:43',_binary '\0',0),(349,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:28:43','2026-01-23 16:28:43',217,0,'',NULL,'2026-01-23 16:28:43',NULL,'2026-01-23 16:28:43',_binary '\0',0),(350,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:30:43','2026-01-23 16:30:43',75,0,'',NULL,'2026-01-23 16:30:43',NULL,'2026-01-23 16:30:43',_binary '\0',0),(351,'',0,2,'xdz-business-server','GET','/statistics/user','{\"query\":\"{\\\"statType\\\":\\\"daily\\\",\\\"dateRange\\\":\\\"\\\",\\\"endDate\\\":\\\"\\\",\\\"startDate\\\":\\\"\\\"}\",\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:30:48','2026-01-23 16:30:49',309,0,'',NULL,'2026-01-23 16:30:49',NULL,'2026-01-23 16:30:49',_binary '\0',0),(352,'',0,2,'xdz-business-server','GET','/statistics/user','{\"query\":\"{\\\"statType\\\":\\\"daily\\\",\\\"dateRange\\\":\\\"\\\",\\\"endDate\\\":\\\"\\\",\\\"startDate\\\":\\\"\\\"}\",\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:32:42','2026-01-23 16:32:42',77,0,'',NULL,'2026-01-23 16:32:42',NULL,'2026-01-23 16:32:42',_binary '\0',0),(353,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:32:43','2026-01-23 16:32:43',49,0,'',NULL,'2026-01-23 16:32:43',NULL,'2026-01-23 16:32:43',_binary '\0',0),(354,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-23 16:35:05','2026-01-23 16:35:06',78,0,'',NULL,'2026-01-23 16:35:06',NULL,'2026-01-23 16:35:06',_binary '\0',0),(355,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:36:43','2026-01-23 16:36:43',130,0,'',NULL,'2026-01-23 16:36:43',NULL,'2026-01-23 16:36:43',_binary '\0',0),(356,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:38:43','2026-01-23 16:38:43',32,0,'',NULL,'2026-01-23 16:38:43',NULL,'2026-01-23 16:38:43',_binary '\0',0),(357,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:40:43','2026-01-23 16:40:43',46,0,'',NULL,'2026-01-23 16:40:43',NULL,'2026-01-23 16:40:43',_binary '\0',0),(358,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:42:43','2026-01-23 16:42:43',35,0,'',NULL,'2026-01-23 16:42:43',NULL,'2026-01-23 16:42:43',_binary '\0',0),(359,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:44:43','2026-01-23 16:44:43',47,0,'',NULL,'2026-01-23 16:44:43',NULL,'2026-01-23 16:44:43',_binary '\0',0),(360,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:46:43','2026-01-23 16:46:43',32,0,'',NULL,'2026-01-23 16:46:43',NULL,'2026-01-23 16:46:43',_binary '\0',0),(361,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:48:43','2026-01-23 16:48:43',29,0,'',NULL,'2026-01-23 16:48:43',NULL,'2026-01-23 16:48:43',_binary '\0',0),(362,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:50:43','2026-01-23 16:50:43',93,0,'',NULL,'2026-01-23 16:50:43',NULL,'2026-01-23 16:50:43',_binary '\0',0),(363,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:52:43','2026-01-23 16:52:43',118,0,'',NULL,'2026-01-23 16:52:43',NULL,'2026-01-23 16:52:43',_binary '\0',0),(364,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:54:43','2026-01-23 16:54:43',32,0,'',NULL,'2026-01-23 16:54:43',NULL,'2026-01-23 16:54:43',_binary '\0',0),(365,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:56:43','2026-01-23 16:56:44',133,0,'',NULL,'2026-01-23 16:56:44',NULL,'2026-01-23 16:56:44',_binary '\0',0),(366,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 16:58:43','2026-01-23 16:58:43',113,0,'',NULL,'2026-01-23 16:58:43',NULL,'2026-01-23 16:58:43',_binary '\0',0),(367,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:00:43','2026-01-23 17:00:43',52,0,'',NULL,'2026-01-23 17:00:43',NULL,'2026-01-23 17:00:43',_binary '\0',0),(368,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:02:43','2026-01-23 17:02:43',52,0,'',NULL,'2026-01-23 17:02:43',NULL,'2026-01-23 17:02:43',_binary '\0',0),(369,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:04:43','2026-01-23 17:04:43',45,0,'',NULL,'2026-01-23 17:04:43',NULL,'2026-01-23 17:04:43',_binary '\0',0),(370,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:06:43','2026-01-23 17:06:43',142,0,'',NULL,'2026-01-23 17:06:43',NULL,'2026-01-23 17:06:43',_binary '\0',0),(371,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-23 17:08:23','2026-01-23 17:08:23',63,0,'',NULL,'2026-01-23 17:08:23',NULL,'2026-01-23 17:08:23',_binary '\0',0),(372,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:08:43','2026-01-23 17:08:43',117,0,'',NULL,'2026-01-23 17:08:43',NULL,'2026-01-23 17:08:43',_binary '\0',0),(373,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:10:43','2026-01-23 17:10:43',29,0,'',NULL,'2026-01-23 17:10:43',NULL,'2026-01-23 17:10:43',_binary '\0',0),(374,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-23 17:12:55','2026-01-23 17:12:55',60,0,'',NULL,'2026-01-23 17:12:55',NULL,'2026-01-23 17:12:55',_binary '\0',0),(375,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:14:43','2026-01-23 17:14:43',139,0,'',NULL,'2026-01-23 17:14:43',NULL,'2026-01-23 17:14:43',_binary '\0',0),(376,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:16:43','2026-01-23 17:16:43',46,0,'',NULL,'2026-01-23 17:16:43',NULL,'2026-01-23 17:16:43',_binary '\0',0),(377,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-23 17:20:16','2026-01-23 17:20:16',64,0,'',NULL,'2026-01-23 17:20:16',NULL,'2026-01-23 17:20:16',_binary '\0',0),(378,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:20:44','2026-01-23 17:20:44',81,0,'',NULL,'2026-01-23 17:20:44',NULL,'2026-01-23 17:20:44',_binary '\0',0),(379,'',0,2,'xdz-business-server','GET','/system/dict-data/simpleList','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:22:11','2026-01-23 17:22:12',676,0,'',NULL,'2026-01-23 17:22:12',NULL,'2026-01-23 17:22:12',_binary '\0',0),(380,'',0,2,'xdz-business-server','GET','/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:22:11','2026-01-23 17:22:12',676,0,'',NULL,'2026-01-23 17:22:12',NULL,'2026-01-23 17:22:12',_binary '\0',0),(381,'',0,2,'xdz-business-server','GET','/system/dict-data/simpleList','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:22:12','2026-01-23 17:22:12',56,0,'',NULL,'2026-01-23 17:22:12',NULL,'2026-01-23 17:22:12',_binary '\0',0),(382,'',0,2,'xdz-business-server','GET','/system/dict-data/simpleList','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:22:12','2026-01-23 17:22:12',56,0,'',NULL,'2026-01-23 17:22:12',NULL,'2026-01-23 17:22:12',_binary '\0',0),(383,'',0,2,'xdz-business-server','POST','/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 17:22:18','2026-01-23 17:22:18',381,0,'',NULL,'2026-01-23 17:22:18',NULL,'2026-01-23 17:22:18',_binary '\0',0),(384,'',0,2,'xdz-business-server','POST','/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 17:22:18','2026-01-23 17:22:18',381,0,'',NULL,'2026-01-23 17:22:18',NULL,'2026-01-23 17:22:18',_binary '\0',0),(385,'',0,2,'xdz-business-server','POST','/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 17:22:18','2026-01-23 17:22:18',369,0,'',NULL,'2026-01-23 17:22:18',NULL,'2026-01-23 17:22:18',_binary '\0',0),(386,'',0,2,'xdz-business-server','POST','/system/captcha/check','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\",\\\"pointJson\\\":\\\"1UisipBO8K7J0rBHhyEDPGnyMpSsJUHGI0N2SLbMXHM=\\\"}\"}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','校验验证码',2,'2026-01-23 17:22:23','2026-01-23 17:22:23',32,0,'',NULL,'2026-01-23 17:22:23',NULL,'2026-01-23 17:22:23',_binary '\0',0),(387,'',0,2,'xdz-business-server','POST','/system/auth/login','{\"query\":null,\"body\":\"{\\\"tenantName\\\":\\\"芋道源码\\\",\\\"username\\\":\\\"admin\\\",\\\"captchaVerification\\\":\\\"ymZfOK081zsBqixV2Y+0B0m8lEY/XHQkSrIaW0oUFe9HSrCNFC+Es3VIObGdvqA8mTb+SGjjYH3A2x+aky5Nlg==\\\",\\\"rememberMe\\\":true}\"}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','使用账号密码登录',2,'2026-01-23 17:22:24','2026-01-23 17:22:24',506,0,'',NULL,'2026-01-23 17:22:24',NULL,'2026-01-23 17:22:24',_binary '\0',0),(388,'',0,2,'xdz-business-server','POST','/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 17:22:24','2026-01-23 17:22:24',47,0,'',NULL,'2026-01-23 17:22:24',NULL,'2026-01-23 17:22:24',_binary '\0',0),(389,'',1,2,'xdz-business-server','GET','/system/dict-data/simpleList','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-23 17:22:24','2026-01-23 17:22:24',294,0,'',NULL,'2026-01-23 17:22:24',NULL,'2026-01-23 17:22:24',_binary '\0',0),(390,'',1,2,'xdz-business-server','GET','/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 17:22:24','2026-01-23 17:22:25',456,0,'',NULL,'2026-01-23 17:22:25',NULL,'2026-01-23 17:22:25',_binary '\0',0),(391,'',1,2,'xdz-business-server','GET','/statistics/user','{\"query\":\"{\\\"statType\\\":\\\"daily\\\",\\\"dateRange\\\":\\\"\\\",\\\"endDate\\\":\\\"\\\",\\\"startDate\\\":\\\"\\\"}\",\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:22:25','2026-01-23 17:22:25',290,404,'请求地址不存在:statistics/user',NULL,'2026-01-23 17:22:25',NULL,'2026-01-23 17:22:25',_binary '\0',0),(392,'',1,2,'xdz-business-server','GET','/system/version/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 版本管理','获得版本分页',1,'2026-01-23 17:22:37','2026-01-23 17:22:38',388,0,'',NULL,'2026-01-23 17:22:38',NULL,'2026-01-23 17:22:38',_binary '\0',0),(393,'',1,2,'xdz-business-server','GET','/system/tenant/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 租户','获得租户分页',1,'2026-01-23 17:22:44','2026-01-23 17:22:45',1009,0,'',NULL,'2026-01-23 17:22:45',NULL,'2026-01-23 17:22:45',_binary '\0',0),(394,'',1,2,'xdz-business-server','GET','/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 17:22:52','2026-01-23 17:22:52',165,0,'',NULL,'2026-01-23 17:22:52',NULL,'2026-01-23 17:22:52',_binary '\0',0),(395,'',1,2,'xdz-business-server','GET','/system/tenant/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 租户','获得租户分页',1,'2026-01-23 17:22:55','2026-01-23 17:22:55',110,0,'',NULL,'2026-01-23 17:22:55',NULL,'2026-01-23 17:22:55',_binary '\0',0),(396,'',1,2,'xdz-business-server','GET','/system/tenant-package/simpleList','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 租户套餐','获取租户套餐精简信息列表',1,'2026-01-23 17:22:55','2026-01-23 17:22:56',591,0,'',NULL,'2026-01-23 17:22:56',NULL,'2026-01-23 17:22:56',_binary '\0',0),(397,'',1,2,'xdz-business-server','GET','/system/version/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 版本管理','获得版本分页',1,'2026-01-23 17:23:05','2026-01-23 17:23:06',185,0,'',NULL,'2026-01-23 17:23:06',NULL,'2026-01-23 17:23:06',_binary '\0',0),(398,'',1,2,'xdz-business-server','GET','/service/feedbacks','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\",\\\"handleStatus\\\":\\\"\\\",\\\"keyword\\\":\\\"\\\",\\\"type\\\":\\\"\\\"}\",\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:23:08','2026-01-23 17:23:08',73,404,'请求地址不存在:service/feedbacks',NULL,'2026-01-23 17:23:08',NULL,'2026-01-23 17:23:08',_binary '\0',0),(399,'',1,2,'xdz-business-server','GET','/service/evaluations','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"rating\\\":\\\"\\\",\\\"pageSize\\\":\\\"10\\\",\\\"keyword\\\":\\\"\\\"}\",\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:23:10','2026-01-23 17:23:10',114,404,'请求地址不存在:service/evaluations',NULL,'2026-01-23 17:23:10',NULL,'2026-01-23 17:23:10',_binary '\0',0),(400,'',1,2,'xdz-business-server','GET','/service/maintenance/orders','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\",\\\"startTime\\\":\\\"\\\",\\\"endTime\\\":\\\"\\\",\\\"keyword\\\":\\\"\\\",\\\"status\\\":\\\"\\\",\\\"timeRange\\\":\\\"\\\"}\",\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:23:12','2026-01-23 17:23:12',93,404,'请求地址不存在:service/maintenance/orders',NULL,'2026-01-23 17:23:12',NULL,'2026-01-23 17:23:12',_binary '\0',0),(401,'',1,2,'xdz-business-server','GET','/alarm/list','{\"query\":\"{\\\"alarmType\\\":\\\"\\\",\\\"pageNo\\\":\\\"1\\\",\\\"alarmTime\\\":\\\"\\\",\\\"pageSize\\\":\\\"10\\\",\\\"handleStatus\\\":\\\"\\\",\\\"alarmLevel\\\":\\\"\\\",\\\"startTime\\\":\\\"\\\",\\\"vehicleId\\\":\\\"\\\",\\\"endTime\\\":\\\"\\\",\\\"keyword\\\":\\\"\\\"}\",\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:23:14','2026-01-23 17:23:14',88,404,'请求地址不存在:alarm/list',NULL,'2026-01-23 17:23:14',NULL,'2026-01-23 17:23:14',_binary '\0',0),(402,'',1,2,'xdz-business-server','GET','/alarm/rules','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:23:16','2026-01-23 17:23:16',85,404,'请求地址不存在:alarm/rules',NULL,'2026-01-23 17:23:16',NULL,'2026-01-23 17:23:16',_binary '\0',0),(403,'',0,2,'xdz-business-server','GET','/admin-api/system/auth/get-permission-info','{\"query\":null,\"body\":null}',NULL,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,NULL,0,'2026-01-23 17:31:15','2026-01-23 17:31:15',63,0,'',NULL,'2026-01-23 17:31:15',NULL,'2026-01-23 17:31:15',_binary '\0',0),(404,'',1,2,'xdz-business-server','GET','/system/dict-data/simpleList','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-23 17:33:10','2026-01-23 17:33:10',211,0,'',NULL,'2026-01-23 17:33:10',NULL,'2026-01-23 17:33:10',_binary '\0',0),(405,'',1,2,'xdz-business-server','GET','/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 17:33:10','2026-01-23 17:33:10',340,0,'',NULL,'2026-01-23 17:33:10',NULL,'2026-01-23 17:33:10',_binary '\0',0),(406,'',1,2,'xdz-business-server','GET','/system/dict-data/simpleList','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-23 17:45:56','2026-01-23 17:45:56',276,0,'',NULL,'2026-01-23 17:45:56',NULL,'2026-01-23 17:45:56',_binary '\0',0),(407,'',1,2,'xdz-business-server','GET','/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 17:45:56','2026-01-23 17:45:56',389,0,'',NULL,'2026-01-23 17:45:56',NULL,'2026-01-23 17:45:56',_binary '\0',0),(408,'',1,2,'xdz-business-server','GET','/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 17:46:01','2026-01-23 17:46:01',137,0,'',NULL,'2026-01-23 17:46:01',NULL,'2026-01-23 17:46:01',_binary '\0',0),(409,'',1,2,'xdz-business-server','GET','/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 17:46:42','2026-01-23 17:46:42',136,0,'',NULL,'2026-01-23 17:46:42',NULL,'2026-01-23 17:46:42',_binary '\0',0),(410,'',1,2,'xdz-business-server','GET','/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 17:46:49','2026-01-23 17:46:49',145,0,'',NULL,'2026-01-23 17:46:49',NULL,'2026-01-23 17:46:49',_binary '\0',0),(411,'',1,2,'xdz-business-server','GET','/system/dict-data/simpleList','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-23 17:47:16','2026-01-23 17:47:16',150,0,'',NULL,'2026-01-23 17:47:16',NULL,'2026-01-23 17:47:16',_binary '\0',0),(412,'',1,2,'xdz-business-server','GET','/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 17:47:16','2026-01-23 17:47:16',217,0,'',NULL,'2026-01-23 17:47:16',NULL,'2026-01-23 17:47:16',_binary '\0',0),(413,'',1,2,'xdz-business-server','GET','/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 17:48:14','2026-01-23 17:48:14',244,0,'',NULL,'2026-01-23 17:48:14',NULL,'2026-01-23 17:48:14',_binary '\0',0),(414,'',1,2,'xdz-business-server','GET','/system/dict-data/simpleList','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-23 17:48:27','2026-01-23 17:48:27',133,0,'',NULL,'2026-01-23 17:48:27',NULL,'2026-01-23 17:48:27',_binary '\0',0),(415,'',1,2,'xdz-business-server','GET','/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 17:48:27','2026-01-23 17:48:27',164,0,'',NULL,'2026-01-23 17:48:27',NULL,'2026-01-23 17:48:27',_binary '\0',0),(416,'',1,2,'xdz-business-server','GET','/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 17:48:57','2026-01-23 17:48:57',232,0,'',NULL,'2026-01-23 17:48:57',NULL,'2026-01-23 17:48:57',_binary '\0',0),(417,'',1,2,'xdz-business-server','GET','/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 17:49:01','2026-01-23 17:49:01',208,0,'',NULL,'2026-01-23 17:49:01',NULL,'2026-01-23 17:49:01',_binary '\0',0),(418,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:53:02','2026-01-23 17:53:02',301,0,'',NULL,'2026-01-23 17:53:02',NULL,'2026-01-23 17:53:02',_binary '\0',0),(419,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:55:02','2026-01-23 17:55:02',48,0,'',NULL,'2026-01-23 17:55:02',NULL,'2026-01-23 17:55:02',_binary '\0',0),(420,'',0,2,'xdz-business-server','GET','/system/dict-data/simpleList','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:56:56','2026-01-23 17:56:56',155,0,'',NULL,'2026-01-23 17:56:56',NULL,'2026-01-23 17:56:56',_binary '\0',0),(421,'',0,2,'xdz-business-server','GET','/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:56:56','2026-01-23 17:56:56',210,0,'',NULL,'2026-01-23 17:56:56',NULL,'2026-01-23 17:56:56',_binary '\0',0),(422,'',0,2,'xdz-business-server','GET','/system/dict-data/simpleList','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:56:56','2026-01-23 17:56:57',192,0,'',NULL,'2026-01-23 17:56:57',NULL,'2026-01-23 17:56:57',_binary '\0',0),(423,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,NULL,0,'2026-01-23 17:56:57','2026-01-23 17:56:57',49,0,'',NULL,'2026-01-23 17:56:57',NULL,'2026-01-23 17:56:57',_binary '\0',0),(424,'',0,2,'xdz-business-server','POST','/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 17:57:03','2026-01-23 17:57:03',308,0,'',NULL,'2026-01-23 17:57:03',NULL,'2026-01-23 17:57:03',_binary '\0',0),(425,'',0,2,'xdz-business-server','POST','/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 17:57:03','2026-01-23 17:57:03',308,0,'',NULL,'2026-01-23 17:57:03',NULL,'2026-01-23 17:57:03',_binary '\0',0),(426,'',0,2,'xdz-business-server','POST','/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 17:57:03','2026-01-23 17:57:03',308,0,'',NULL,'2026-01-23 17:57:03',NULL,'2026-01-23 17:57:03',_binary '\0',0),(427,'',0,2,'xdz-business-server','POST','/system/captcha/check','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\",\\\"pointJson\\\":\\\"Edhtx0pdmq464ECA7Dqi1jB7S174I58bzRlI9XqpflQ=\\\"}\"}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','校验验证码',2,'2026-01-23 17:57:07','2026-01-23 17:57:07',12,0,'',NULL,'2026-01-23 17:57:07',NULL,'2026-01-23 17:57:07',_binary '\0',0),(428,'',0,2,'xdz-business-server','POST','/system/captcha/get','{\"query\":null,\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 验证码','获得验证码',2,'2026-01-23 17:57:09','2026-01-23 17:57:09',105,0,'',NULL,'2026-01-23 17:57:09',NULL,'2026-01-23 17:57:09',_binary '\0',0),(429,'',0,2,'xdz-business-server','POST','/system/auth/login','{\"query\":null,\"body\":\"{\\\"tenantName\\\":\\\"芋道源码\\\",\\\"username\\\":\\\"admin\\\",\\\"captchaVerification\\\":\\\"PjjvoY7mKy2GekSyX2qCNfCmL01ox+I1gByeKkNKjdIfvH1FJDHyBUSKQS33NeSUWNs42SgiksOG/t/7GZJtKg==\\\",\\\"rememberMe\\\":true}\"}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','使用账号密码登录',2,'2026-01-23 17:57:08','2026-01-23 17:57:09',843,0,'',NULL,'2026-01-23 17:57:09',NULL,'2026-01-23 17:57:09',_binary '\0',0),(430,'',1,2,'xdz-business-server','GET','/system/dict-data/simpleList','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 字典数据','获得全部字典数据列表',1,'2026-01-23 17:57:09','2026-01-23 17:57:10',189,0,'',NULL,'2026-01-23 17:57:10',NULL,'2026-01-23 17:57:10',_binary '\0',0),(431,'',1,2,'xdz-business-server','GET','/system/auth/getPermissionInfo','{\"query\":null,\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 认证','获取登录用户的权限信息',1,'2026-01-23 17:57:09','2026-01-23 17:57:10',319,0,'',NULL,'2026-01-23 17:57:10',NULL,'2026-01-23 17:57:10',_binary '\0',0),(432,'',1,2,'xdz-business-server','GET','/community/post/page','{\"query\":\"{\\\"pageNo\\\":\\\"1\\\",\\\"pageSize\\\":\\\"10\\\"}\",\"body\":null}',NULL,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','管理后台 - 帖子管理','获得帖子分页列表',1,'2026-01-23 17:57:13','2026-01-23 17:57:14',350,0,'',NULL,'2026-01-23 17:57:14',NULL,'2026-01-23 17:57:14',_binary '\0',0);
  310. /*!40000 ALTER TABLE `infra_api_access_log` ENABLE KEYS */;
  311. UNLOCK TABLES;
  312. --
  313. -- Table structure for table `infra_api_error_log`
  314. --
  315. DROP TABLE IF EXISTS `infra_api_error_log`;
  316. /*!40101 SET @saved_cs_client = @@character_set_client */;
  317. /*!50503 SET character_set_client = utf8mb4 */;
  318. CREATE TABLE `infra_api_error_log` (
  319. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '编号',
  320. `trace_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '链路追踪编号',
  321. `user_id` bigint NOT NULL DEFAULT '0' COMMENT '用户编号',
  322. `user_type` tinyint NOT NULL DEFAULT '0' COMMENT '用户类型',
  323. `application_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '应用名',
  324. `request_method` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '请求方法名',
  325. `request_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '请求地址',
  326. `request_params` varchar(8000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '请求参数',
  327. `user_ip` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '用户 IP',
  328. `user_agent` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '浏览器 UA',
  329. `exception_time` datetime NOT NULL COMMENT '异常发生时间',
  330. `exception_name` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '异常名',
  331. `exception_message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '异常导致的消息',
  332. `exception_root_cause_message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '异常导致的根消息',
  333. `exception_stack_trace` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '异常的栈轨迹',
  334. `exception_class_name` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '异常发生的类全名',
  335. `exception_file_name` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '异常发生的类文件',
  336. `exception_method_name` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '异常发生的方法名',
  337. `exception_line_number` int NOT NULL COMMENT '异常发生的方法所在行',
  338. `process_status` tinyint NOT NULL COMMENT '处理状态',
  339. `process_time` datetime DEFAULT NULL COMMENT '处理时间',
  340. `process_user_id` int DEFAULT '0' COMMENT '处理用户编号',
  341. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  342. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  343. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  344. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  345. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  346. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户编号',
  347. PRIMARY KEY (`id`) USING BTREE
  348. ) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='系统异常日志';
  349. /*!40101 SET character_set_client = @saved_cs_client */;
  350. --
  351. -- Dumping data for table `infra_api_error_log`
  352. --
  353. LOCK TABLES `infra_api_error_log` WRITE;
  354. /*!40000 ALTER TABLE `infra_api_error_log` DISABLE KEYS */;
  355. INSERT INTO `infra_api_error_log` VALUES (1,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":{\"refreshToken\":\"6a8882f740fa48c2b66248e1b8fcf520\"},\"body\":null}','0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-22 22:22:25','java.lang.TypeNotPresentException','TypeNotPresentException: Type com.xindazhou.business.controller.admin.auth.vo.AuthPermissionInfoRespVO not present','ClassNotFoundException: com.xindazhou.business.controller.admin.auth.vo.AuthPermissionInfoRespVO','java.lang.TypeNotPresentException: Type com.xindazhou.business.controller.admin.auth.vo.AuthPermissionInfoRespVO not present\n at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:120)\n at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125)\n at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)\n at java.base/sun.reflect.generics.visitor.Reifier.reifyTypeArguments(Reifier.java:68)\n at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:138)\n at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)\n at java.base/sun.reflect.generics.repository.MethodRepository.computeReturnType(MethodRepository.java:75)\n at java.base/sun.reflect.generics.repository.MethodRepository.getReturnType(MethodRepository.java:66)\n at java.base/java.lang.reflect.Method.getGenericReturnType(Method.java:278)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanMethod.<init>(JavaBeanMethod.java:20)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanGetter.<init>(JavaBeanGetter.java:43)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanHelper.executable(JavaBeanHelper.java:129)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanHelper.executable(JavaBeanHelper.java:121)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanHelper.executable(JavaBeanHelper.java:113)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.findExecutableMetaData(AnnotationMetaDataProvider.java:307)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.getMetaData(AnnotationMetaDataProvider.java:292)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.getMethodMetaData(AnnotationMetaDataProvider.java:279)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.retrieveBeanConfiguration(AnnotationMetaDataProvider.java:131)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.getBeanConfiguration(AnnotationMetaDataProvider.java:121)\n at org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl.getBeanConfigurationForHierarchy(BeanMetaDataManagerImpl.java:234)\n at org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl.createBeanMetaData(BeanMetaDataManagerImpl.java:201)\n at org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl.getBeanMetaData(BeanMetaDataManagerImpl.java:165)\n at org.hibernate.validator.internal.engine.ValidatorImpl.validateParameters(ValidatorImpl.java:267)\n at org.hibernate.validator.internal.engine.ValidatorImpl.validateParameters(ValidatorImpl.java:235)\n at org.springframework.validation.beanvalidation.MethodValidationAdapter.invokeValidatorForArguments(MethodValidationAdapter.java:261)\n at org.springframework.validation.beanvalidation.MethodValidationInterce','sun.reflect.generics.factory.CoreReflectionFactory','CoreReflectionFactory.java','makeNamedType',120,0,NULL,0,NULL,'2026-01-22 22:22:25',NULL,'2026-01-22 22:22:25',_binary '\0',0),(2,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":{\"refreshToken\":\"6a8882f740fa48c2b66248e1b8fcf520\"},\"body\":null}','0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-22 22:22:25','java.lang.TypeNotPresentException','TypeNotPresentException: Type com.xindazhou.business.controller.admin.auth.vo.AuthPermissionInfoRespVO not present','ClassNotFoundException: com.xindazhou.business.controller.admin.auth.vo.AuthPermissionInfoRespVO','java.lang.TypeNotPresentException: Type com.xindazhou.business.controller.admin.auth.vo.AuthPermissionInfoRespVO not present\n at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:120)\n at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125)\n at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)\n at java.base/sun.reflect.generics.visitor.Reifier.reifyTypeArguments(Reifier.java:68)\n at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:138)\n at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)\n at java.base/sun.reflect.generics.repository.MethodRepository.computeReturnType(MethodRepository.java:75)\n at java.base/sun.reflect.generics.repository.MethodRepository.getReturnType(MethodRepository.java:66)\n at java.base/java.lang.reflect.Method.getGenericReturnType(Method.java:278)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanMethod.<init>(JavaBeanMethod.java:20)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanGetter.<init>(JavaBeanGetter.java:43)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanHelper.executable(JavaBeanHelper.java:129)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanHelper.executable(JavaBeanHelper.java:121)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanHelper.executable(JavaBeanHelper.java:113)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.findExecutableMetaData(AnnotationMetaDataProvider.java:307)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.getMetaData(AnnotationMetaDataProvider.java:292)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.getMethodMetaData(AnnotationMetaDataProvider.java:279)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.retrieveBeanConfiguration(AnnotationMetaDataProvider.java:131)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.getBeanConfiguration(AnnotationMetaDataProvider.java:121)\n at org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl.getBeanConfigurationForHierarchy(BeanMetaDataManagerImpl.java:234)\n at org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl.createBeanMetaData(BeanMetaDataManagerImpl.java:201)\n at org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl.getBeanMetaData(BeanMetaDataManagerImpl.java:165)\n at org.hibernate.validator.internal.engine.ValidatorImpl.validateParameters(ValidatorImpl.java:267)\n at org.hibernate.validator.internal.engine.ValidatorImpl.validateParameters(ValidatorImpl.java:235)\n at org.springframework.validation.beanvalidation.MethodValidationAdapter.invokeValidatorForArguments(MethodValidationAdapter.java:261)\n at org.springframework.validation.beanvalidation.MethodValidationInterce','sun.reflect.generics.factory.CoreReflectionFactory','CoreReflectionFactory.java','makeNamedType',120,0,NULL,0,NULL,'2026-01-22 22:22:25',NULL,'2026-01-22 22:22:25',_binary '\0',0),(3,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":{\"refreshToken\":\"6a8882f740fa48c2b66248e1b8fcf520\"},\"body\":null}','0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-22 22:22:25','java.lang.TypeNotPresentException','TypeNotPresentException: Type com.xindazhou.business.controller.admin.auth.vo.AuthPermissionInfoRespVO not present','ClassNotFoundException: com.xindazhou.business.controller.admin.auth.vo.AuthPermissionInfoRespVO','java.lang.TypeNotPresentException: Type com.xindazhou.business.controller.admin.auth.vo.AuthPermissionInfoRespVO not present\n at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:120)\n at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125)\n at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)\n at java.base/sun.reflect.generics.visitor.Reifier.reifyTypeArguments(Reifier.java:68)\n at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:138)\n at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)\n at java.base/sun.reflect.generics.repository.MethodRepository.computeReturnType(MethodRepository.java:75)\n at java.base/sun.reflect.generics.repository.MethodRepository.getReturnType(MethodRepository.java:66)\n at java.base/java.lang.reflect.Method.getGenericReturnType(Method.java:278)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanMethod.<init>(JavaBeanMethod.java:20)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanGetter.<init>(JavaBeanGetter.java:43)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanHelper.executable(JavaBeanHelper.java:129)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanHelper.executable(JavaBeanHelper.java:121)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanHelper.executable(JavaBeanHelper.java:113)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.findExecutableMetaData(AnnotationMetaDataProvider.java:307)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.getMetaData(AnnotationMetaDataProvider.java:292)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.getMethodMetaData(AnnotationMetaDataProvider.java:279)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.retrieveBeanConfiguration(AnnotationMetaDataProvider.java:131)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.getBeanConfiguration(AnnotationMetaDataProvider.java:121)\n at org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl.getBeanConfigurationForHierarchy(BeanMetaDataManagerImpl.java:234)\n at org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl.createBeanMetaData(BeanMetaDataManagerImpl.java:201)\n at org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl.getBeanMetaData(BeanMetaDataManagerImpl.java:165)\n at org.hibernate.validator.internal.engine.ValidatorImpl.validateParameters(ValidatorImpl.java:267)\n at org.hibernate.validator.internal.engine.ValidatorImpl.validateParameters(ValidatorImpl.java:235)\n at org.springframework.validation.beanvalidation.MethodValidationAdapter.invokeValidatorForArguments(MethodValidationAdapter.java:261)\n at org.springframework.validation.beanvalidation.MethodValidationInterce','sun.reflect.generics.factory.CoreReflectionFactory','CoreReflectionFactory.java','makeNamedType',120,0,NULL,0,NULL,'2026-01-22 22:22:25',NULL,'2026-01-22 22:22:25',_binary '\0',0),(4,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":{\"refreshToken\":\"6a8882f740fa48c2b66248e1b8fcf520\"},\"body\":null}','0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-22 22:22:28','java.lang.TypeNotPresentException','TypeNotPresentException: Type com.xindazhou.business.controller.admin.auth.vo.AuthPermissionInfoRespVO not present','ClassNotFoundException: com.xindazhou.business.controller.admin.auth.vo.AuthPermissionInfoRespVO','java.lang.TypeNotPresentException: Type com.xindazhou.business.controller.admin.auth.vo.AuthPermissionInfoRespVO not present\n at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:120)\n at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125)\n at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)\n at java.base/sun.reflect.generics.visitor.Reifier.reifyTypeArguments(Reifier.java:68)\n at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:138)\n at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)\n at java.base/sun.reflect.generics.repository.MethodRepository.computeReturnType(MethodRepository.java:75)\n at java.base/sun.reflect.generics.repository.MethodRepository.getReturnType(MethodRepository.java:66)\n at java.base/java.lang.reflect.Method.getGenericReturnType(Method.java:278)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanMethod.<init>(JavaBeanMethod.java:20)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanGetter.<init>(JavaBeanGetter.java:43)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanHelper.executable(JavaBeanHelper.java:129)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanHelper.executable(JavaBeanHelper.java:121)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanHelper.executable(JavaBeanHelper.java:113)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.findExecutableMetaData(AnnotationMetaDataProvider.java:307)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.getMetaData(AnnotationMetaDataProvider.java:292)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.getMethodMetaData(AnnotationMetaDataProvider.java:279)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.retrieveBeanConfiguration(AnnotationMetaDataProvider.java:131)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.getBeanConfiguration(AnnotationMetaDataProvider.java:121)\n at org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl.getBeanConfigurationForHierarchy(BeanMetaDataManagerImpl.java:234)\n at org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl.createBeanMetaData(BeanMetaDataManagerImpl.java:201)\n at org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl.getBeanMetaData(BeanMetaDataManagerImpl.java:165)\n at org.hibernate.validator.internal.engine.ValidatorImpl.validateParameters(ValidatorImpl.java:267)\n at org.hibernate.validator.internal.engine.ValidatorImpl.validateParameters(ValidatorImpl.java:235)\n at org.springframework.validation.beanvalidation.MethodValidationAdapter.invokeValidatorForArguments(MethodValidationAdapter.java:261)\n at org.springframework.validation.beanvalidation.MethodValidationInterce','sun.reflect.generics.factory.CoreReflectionFactory','CoreReflectionFactory.java','makeNamedType',120,0,NULL,0,NULL,'2026-01-22 22:22:28',NULL,'2026-01-22 22:22:28',_binary '\0',0),(5,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/refresh-token','{\"query\":{\"refreshToken\":\"6a8882f740fa48c2b66248e1b8fcf520\"},\"body\":null}','0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-22 22:24:29','java.lang.TypeNotPresentException','TypeNotPresentException: Type com.xindazhou.business.controller.admin.auth.vo.AuthPermissionInfoRespVO not present','ClassNotFoundException: com.xindazhou.business.controller.admin.auth.vo.AuthPermissionInfoRespVO','java.lang.TypeNotPresentException: Type com.xindazhou.business.controller.admin.auth.vo.AuthPermissionInfoRespVO not present\n at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:120)\n at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125)\n at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)\n at java.base/sun.reflect.generics.visitor.Reifier.reifyTypeArguments(Reifier.java:68)\n at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:138)\n at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49)\n at java.base/sun.reflect.generics.repository.MethodRepository.computeReturnType(MethodRepository.java:75)\n at java.base/sun.reflect.generics.repository.MethodRepository.getReturnType(MethodRepository.java:66)\n at java.base/java.lang.reflect.Method.getGenericReturnType(Method.java:278)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanMethod.<init>(JavaBeanMethod.java:20)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanGetter.<init>(JavaBeanGetter.java:43)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanHelper.executable(JavaBeanHelper.java:129)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanHelper.executable(JavaBeanHelper.java:121)\n at org.hibernate.validator.internal.properties.javabean.JavaBeanHelper.executable(JavaBeanHelper.java:113)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.findExecutableMetaData(AnnotationMetaDataProvider.java:307)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.getMetaData(AnnotationMetaDataProvider.java:292)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.getMethodMetaData(AnnotationMetaDataProvider.java:279)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.retrieveBeanConfiguration(AnnotationMetaDataProvider.java:131)\n at org.hibernate.validator.internal.metadata.provider.AnnotationMetaDataProvider.getBeanConfiguration(AnnotationMetaDataProvider.java:121)\n at org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl.getBeanConfigurationForHierarchy(BeanMetaDataManagerImpl.java:234)\n at org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl.createBeanMetaData(BeanMetaDataManagerImpl.java:201)\n at org.hibernate.validator.internal.metadata.BeanMetaDataManagerImpl.getBeanMetaData(BeanMetaDataManagerImpl.java:165)\n at org.hibernate.validator.internal.engine.ValidatorImpl.validateParameters(ValidatorImpl.java:267)\n at org.hibernate.validator.internal.engine.ValidatorImpl.validateParameters(ValidatorImpl.java:235)\n at org.springframework.validation.beanvalidation.MethodValidationAdapter.invokeValidatorForArguments(MethodValidationAdapter.java:261)\n at org.springframework.validation.beanvalidation.MethodValidationInterce','sun.reflect.generics.factory.CoreReflectionFactory','CoreReflectionFactory.java','makeNamedType',120,0,NULL,0,NULL,'2026-01-22 22:24:29',NULL,'2026-01-22 22:24:29',_binary '\0',0),(6,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/login','{\"query\":{},\"body\":\"{\\\"tenantName\\\":\\\"芋道源码\\\",\\\"username\\\":\\\"admin\\\",\\\"password\\\":\\\"admin123\\\",\\\"captchaVerification\\\":\\\"OKM+O3gMmtsyapLnKG0hSNAv1fROqGhOXxSXhiTK+sD0vkK5Ik2QC0dYFvFA6xKEKA3TJFBkQ5noZT4nI3h7vw==\\\",\\\"rememberMe\\\":true}\"}','0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-22 22:25:26','jakarta.servlet.ServletException','ServletException: Handler dispatch failed: java.lang.NoClassDefFoundError: com/xindazhou/business/controller/admin/auth/vo/AuthLoginReqVO$AuthLoginReqVOBuilder','ClassNotFoundException: com.xindazhou.business.controller.admin.auth.vo.AuthLoginReqVO$AuthLoginReqVOBuilder','jakarta.servlet.ServletException: Handler dispatch failed: java.lang.NoClassDefFoundError: com/xindazhou/business/controller/admin/auth/vo/AuthLoginReqVO$AuthLoginReqVOBuilder\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1104)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:110)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:110)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138)\n at com.xindazhou.business.framework.security.filter.OptimizedTokenAuthenticationFilter.doFilterInternal(OptimizedTokenAuthenticationFilter.java:114)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138)\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138)\n at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108)\n at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108)\n at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:231)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:365)\n at org.springframework.security.','org.springframework.web.servlet.DispatcherServlet','DispatcherServlet.java','doDispatch',1104,0,NULL,0,NULL,'2026-01-22 22:25:26',NULL,'2026-01-22 22:25:26',_binary '\0',0),(7,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/login','{\"query\":{},\"body\":\"{\\\"tenantName\\\":\\\"芋道源码\\\",\\\"username\\\":\\\"admin\\\",\\\"password\\\":\\\"admin123\\\",\\\"captchaVerification\\\":\\\"wqhm21nsLW8pVmC/CjH64+S1t4wjYWuHxNoK4exg/itAcmwIryRHE17Wadpe/tvgyM8up2H38ElanwF3LKuDeQ==\\\",\\\"rememberMe\\\":true}\"}','0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-22 22:25:46','jakarta.servlet.ServletException','ServletException: Handler dispatch failed: java.lang.NoClassDefFoundError: com/xindazhou/business/controller/admin/auth/vo/AuthLoginReqVO$AuthLoginReqVOBuilder','ClassNotFoundException: com.xindazhou.business.controller.admin.auth.vo.AuthLoginReqVO$AuthLoginReqVOBuilder','jakarta.servlet.ServletException: Handler dispatch failed: java.lang.NoClassDefFoundError: com/xindazhou/business/controller/admin/auth/vo/AuthLoginReqVO$AuthLoginReqVOBuilder\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1104)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:110)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:110)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138)\n at com.xindazhou.business.framework.security.filter.OptimizedTokenAuthenticationFilter.doFilterInternal(OptimizedTokenAuthenticationFilter.java:114)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138)\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138)\n at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108)\n at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108)\n at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:231)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:365)\n at org.springframework.security.','org.springframework.web.servlet.DispatcherServlet','DispatcherServlet.java','doDispatch',1104,0,NULL,0,NULL,'2026-01-22 22:25:46',NULL,'2026-01-22 22:25:46',_binary '\0',0),(8,'',0,2,'xdz-business-server','POST','/admin-api/system/auth/login','{\"query\":{},\"body\":\"{\\\"tenantName\\\":\\\"芋道源码\\\",\\\"username\\\":\\\"admin\\\",\\\"password\\\":\\\"admin123\\\",\\\"captchaVerification\\\":\\\"iFuBEBHLVnj9IQg5B/HLoGGxe2ho4q5diNW0h4dzxKPzCf+ocN3J23nQoBIc3QBzvh6lQw7UR6qVXDgS7EQieA==\\\",\\\"rememberMe\\\":true}\"}','0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-22 23:30:31','jakarta.servlet.ServletException','ServletException: Handler dispatch failed: java.lang.NoClassDefFoundError: com/xindazhou/business/controller/admin/auth/vo/AuthLoginReqVO$AuthLoginReqVOBuilder','ClassNotFoundException: com.xindazhou.business.controller.admin.auth.vo.AuthLoginReqVO$AuthLoginReqVOBuilder','jakarta.servlet.ServletException: Handler dispatch failed: java.lang.NoClassDefFoundError: com/xindazhou/business/controller/admin/auth/vo/AuthLoginReqVO$AuthLoginReqVOBuilder\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1104)\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138)\n at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:110)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:110)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138)\n at com.xindazhou.business.framework.security.filter.OptimizedTokenAuthenticationFilter.doFilterInternal(OptimizedTokenAuthenticationFilter.java:114)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138)\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\n at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162)\n at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138)\n at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108)\n at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108)\n at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:231)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:365)\n at org.springframework.security.','org.springframework.web.servlet.DispatcherServlet','DispatcherServlet.java','doDispatch',1104,0,NULL,0,NULL,'2026-01-22 23:30:31',NULL,'2026-01-22 23:30:31',_binary '\0',0),(9,'',0,2,'xdz-business-server','GET','/admin-api/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 12:11:05','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTExMDA4NSwiZXhwIjoxNzY5MTExODg1fQ.VDK2FTY3lJKu7nUj-anMWlBg8_t5GLiPwb832INtX9iLGJ9c43_XQUrdk5ExSJEKDzI60LvmGEF-sH0BzN7WU9A1kM6LAJVoB9BosssiK_EcH4vgrU-MP0klKw9w3g5IQYkwaprOMsyI-cdJL-TF_fIDkNMZgZ7TDeGchB7iq_JHfPhqLC4A-94XYD-hPgOl2WQjyAjwp2snhU9an_gACA9Xl7tXkt8xaXq4LNR69ohjrANy9nVAEPGSM9K8zmuNO9RN8VIXoR1uP_s4Y8r7EkKk1v_2aaItVbYqexiTYpoUc5nQ1RAnJeJPxyUrPEs3OVr5jsOikeTD1DJXXIzOAg','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTExMDA4NSwiZXhwIjoxNzY5MTExODg1fQ.VDK2FTY3lJKu7nUj-anMWlBg8_t5GLiPwb832INtX9iLGJ9c43_XQUrdk5ExSJEKDzI60LvmGEF-sH0BzN7WU9A1kM6LAJVoB9BosssiK_EcH4vgrU-MP0klKw9w3g5IQYkwaprOMsyI-cdJL-TF_fIDkNMZgZ7TDeGchB7iq_JHfPhqLC4A-94XYD-hPgOl2WQjyAjwp2snhU9an_gACA9Xl7tXkt8xaXq4LNR69ohjrANy9nVAEPGSM9K8zmuNO9RN8VIXoR1uP_s4Y8r7EkKk1v_2aaItVbYqexiTYpoUc5nQ1RAnJeJPxyUrPEs3OVr5jsOikeTD1DJXXIzOAg\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 12:11:05',NULL,'2026-01-23 12:11:05',_binary '\0',0),(10,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 16:36:43','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 16:36:43',NULL,'2026-01-23 16:36:43',_binary '\0',0),(11,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 16:38:43','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 16:38:43',NULL,'2026-01-23 16:38:43',_binary '\0',0),(12,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 16:40:43','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 16:40:43',NULL,'2026-01-23 16:40:43',_binary '\0',0),(13,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 16:42:43','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 16:42:43',NULL,'2026-01-23 16:42:43',_binary '\0',0),(14,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 16:44:43','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 16:44:43',NULL,'2026-01-23 16:44:43',_binary '\0',0),(15,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 16:46:43','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 16:46:43',NULL,'2026-01-23 16:46:43',_binary '\0',0),(16,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 16:48:43','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 16:48:43',NULL,'2026-01-23 16:48:43',_binary '\0',0),(17,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 16:50:43','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 16:50:43',NULL,'2026-01-23 16:50:43',_binary '\0',0),(18,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 16:52:43','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 16:52:43',NULL,'2026-01-23 16:52:43',_binary '\0',0),(19,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 16:54:43','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 16:54:43',NULL,'2026-01-23 16:54:43',_binary '\0',0),(20,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 16:56:44','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 16:56:44',NULL,'2026-01-23 16:56:44',_binary '\0',0),(21,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 16:58:43','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 16:58:43',NULL,'2026-01-23 16:58:43',_binary '\0',0),(22,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 17:00:43','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 17:00:43',NULL,'2026-01-23 17:00:43',_binary '\0',0),(23,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 17:02:43','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 17:02:43',NULL,'2026-01-23 17:02:43',_binary '\0',0),(24,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 17:04:43','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 17:04:43',NULL,'2026-01-23 17:04:43',_binary '\0',0),(25,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 17:06:43','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 17:06:43',NULL,'2026-01-23 17:06:43',_binary '\0',0),(26,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 17:08:43','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 17:08:43',NULL,'2026-01-23 17:08:43',_binary '\0',0),(27,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 17:10:43','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 17:10:43',NULL,'2026-01-23 17:10:43',_binary '\0',0),(28,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 17:14:43','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 17:14:43',NULL,'2026-01-23 17:14:43',_binary '\0',0),(29,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 17:16:43','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 17:16:43',NULL,'2026-01-23 17:16:43',_binary '\0',0),(30,'',0,2,'xdz-business-server','GET','/system/notify-message/getUnreadCount','{\"query\":{},\"body\":null}','127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','2026-01-23 17:20:44','feign.RetryableException','RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw','ConnectException: Connection refused','feign.RetryableException: Connection refused executing GET http://localhost:18080/rpc-api/system/oauth2/token/check?accessToken=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ4aW5kYXpob3Utb2F1dGgyIiwic3ViIjoiMSIsInVpZCI6MSwidXNlclR5cGUiOjIsInRlbmFudElkIjoxLCJzY29wZXMiOm51bGwsImlhdCI6MTc2OTE1MzkwOSwiZXhwIjoxNzY5MTU1NzA5fQ.amVCANAsKl4CxQfAPm2GisWV9KSkpEInyMcorsx6JGsJ4jx50FoDdFuZo6gjNp4fVBd3pBt7Jx4NHrSfFyiFEcvQ9e9fWnpBBGUQjc_mLlK30LlWa2txKrJdDyfHP-NpZWsb3eKQxLJ1PYK8ahO5bypKYT5KCFC7x1ObtPgLNMF0hSbJalNkWwwBzP7Fki2oxBVM-FkCxQ78GRJz2jLuuuydXYYbhihJKQ0VXxj2gapcvmuazgYHfVPvqSp1UuFwsLRapWJ4PXB7OtbI4sDufjuNCMSWuvoa6JL-J7sPxOlAJL9YbLAB2gMhM2L6dfSKve0oxjnd5fWhbv4_zckPzw\n at feign.FeignException.errorExecuting(FeignException.java:300)\n at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:105)\n at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:53)\n at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:104)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory$1.proceed(FeignCachingInvocationHandlerFactory.java:66)\n at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:55)\n at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:431)\n at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:416)\n at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:65)\n at org.springframework.cloud.openfeign.FeignCachingInvocationHandlerFactory.lambda$create$1(FeignCachingInvocationHandlerFactory.java:53)\n at jdk.proxy2/jdk.proxy2.$Proxy143.checkAccessToken(Unknown Source)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.buildLoginUserByToken(TokenAuthenticationFilter.java:153)\n at com.xindazhou.framework.security.core.filter.TokenAuthenticationFilter.doFilterInternal(TokenAuthenticationFilter.java:67)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at com.xindazhou.framework.security.core.filter.ServiceJwtAuthenticationFilter.doFilterInternal(ServiceJwtAuthenticationFilter.java:41)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107)\n at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93)\n at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:374)\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequest','feign.FeignException','FeignException.java','errorExecuting',300,0,NULL,0,NULL,'2026-01-23 17:20:44',NULL,'2026-01-23 17:20:44',_binary '\0',0);
  356. /*!40000 ALTER TABLE `infra_api_error_log` ENABLE KEYS */;
  357. UNLOCK TABLES;
  358. --
  359. -- Table structure for table `infra_codegen_column`
  360. --
  361. DROP TABLE IF EXISTS `infra_codegen_column`;
  362. /*!40101 SET @saved_cs_client = @@character_set_client */;
  363. /*!50503 SET character_set_client = utf8mb4 */;
  364. CREATE TABLE `infra_codegen_column` (
  365. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '编号',
  366. `table_id` bigint NOT NULL COMMENT '表编号',
  367. `column_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '字段名',
  368. `data_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '字段类型',
  369. `column_comment` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '字段描述',
  370. `nullable` bit(1) NOT NULL COMMENT '是否允许为空',
  371. `primary_key` bit(1) NOT NULL COMMENT '是否主键',
  372. `ordinal_position` int NOT NULL COMMENT '排序',
  373. `java_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Java 属性类型',
  374. `java_field` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Java 属性名',
  375. `dict_type` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '字典类型',
  376. `example` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '数据示例',
  377. `create_operation` bit(1) NOT NULL COMMENT '是否为 Create 创建操作的字段',
  378. `update_operation` bit(1) NOT NULL COMMENT '是否为 Update 更新操作的字段',
  379. `list_operation` bit(1) NOT NULL COMMENT '是否为 List 查询操作的字段',
  380. `list_operation_condition` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '=' COMMENT 'List 查询操作的条件类型',
  381. `list_operation_result` bit(1) NOT NULL COMMENT '是否为 List 查询操作的返回字段',
  382. `html_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '显示类型',
  383. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  384. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  385. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  386. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  387. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  388. PRIMARY KEY (`id`) USING BTREE
  389. ) ENGINE=InnoDB AUTO_INCREMENT=2659 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='代码生成表字段定义';
  390. /*!40101 SET character_set_client = @saved_cs_client */;
  391. --
  392. -- Dumping data for table `infra_codegen_column`
  393. --
  394. LOCK TABLES `infra_codegen_column` WRITE;
  395. /*!40000 ALTER TABLE `infra_codegen_column` DISABLE KEYS */;
  396. /*!40000 ALTER TABLE `infra_codegen_column` ENABLE KEYS */;
  397. UNLOCK TABLES;
  398. --
  399. -- Table structure for table `infra_codegen_table`
  400. --
  401. DROP TABLE IF EXISTS `infra_codegen_table`;
  402. /*!40101 SET @saved_cs_client = @@character_set_client */;
  403. /*!50503 SET character_set_client = utf8mb4 */;
  404. CREATE TABLE `infra_codegen_table` (
  405. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '编号',
  406. `data_source_config_id` bigint NOT NULL COMMENT '数据源配置的编号',
  407. `scene` tinyint NOT NULL DEFAULT '1' COMMENT '生成场景',
  408. `table_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '表名称',
  409. `table_comment` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '表描述',
  410. `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '备注',
  411. `module_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '模块名',
  412. `business_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '业务名',
  413. `class_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '类名称',
  414. `class_comment` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '类描述',
  415. `author` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '作者',
  416. `template_type` tinyint NOT NULL DEFAULT '1' COMMENT '模板类型',
  417. `front_type` tinyint NOT NULL COMMENT '前端类型',
  418. `parent_menu_id` bigint DEFAULT NULL COMMENT '父菜单编号',
  419. `master_table_id` bigint DEFAULT NULL COMMENT '主表的编号',
  420. `sub_join_column_id` bigint DEFAULT NULL COMMENT '子表关联主表的字段编号',
  421. `sub_join_many` bit(1) DEFAULT NULL COMMENT '主表与子表是否一对多',
  422. `tree_parent_column_id` bigint DEFAULT NULL COMMENT '树表的父字段编号',
  423. `tree_name_column_id` bigint DEFAULT NULL COMMENT '树表的名字字段编号',
  424. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  425. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  426. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  427. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  428. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  429. PRIMARY KEY (`id`) USING BTREE
  430. ) ENGINE=InnoDB AUTO_INCREMENT=197 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='代码生成表定义';
  431. /*!40101 SET character_set_client = @saved_cs_client */;
  432. --
  433. -- Dumping data for table `infra_codegen_table`
  434. --
  435. LOCK TABLES `infra_codegen_table` WRITE;
  436. /*!40000 ALTER TABLE `infra_codegen_table` DISABLE KEYS */;
  437. /*!40000 ALTER TABLE `infra_codegen_table` ENABLE KEYS */;
  438. UNLOCK TABLES;
  439. --
  440. -- Table structure for table `infra_config`
  441. --
  442. DROP TABLE IF EXISTS `infra_config`;
  443. /*!40101 SET @saved_cs_client = @@character_set_client */;
  444. /*!50503 SET character_set_client = utf8mb4 */;
  445. CREATE TABLE `infra_config` (
  446. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '参数主键',
  447. `category` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '参数分组',
  448. `type` tinyint NOT NULL COMMENT '参数类型',
  449. `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '参数名称',
  450. `config_key` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '参数键名',
  451. `value` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '参数键值',
  452. `visible` bit(1) NOT NULL COMMENT '是否可见',
  453. `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '备注',
  454. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  455. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  456. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  457. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  458. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  459. PRIMARY KEY (`id`) USING BTREE
  460. ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='参数配置表';
  461. /*!40101 SET character_set_client = @saved_cs_client */;
  462. --
  463. -- Dumping data for table `infra_config`
  464. --
  465. LOCK TABLES `infra_config` WRITE;
  466. /*!40000 ALTER TABLE `infra_config` DISABLE KEYS */;
  467. INSERT INTO `infra_config` VALUES (2,'biz',1,'用户管理-账号初始密码','system.user.init-password','123456',_binary '\0','初始化密码 123456','admin','2021-01-05 17:03:48','1','2024-07-20 17:22:47',_binary '\0'),(7,'url',2,'MySQL 监控的地址','url.druid','',_binary '','','1','2023-04-07 13:41:16','1','2023-04-07 14:33:38',_binary '\0'),(8,'url',2,'SkyWalking 监控的地址','url.skywalking','',_binary '','','1','2023-04-07 13:41:16','1','2023-04-07 14:57:03',_binary '\0'),(9,'url',2,'Spring Boot Admin 监控的地址','url.spring-boot-admin','',_binary '','','1','2023-04-07 13:41:16','1','2023-04-07 14:52:07',_binary '\0'),(10,'url',2,'Swagger 接口文档的地址','url.swagger','',_binary '','','1','2023-04-07 13:41:16','1','2023-04-07 14:59:00',_binary '\0'),(11,'ui',2,'腾讯地图 key','tencent.lbs.key','TVDBZ-TDILD-4ON4B-PFDZA-RNLKH-VVF6E',_binary '','腾讯地图 key','1','2023-06-03 19:16:27','1','2023-06-03 19:16:27',_binary '\0'),(12,'test2',2,'test3','test4','test5',_binary '','test6','1','2023-12-03 09:55:16','1','2025-04-06 21:00:09',_binary '\0'),(13,'用户管理-账号初始密码',2,'用户管理-注册开关','system.user.register-enabled','true',_binary '\0','','1','2025-04-26 17:23:41','1','2025-04-26 17:23:41',_binary '\0');
  468. /*!40000 ALTER TABLE `infra_config` ENABLE KEYS */;
  469. UNLOCK TABLES;
  470. --
  471. -- Table structure for table `infra_data_source_config`
  472. --
  473. DROP TABLE IF EXISTS `infra_data_source_config`;
  474. /*!40101 SET @saved_cs_client = @@character_set_client */;
  475. /*!50503 SET character_set_client = utf8mb4 */;
  476. CREATE TABLE `infra_data_source_config` (
  477. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '主键编号',
  478. `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '参数名称',
  479. `url` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '数据源连接',
  480. `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '用户名',
  481. `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '密码',
  482. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  483. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  484. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  485. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  486. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  487. PRIMARY KEY (`id`) USING BTREE
  488. ) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='数据源配置表';
  489. /*!40101 SET character_set_client = @saved_cs_client */;
  490. --
  491. -- Dumping data for table `infra_data_source_config`
  492. --
  493. LOCK TABLES `infra_data_source_config` WRITE;
  494. /*!40000 ALTER TABLE `infra_data_source_config` DISABLE KEYS */;
  495. /*!40000 ALTER TABLE `infra_data_source_config` ENABLE KEYS */;
  496. UNLOCK TABLES;
  497. --
  498. -- Table structure for table `infra_file`
  499. --
  500. DROP TABLE IF EXISTS `infra_file`;
  501. /*!40101 SET @saved_cs_client = @@character_set_client */;
  502. /*!50503 SET character_set_client = utf8mb4 */;
  503. CREATE TABLE `infra_file` (
  504. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '文件编号',
  505. `config_id` bigint DEFAULT NULL COMMENT '配置编号',
  506. `name` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '文件名',
  507. `path` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '文件路径',
  508. `url` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '文件 URL',
  509. `type` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '文件类型',
  510. `size` int NOT NULL COMMENT '文件大小',
  511. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  512. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  513. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  514. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  515. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  516. PRIMARY KEY (`id`) USING BTREE
  517. ) ENGINE=InnoDB AUTO_INCREMENT=2142 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='文件表';
  518. /*!40101 SET character_set_client = @saved_cs_client */;
  519. --
  520. -- Dumping data for table `infra_file`
  521. --
  522. LOCK TABLES `infra_file` WRITE;
  523. /*!40000 ALTER TABLE `infra_file` DISABLE KEYS */;
  524. /*!40000 ALTER TABLE `infra_file` ENABLE KEYS */;
  525. UNLOCK TABLES;
  526. --
  527. -- Table structure for table `infra_file_config`
  528. --
  529. DROP TABLE IF EXISTS `infra_file_config`;
  530. /*!40101 SET @saved_cs_client = @@character_set_client */;
  531. /*!50503 SET character_set_client = utf8mb4 */;
  532. CREATE TABLE `infra_file_config` (
  533. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '编号',
  534. `name` varchar(63) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '配置名',
  535. `storage` tinyint NOT NULL COMMENT '存储器',
  536. `remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '备注',
  537. `master` bit(1) NOT NULL COMMENT '是否为主配置',
  538. `config` varchar(4096) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '存储配置',
  539. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  540. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  541. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  542. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  543. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  544. PRIMARY KEY (`id`) USING BTREE
  545. ) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='文件配置表';
  546. /*!40101 SET character_set_client = @saved_cs_client */;
  547. --
  548. -- Dumping data for table `infra_file_config`
  549. --
  550. LOCK TABLES `infra_file_config` WRITE;
  551. /*!40000 ALTER TABLE `infra_file_config` DISABLE KEYS */;
  552. INSERT INTO `infra_file_config` VALUES (4,'数据库(示例)',1,'我是数据库',_binary '\0','{\"@class\":\"cn.iocoder.yudao.module.infra.framework.file.core.client.db.DBFileClientConfig\",\"domain\":\"http://127.0.0.1:48080\"}','1','2022-03-15 23:56:24','1','2025-11-24 20:57:14',_binary '\0'),(22,'七牛存储器(示例)',20,'请换成你自己的密钥!!!',_binary '','{\"@class\":\"cn.iocoder.yudao.module.infra.framework.file.core.client.s3.S3FileClientConfig\",\"endpoint\":\"s3.cn-south-1.qiniucs.com\",\"domain\":\"http://test.yudao.iocoder.cn\",\"bucket\":\"ruoyi-vue-pro\",\"accessKey\":\"3TvrJ70gl2Gt6IBe7_IZT1F6i_k0iMuRtyEv4EyS\",\"accessSecret\":\"wd0tbVBYlp0S-ihA8Qg2hPLncoP83wyrIq24OZuY\",\"enablePathStyleAccess\":false,\"enablePublicAccess\":true}','1','2024-01-13 22:11:12','1','2025-11-24 20:57:14',_binary '\0'),(24,'腾讯云存储(示例)',20,'请换成你的密钥!!!',_binary '\0','{\"@class\":\"cn.iocoder.yudao.module.infra.framework.file.core.client.s3.S3FileClientConfig\",\"endpoint\":\"https://cos.ap-shanghai.myqcloud.com\",\"domain\":\"http://tengxun-oss.iocoder.cn\",\"bucket\":\"aoteman-1255880240\",\"accessKey\":\"AKIDAF6WSh1uiIjwqtrOsGSN3WryqTM6cTMt\",\"accessSecret\":\"X\",\"enablePathStyleAccess\":false,\"enablePublicAccess\":true}','1','2024-11-09 16:03:22','1','2025-11-24 20:57:14',_binary '\0'),(25,'阿里云存储(示例)',20,'',_binary '\0','{\"@class\":\"cn.iocoder.yudao.module.infra.framework.file.core.client.s3.S3FileClientConfig\",\"endpoint\":\"oss-cn-beijing.aliyuncs.com\",\"domain\":\"http://ali-oss.iocoder.cn\",\"bucket\":\"yunai-aoteman\",\"accessKey\":\"LTAI5tEQLgnDyjh3WpNcdMKA\",\"accessSecret\":\"X\",\"enablePathStyleAccess\":false,\"enablePublicAccess\":true}','1','2024-11-09 16:47:08','1','2025-11-24 20:57:14',_binary '\0'),(26,'火山云存储(示例)',20,'',_binary '\0','{\"@class\":\"cn.iocoder.yudao.module.infra.framework.file.core.client.s3.S3FileClientConfig\",\"endpoint\":\"tos-s3-cn-beijing.volces.com\",\"domain\":null,\"bucket\":\"yunai\",\"accessKey\":\"AKLTZjc3Zjc4MzZmMjU3NDk0ZTgxYmIyMmFkNTIwMDI1ZGE\",\"accessSecret\":\"X==\",\"enablePathStyleAccess\":false,\"enablePublicAccess\":true}','1','2024-11-09 16:56:42','1','2025-11-24 20:57:14',_binary '\0'),(27,'华为云存储(示例)',20,'',_binary '\0','{\"@class\":\"cn.iocoder.yudao.module.infra.framework.file.core.client.s3.S3FileClientConfig\",\"endpoint\":\"obs.cn-east-3.myhuaweicloud.com\",\"domain\":\"\",\"bucket\":\"yudao\",\"accessKey\":\"PVDONDEIOTW88LF8DC4U\",\"accessSecret\":\"X\",\"enablePathStyleAccess\":false,\"enablePublicAccess\":true}','1','2024-11-09 17:18:41','1','2025-11-24 20:57:14',_binary '\0'),(28,'MinIO 存储(示例)',20,'',_binary '\0','{\"@class\":\"cn.iocoder.yudao.module.infra.framework.file.core.client.s3.S3FileClientConfig\",\"endpoint\":\"http://127.0.0.1:9000\",\"domain\":\"http://127.0.0.1:9000/yudao\",\"bucket\":\"yudao\",\"accessKey\":\"admin\",\"accessSecret\":\"password\",\"enablePathStyleAccess\":false,\"enablePublicAccess\":true}','1','2024-11-09 17:43:10','1','2025-11-24 20:57:14',_binary '\0'),(29,'本地存储(示例)',10,'mac/linux 使用 /,windows 使用 \\',_binary '\0','{\"@class\":\"cn.iocoder.yudao.module.infra.framework.file.core.client.local.LocalFileClientConfig\",\"basePath\":\"/Users/yunai/tmp/file\",\"domain\":\"http://127.0.0.1:48080\"}','1','2025-05-02 11:25:45','1','2025-11-24 20:57:14',_binary '\0'),(30,'SFTP 存储(示例)',12,'',_binary '\0','{\"@class\":\"cn.iocoder.yudao.module.infra.framework.file.core.client.sftp.SftpFileClientConfig\",\"basePath\":\"/upload\",\"domain\":\"http://127.0.0.1:48080\",\"host\":\"127.0.0.1\",\"port\":2222,\"username\":\"foo\",\"password\":\"pass\"}','1','2025-05-02 16:34:10','1','2025-11-24 20:57:14',_binary '\0'),(34,'七牛云存储【私有】(示例)',20,'请换成你自己的密钥!!!',_binary '\0','{\"@class\":\"cn.iocoder.yudao.module.infra.framework.file.core.client.s3.S3FileClientConfig\",\"endpoint\":\"s3.cn-south-1.qiniucs.com\",\"domain\":\"http://t151glocd.hn-bkt.clouddn.com\",\"bucket\":\"ruoyi-vue-pro-private\",\"accessKey\":\"3TvrJ70gl2Gt6IBe7_IZT1F6i_k0iMuRtyEv4EyS\",\"accessSecret\":\"wd0tbVBYlp0S-ihA8Qg2hPLncoP83wyrIq24OZuY\",\"enablePathStyleAccess\":false,\"enablePublicAccess\":false}','1','2025-08-17 21:22:00','1','2025-11-24 20:57:14',_binary '\0'),(35,'1',20,'1',_binary '\0','{\"@class\":\"cn.iocoder.yudao.module.infra.framework.file.core.client.s3.S3FileClientConfig\",\"endpoint\":\"http://www.baidu.com\",\"domain\":\"http://www.xxx.com\",\"bucket\":\"1\",\"accessKey\":\"2\",\"accessSecret\":\"3\",\"enablePathStyleAccess\":false,\"enablePublicAccess\":false}','1','2025-10-02 14:32:12','1','2025-11-24 20:57:14',_binary '\0');
  553. /*!40000 ALTER TABLE `infra_file_config` ENABLE KEYS */;
  554. UNLOCK TABLES;
  555. --
  556. -- Table structure for table `infra_file_content`
  557. --
  558. DROP TABLE IF EXISTS `infra_file_content`;
  559. /*!40101 SET @saved_cs_client = @@character_set_client */;
  560. /*!50503 SET character_set_client = utf8mb4 */;
  561. CREATE TABLE `infra_file_content` (
  562. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '编号',
  563. `config_id` bigint NOT NULL COMMENT '配置编号',
  564. `path` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '文件路径',
  565. `content` mediumblob NOT NULL COMMENT '文件内容',
  566. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  567. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  568. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  569. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  570. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  571. PRIMARY KEY (`id`) USING BTREE
  572. ) ENGINE=InnoDB AUTO_INCREMENT=286 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='文件表';
  573. /*!40101 SET character_set_client = @saved_cs_client */;
  574. --
  575. -- Dumping data for table `infra_file_content`
  576. --
  577. LOCK TABLES `infra_file_content` WRITE;
  578. /*!40000 ALTER TABLE `infra_file_content` DISABLE KEYS */;
  579. /*!40000 ALTER TABLE `infra_file_content` ENABLE KEYS */;
  580. UNLOCK TABLES;
  581. --
  582. -- Table structure for table `infra_job`
  583. --
  584. DROP TABLE IF EXISTS `infra_job`;
  585. /*!40101 SET @saved_cs_client = @@character_set_client */;
  586. /*!50503 SET character_set_client = utf8mb4 */;
  587. CREATE TABLE `infra_job` (
  588. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '任务编号',
  589. `name` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '任务名称',
  590. `status` tinyint NOT NULL COMMENT '任务状态',
  591. `handler_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '处理器的名字',
  592. `handler_param` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '处理器的参数',
  593. `cron_expression` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'CRON 表达式',
  594. `retry_count` int NOT NULL DEFAULT '0' COMMENT '重试次数',
  595. `retry_interval` int NOT NULL DEFAULT '0' COMMENT '重试间隔',
  596. `monitor_timeout` int NOT NULL DEFAULT '0' COMMENT '监控超时时间',
  597. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  598. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  599. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  600. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  601. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  602. PRIMARY KEY (`id`) USING BTREE
  603. ) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='定时任务表';
  604. /*!40101 SET character_set_client = @saved_cs_client */;
  605. --
  606. -- Dumping data for table `infra_job`
  607. --
  608. LOCK TABLES `infra_job` WRITE;
  609. /*!40000 ALTER TABLE `infra_job` DISABLE KEYS */;
  610. INSERT INTO `infra_job` VALUES (5,'支付通知 Job',2,'payNotifyJob',NULL,'* * * * * ?',0,0,0,'1','2021-10-27 08:34:42','1','2024-09-12 13:32:48',_binary '\0'),(17,'支付订单同步 Job',2,'payOrderSyncJob',NULL,'0 0/1 * * * ?',0,0,0,'1','2023-07-22 14:36:26','1','2023-07-22 15:39:08',_binary '\0'),(18,'支付订单过期 Job',2,'payOrderExpireJob',NULL,'0 0/1 * * * ?',0,0,0,'1','2023-07-22 15:36:23','1','2023-07-22 15:39:54',_binary '\0'),(19,'退款订单的同步 Job',2,'payRefundSyncJob',NULL,'0 0/1 * * * ?',0,0,0,'1','2023-07-23 21:03:44','1','2023-07-23 21:09:00',_binary '\0'),(21,'Mall 交易订单的自动过期 Job',2,'tradeOrderAutoCancelJob','','0 * * * * ?',3,0,0,'1','2023-09-25 23:43:26','1','2025-10-02 11:08:34',_binary '\0'),(22,'Mall 交易订单的自动收货 Job',2,'tradeOrderAutoReceiveJob','','0 * * * * ?',3,0,0,'1','2023-09-26 19:23:53','1','2025-10-02 11:08:36',_binary '\0'),(23,'Mall 交易订单的自动评论 Job',2,'tradeOrderAutoCommentJob','','0 * * * * ?',3,0,0,'1','2023-09-26 23:38:29','1','2025-10-02 11:08:38',_binary '\0'),(24,'Mall 佣金解冻 Job',2,'brokerageRecordUnfreezeJob','','0 * * * * ?',3,0,0,'1','2023-09-28 22:01:46','1','2025-10-02 11:08:04',_binary '\0'),(25,'访问日志清理 Job',2,'accessLogCleanJob','','0 0 0 * * ?',3,0,0,'1','2023-10-03 10:59:41','1','2023-10-03 11:01:10',_binary '\0'),(26,'错误日志清理 Job',2,'errorLogCleanJob','','0 0 0 * * ?',3,0,0,'1','2023-10-03 11:00:43','1','2023-10-03 11:01:12',_binary '\0'),(27,'任务日志清理 Job',2,'jobLogCleanJob','','0 0 0 * * ?',3,0,0,'1','2023-10-03 11:01:33','1','2024-09-12 13:40:34',_binary '\0'),(33,'demoJob',2,'demoJob','','0 * * * * ?',1,1,0,'1','2024-10-27 19:38:46','1','2025-05-10 18:13:54',_binary '\0'),(35,'转账订单的同步 Job',2,'payTransferSyncJob','','0 * * * * ?',0,0,0,'1','2025-05-10 17:35:54','1','2025-05-10 18:13:52',_binary '\0'),(36,'IoT 设备离线检查 Job',2,'iotDeviceOfflineCheckJob','','0 * * * * ?',0,0,0,'1','2025-07-03 23:48:44','\"1\"','2025-07-03 23:48:47',_binary '\0'),(37,'IoT OTA 升级推送 Job',2,'iotOtaUpgradeJob','','0 * * * * ?',0,0,0,'1','2025-07-03 23:49:07','\"1\"','2025-07-03 23:49:13',_binary '\0'),(38,'Mall 拼团过期 Job',2,'combinationRecordExpireJob','','0 * * * * ?',0,0,0,'1','2025-10-02 11:07:11','1','2025-10-02 11:07:14',_binary '\0'),(39,'Mall 优惠券过期 Job',2,'couponExpireJob','','0 * * * * ?',0,0,0,'1','2025-10-02 11:07:34','1','2025-10-02 11:07:37',_binary '\0'),(40,'Mall 商品统计 Job',2,'productStatisticsJob','','0 0 0 * * ?',0,0,0,'1','2025-11-22 18:51:25','1','2025-11-22 18:56:21',_binary '\0');
  611. /*!40000 ALTER TABLE `infra_job` ENABLE KEYS */;
  612. UNLOCK TABLES;
  613. --
  614. -- Table structure for table `infra_job_log`
  615. --
  616. DROP TABLE IF EXISTS `infra_job_log`;
  617. /*!40101 SET @saved_cs_client = @@character_set_client */;
  618. /*!50503 SET character_set_client = utf8mb4 */;
  619. CREATE TABLE `infra_job_log` (
  620. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '日志编号',
  621. `job_id` bigint NOT NULL COMMENT '任务编号',
  622. `handler_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '处理器的名字',
  623. `handler_param` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '处理器的参数',
  624. `execute_index` tinyint NOT NULL DEFAULT '1' COMMENT '第几次执行',
  625. `begin_time` datetime NOT NULL COMMENT '开始执行时间',
  626. `end_time` datetime DEFAULT NULL COMMENT '结束执行时间',
  627. `duration` int DEFAULT NULL COMMENT '执行时长',
  628. `status` tinyint NOT NULL COMMENT '任务状态',
  629. `result` varchar(4000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '结果数据',
  630. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  631. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  632. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  633. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  634. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  635. PRIMARY KEY (`id`) USING BTREE
  636. ) ENGINE=InnoDB AUTO_INCREMENT=987 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='定时任务日志表';
  637. /*!40101 SET character_set_client = @saved_cs_client */;
  638. --
  639. -- Dumping data for table `infra_job_log`
  640. --
  641. LOCK TABLES `infra_job_log` WRITE;
  642. /*!40000 ALTER TABLE `infra_job_log` DISABLE KEYS */;
  643. /*!40000 ALTER TABLE `infra_job_log` ENABLE KEYS */;
  644. UNLOCK TABLES;
  645. --
  646. -- Table structure for table `member_user`
  647. --
  648. DROP TABLE IF EXISTS `member_user`;
  649. /*!40101 SET @saved_cs_client = @@character_set_client */;
  650. /*!50503 SET character_set_client = utf8mb4 */;
  651. CREATE TABLE `member_user` (
  652. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '用户ID',
  653. `mobile` varchar(11) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '手机号',
  654. `password` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '密码',
  655. `status` tinyint NOT NULL DEFAULT '0' COMMENT '帐号状态(0正常 1停用)',
  656. `register_ip` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '注册IP',
  657. `register_terminal` tinyint DEFAULT NULL COMMENT '注册终端',
  658. `login_ip` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '最后登录IP',
  659. `login_date` datetime DEFAULT NULL COMMENT '最后登录时间',
  660. `nickname` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '用户昵称',
  661. `avatar` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '用户头像',
  662. `name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '真实名字',
  663. `sex` tinyint DEFAULT '0' COMMENT '用户性别',
  664. `birthday` datetime DEFAULT NULL COMMENT '出生日期',
  665. `area_id` int DEFAULT NULL COMMENT '所在地',
  666. `mark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '用户备注',
  667. `point` int NOT NULL DEFAULT '0' COMMENT '积分',
  668. `tag_ids` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '会员标签列表',
  669. `level_id` bigint DEFAULT NULL COMMENT '会员级别编号',
  670. `experience` int NOT NULL DEFAULT '0' COMMENT '会员经验',
  671. `group_id` bigint DEFAULT NULL COMMENT '用户分组编号',
  672. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  673. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  674. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  675. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  676. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  677. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户编号',
  678. PRIMARY KEY (`id`) USING BTREE,
  679. UNIQUE KEY `uk_mobile` (`mobile`) USING BTREE
  680. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='会员用户表';
  681. /*!40101 SET character_set_client = @saved_cs_client */;
  682. --
  683. -- Dumping data for table `member_user`
  684. --
  685. LOCK TABLES `member_user` WRITE;
  686. /*!40000 ALTER TABLE `member_user` DISABLE KEYS */;
  687. /*!40000 ALTER TABLE `member_user` ENABLE KEYS */;
  688. UNLOCK TABLES;
  689. --
  690. -- Table structure for table `system_dept`
  691. --
  692. DROP TABLE IF EXISTS `system_dept`;
  693. /*!40101 SET @saved_cs_client = @@character_set_client */;
  694. /*!50503 SET character_set_client = utf8mb4 */;
  695. CREATE TABLE `system_dept` (
  696. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '部门id',
  697. `name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '部门名称',
  698. `parent_id` bigint NOT NULL DEFAULT '0' COMMENT '父部门id',
  699. `sort` int NOT NULL DEFAULT '0' COMMENT '显示顺序',
  700. `leader_user_id` bigint DEFAULT NULL COMMENT '负责人',
  701. `phone` varchar(11) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '联系电话',
  702. `email` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '邮箱',
  703. `status` tinyint NOT NULL COMMENT '部门状态(0正常 1停用)',
  704. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  705. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  706. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  707. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  708. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  709. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户编号',
  710. PRIMARY KEY (`id`) USING BTREE
  711. ) ENGINE=InnoDB AUTO_INCREMENT=101 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='部门表';
  712. /*!40101 SET character_set_client = @saved_cs_client */;
  713. --
  714. -- Dumping data for table `system_dept`
  715. --
  716. LOCK TABLES `system_dept` WRITE;
  717. /*!40000 ALTER TABLE `system_dept` DISABLE KEYS */;
  718. INSERT INTO `system_dept` VALUES (100,'新大洲',0,0,1,'15888888888','admin@xindazhou.com',0,'admin','2025-12-31 14:03:45','admin','2025-12-31 14:03:45',_binary '\0',1);
  719. /*!40000 ALTER TABLE `system_dept` ENABLE KEYS */;
  720. UNLOCK TABLES;
  721. --
  722. -- Table structure for table `system_dict_data`
  723. --
  724. DROP TABLE IF EXISTS `system_dict_data`;
  725. /*!40101 SET @saved_cs_client = @@character_set_client */;
  726. /*!50503 SET character_set_client = utf8mb4 */;
  727. CREATE TABLE `system_dict_data` (
  728. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '字典编码',
  729. `sort` int NOT NULL DEFAULT '0' COMMENT '字典排序',
  730. `label` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '字典标签',
  731. `value` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '字典键值',
  732. `dict_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '字典类型',
  733. `status` tinyint NOT NULL DEFAULT '0' COMMENT '状态(0正常 1停用)',
  734. `color_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '颜色类型',
  735. `css_class` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT 'css 样式',
  736. `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '备注',
  737. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  738. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  739. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  740. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  741. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  742. PRIMARY KEY (`id`) USING BTREE
  743. ) ENGINE=InnoDB AUTO_INCREMENT=3036 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='字典数据表';
  744. /*!40101 SET character_set_client = @saved_cs_client */;
  745. --
  746. -- Dumping data for table `system_dict_data`
  747. --
  748. LOCK TABLES `system_dict_data` WRITE;
  749. /*!40000 ALTER TABLE `system_dict_data` DISABLE KEYS */;
  750. INSERT INTO `system_dict_data` VALUES (1,1,'男','1','system_user_sex',0,'default','A','性别男','admin','2021-01-05 17:03:48','1','2022-03-29 00:14:39',_binary '\0'),(2,2,'女','2','system_user_sex',0,'success','','性别女','admin','2021-01-05 17:03:48','1','2023-11-15 23:30:37',_binary '\0'),(8,1,'正常','1','infra_job_status',0,'success','','正常状态','admin','2021-01-05 17:03:48','1','2022-02-16 19:33:38',_binary '\0'),(9,2,'暂停','2','infra_job_status',0,'danger','','停用状态','admin','2021-01-05 17:03:48','1','2022-02-16 19:33:45',_binary '\0'),(12,1,'系统内置','1','infra_config_type',0,'danger','','参数类型 - 系统内置','admin','2021-01-05 17:03:48','1','2022-02-16 19:06:02',_binary '\0'),(13,2,'自定义','2','infra_config_type',0,'primary','','参数类型 - 自定义','admin','2021-01-05 17:03:48','1','2022-02-16 19:06:07',_binary '\0'),(14,1,'通知','1','system_notice_type',0,'success','','通知','admin','2021-01-05 17:03:48','1','2022-02-16 13:05:57',_binary '\0'),(15,2,'公告','2','system_notice_type',0,'info','','公告','admin','2021-01-05 17:03:48','1','2022-02-16 13:06:01',_binary '\0'),(16,0,'其它','0','infra_operate_type',0,'default','','其它操作','admin','2021-01-05 17:03:48','1','2024-03-14 12:44:19',_binary '\0'),(17,1,'查询','1','infra_operate_type',0,'info','','查询操作','admin','2021-01-05 17:03:48','1','2024-03-14 12:44:20',_binary '\0'),(18,2,'新增','2','infra_operate_type',0,'primary','','新增操作','admin','2021-01-05 17:03:48','1','2024-03-14 12:44:21',_binary '\0'),(19,3,'修改','3','infra_operate_type',0,'warning','','修改操作','admin','2021-01-05 17:03:48','1','2024-03-14 12:44:22',_binary '\0'),(20,4,'删除','4','infra_operate_type',0,'danger','','删除操作','admin','2021-01-05 17:03:48','1','2024-03-14 12:44:23',_binary '\0'),(22,5,'导出','5','infra_operate_type',0,'default','','导出操作','admin','2021-01-05 17:03:48','1','2024-03-14 12:44:24',_binary '\0'),(23,6,'导入','6','infra_operate_type',0,'default','','导入操作','admin','2021-01-05 17:03:48','1','2024-03-14 12:44:25',_binary '\0'),(27,1,'开启','0','common_status',0,'primary','','开启状态','admin','2021-01-05 17:03:48','1','2022-02-16 08:00:39',_binary '\0'),(28,2,'关闭','1','common_status',0,'info','','关闭状态','admin','2021-01-05 17:03:48','1','2022-02-16 08:00:44',_binary '\0'),(29,1,'目录','1','system_menu_type',0,'','','目录','admin','2021-01-05 17:03:48','','2022-02-01 16:43:45',_binary '\0'),(30,2,'菜单','2','system_menu_type',0,'','','菜单','admin','2021-01-05 17:03:48','','2022-02-01 16:43:41',_binary '\0'),(31,3,'按钮','3','system_menu_type',0,'','','按钮','admin','2021-01-05 17:03:48','','2022-02-01 16:43:39',_binary '\0'),(32,1,'内置','1','system_role_type',0,'danger','','内置角色','admin','2021-01-05 17:03:48','1','2022-02-16 13:02:08',_binary '\0'),(33,2,'自定义','2','system_role_type',0,'primary','','自定义角色','admin','2021-01-05 17:03:48','1','2022-02-16 13:02:12',_binary '\0'),(34,1,'全部数据权限','1','system_data_scope',0,'','','全部数据权限','admin','2021-01-05 17:03:48','','2022-02-01 16:47:17',_binary '\0'),(35,2,'指定部门数据权限','2','system_data_scope',0,'','','指定部门数据权限','admin','2021-01-05 17:03:48','','2022-02-01 16:47:18',_binary '\0'),(36,3,'本部门数据权限','3','system_data_scope',0,'','','本部门数据权限','admin','2021-01-05 17:03:48','','2022-02-01 16:47:16',_binary '\0'),(37,4,'本部门及以下数据权限','4','system_data_scope',0,'','','本部门及以下数据权限','admin','2021-01-05 17:03:48','','2022-02-01 16:47:21',_binary '\0'),(38,5,'仅本人数据权限','5','system_data_scope',0,'','','仅本人数据权限','admin','2021-01-05 17:03:48','','2022-02-01 16:47:23',_binary '\0'),(39,0,'成功','0','system_login_result',0,'success','','登陆结果 - 成功','','2021-01-18 06:17:36','1','2022-02-16 13:23:49',_binary '\0'),(40,10,'账号或密码不正确','10','system_login_result',0,'primary','','登陆结果 - 账号或密码不正确','','2021-01-18 06:17:54','1','2022-02-16 13:24:27',_binary '\0'),(41,20,'用户被禁用','20','system_login_result',0,'warning','','登陆结果 - 用户被禁用','','2021-01-18 06:17:54','1','2022-02-16 13:23:57',_binary '\0'),(42,30,'验证码不存在','30','system_login_result',0,'info','','登陆结果 - 验证码不存在','','2021-01-18 06:17:54','1','2022-02-16 13:24:07',_binary '\0'),(43,31,'验证码不正确','31','system_login_result',0,'info','','登陆结果 - 验证码不正确','','2021-01-18 06:17:54','1','2022-02-16 13:24:11',_binary '\0'),(44,100,'未知异常','100','system_login_result',0,'danger','','登陆结果 - 未知异常','','2021-01-18 06:17:54','1','2022-02-16 13:24:23',_binary '\0'),(45,1,'是','true','infra_boolean_string',0,'danger','','Boolean 是否类型 - 是','','2021-01-19 03:20:55','1','2022-03-15 23:01:45',_binary '\0'),(46,1,'否','false','infra_boolean_string',0,'info','','Boolean 是否类型 - 否','','2021-01-19 03:20:55','1','2022-03-15 23:09:45',_binary '\0'),(50,1,'单表(增删改查)','1','infra_codegen_template_type',0,'','',NULL,'','2021-02-05 07:09:06','','2022-03-10 16:33:15',_binary '\0'),(51,2,'树表(增删改查)','2','infra_codegen_template_type',0,'','',NULL,'','2021-02-05 07:14:46','','2022-03-10 16:33:19',_binary '\0'),(53,0,'初始化中','0','infra_job_status',0,'primary','',NULL,'','2021-02-07 07:46:49','1','2022-02-16 19:33:29',_binary '\0'),(57,0,'运行中','0','infra_job_log_status',0,'primary','','RUNNING','','2021-02-08 10:04:24','1','2022-02-16 19:07:48',_binary '\0'),(58,1,'成功','1','infra_job_log_status',0,'success','',NULL,'','2021-02-08 10:06:57','1','2022-02-16 19:07:52',_binary '\0'),(59,2,'失败','2','infra_job_log_status',0,'warning','','失败','','2021-02-08 10:07:38','1','2022-02-16 19:07:56',_binary '\0'),(60,1,'会员','1','user_type',0,'primary','',NULL,'','2021-02-26 00:16:27','1','2022-02-16 10:22:19',_binary '\0'),(61,2,'管理员','2','user_type',0,'success','',NULL,'','2021-02-26 00:16:34','1','2025-04-06 18:37:43',_binary '\0'),(62,0,'未处理','0','infra_api_error_log_process_status',0,'primary','',NULL,'','2021-02-26 07:07:19','1','2022-02-16 20:14:17',_binary '\0'),(63,1,'已处理','1','infra_api_error_log_process_status',0,'success','',NULL,'','2021-02-26 07:07:26','1','2022-02-16 20:14:08',_binary '\0'),(64,2,'已忽略','2','infra_api_error_log_process_status',0,'danger','',NULL,'','2021-02-26 07:07:34','1','2022-02-16 20:14:14',_binary '\0'),(66,1,'阿里云','ALIYUN','system_sms_channel_code',0,'primary','',NULL,'1','2021-04-05 01:05:26','1','2024-07-22 22:23:25',_binary '\0'),(67,1,'验证码','1','system_sms_template_type',0,'warning','',NULL,'1','2021-04-05 21:50:57','1','2022-02-16 12:48:30',_binary '\0'),(68,2,'通知','2','system_sms_template_type',0,'primary','',NULL,'1','2021-04-05 21:51:08','1','2022-02-16 12:48:27',_binary '\0'),(69,0,'营销','3','system_sms_template_type',0,'danger','',NULL,'1','2021-04-05 21:51:15','1','2022-02-16 12:48:22',_binary '\0'),(70,0,'初始化','0','system_sms_send_status',0,'primary','',NULL,'1','2021-04-11 20:18:33','1','2022-02-16 10:26:07',_binary '\0'),(71,1,'发送成功','10','system_sms_send_status',0,'success','',NULL,'1','2021-04-11 20:18:43','1','2022-02-16 10:25:56',_binary '\0'),(72,2,'发送失败','20','system_sms_send_status',0,'danger','',NULL,'1','2021-04-11 20:18:49','1','2022-02-16 10:26:03',_binary '\0'),(73,3,'不发送','30','system_sms_send_status',0,'info','',NULL,'1','2021-04-11 20:19:44','1','2022-02-16 10:26:10',_binary '\0'),(74,0,'等待结果','0','system_sms_receive_status',0,'primary','',NULL,'1','2021-04-11 20:27:43','1','2022-02-16 10:28:24',_binary '\0'),(75,1,'接收成功','10','system_sms_receive_status',0,'success','',NULL,'1','2021-04-11 20:29:25','1','2022-02-16 10:28:28',_binary '\0'),(76,2,'接收失败','20','system_sms_receive_status',0,'danger','',NULL,'1','2021-04-11 20:29:31','1','2022-02-16 10:28:32',_binary '\0'),(77,0,'调试(钉钉)','DEBUG_DING_TALK','system_sms_channel_code',0,'info','',NULL,'1','2021-04-13 00:20:37','1','2022-02-16 10:10:00',_binary '\0'),(80,100,'账号登录','100','system_login_type',0,'primary','','账号登录','1','2021-10-06 00:52:02','1','2022-02-16 13:11:34',_binary '\0'),(81,101,'社交登录','101','system_login_type',0,'info','','社交登录','1','2021-10-06 00:52:17','1','2022-02-16 13:11:40',_binary '\0'),(83,200,'主动登出','200','system_login_type',0,'primary','','主动登出','1','2021-10-06 00:52:58','1','2022-02-16 13:11:49',_binary '\0'),(85,202,'强制登出','202','system_login_type',0,'danger','','强制退出','1','2021-10-06 00:53:41','1','2022-02-16 13:11:57',_binary '\0'),(86,0,'病假','1','bpm_oa_leave_type',0,'primary','',NULL,'1','2021-09-21 22:35:28','1','2022-02-16 10:00:41',_binary '\0'),(87,1,'事假','2','bpm_oa_leave_type',0,'info','',NULL,'1','2021-09-21 22:36:11','1','2022-02-16 10:00:49',_binary '\0'),(88,2,'婚假','3','bpm_oa_leave_type',0,'warning','',NULL,'1','2021-09-21 22:36:38','1','2022-02-16 10:00:53',_binary '\0'),(112,0,'微信 Wap 网站支付','wx_wap','pay_channel_code',0,'success','','微信 Wap 网站支付','1','2023-07-19 20:08:06','1','2023-07-19 20:09:08',_binary '\0'),(113,1,'微信公众号支付','wx_pub','pay_channel_code',0,'success','','微信公众号支付','1','2021-12-03 10:40:24','1','2023-07-19 20:08:47',_binary '\0'),(114,2,'微信小程序支付','wx_lite','pay_channel_code',0,'success','','微信小程序支付','1','2021-12-03 10:41:06','1','2023-07-19 20:08:50',_binary '\0'),(115,3,'微信 App 支付','wx_app','pay_channel_code',0,'success','','微信 App 支付','1','2021-12-03 10:41:20','1','2023-07-19 20:08:56',_binary '\0'),(116,10,'支付宝 PC 网站支付','alipay_pc','pay_channel_code',0,'primary','','支付宝 PC 网站支付','1','2021-12-03 10:42:09','1','2023-07-19 20:09:12',_binary '\0'),(117,11,'支付宝 Wap 网站支付','alipay_wap','pay_channel_code',0,'primary','','支付宝 Wap 网站支付','1','2021-12-03 10:42:26','1','2023-07-19 20:09:16',_binary '\0'),(118,12,'支付宝 App 支付','alipay_app','pay_channel_code',0,'primary','','支付宝 App 支付','1','2021-12-03 10:42:55','1','2023-07-19 20:09:20',_binary '\0'),(119,14,'支付宝扫码支付','alipay_qr','pay_channel_code',0,'primary','','支付宝扫码支付','1','2021-12-03 10:43:10','1','2023-07-19 20:09:28',_binary '\0'),(120,10,'通知成功','10','pay_notify_status',0,'success','','通知成功','1','2021-12-03 11:02:41','1','2023-07-19 10:08:19',_binary '\0'),(121,20,'通知失败','20','pay_notify_status',0,'danger','','通知失败','1','2021-12-03 11:02:59','1','2023-07-19 10:08:21',_binary '\0'),(122,0,'等待通知','0','pay_notify_status',0,'info','','未通知','1','2021-12-03 11:03:10','1','2023-07-19 10:08:24',_binary '\0'),(123,10,'支付成功','10','pay_order_status',0,'success','','支付成功','1','2021-12-03 11:18:29','1','2023-07-19 18:04:28',_binary '\0'),(124,30,'支付关闭','30','pay_order_status',0,'info','','支付关闭','1','2021-12-03 11:18:42','1','2023-07-19 18:05:07',_binary '\0'),(125,0,'等待支付','0','pay_order_status',0,'info','','未支付','1','2021-12-03 11:18:18','1','2023-07-19 18:04:15',_binary '\0'),(600,5,'首页','1','promotion_banner_position',0,'warning','','','1','2023-10-11 07:45:24','1','2023-10-11 07:45:38',_binary '\0'),(601,4,'秒杀活动页','2','promotion_banner_position',0,'warning','','','1','2023-10-11 07:45:24','1','2023-10-11 07:45:38',_binary '\0'),(602,3,'砍价活动页','3','promotion_banner_position',0,'warning','','','1','2023-10-11 07:45:24','1','2023-10-11 07:45:38',_binary '\0'),(603,2,'限时折扣页','4','promotion_banner_position',0,'warning','','','1','2023-10-11 07:45:24','1','2023-10-11 07:45:38',_binary '\0'),(604,1,'满减送页','5','promotion_banner_position',0,'warning','','','1','2023-10-11 07:45:24','1','2023-10-11 07:45:38',_binary '\0'),(1118,0,'等待退款','0','pay_refund_status',0,'info','','等待退款','1','2021-12-10 16:44:59','1','2023-07-19 10:14:39',_binary '\0'),(1119,20,'退款失败','20','pay_refund_status',0,'danger','','退款失败','1','2021-12-10 16:45:10','1','2023-07-19 10:15:10',_binary '\0'),(1124,10,'退款成功','10','pay_refund_status',0,'success','','退款成功','1','2021-12-10 16:46:26','1','2023-07-19 10:15:00',_binary '\0'),(1127,1,'审批中','1','bpm_process_instance_status',0,'default','','流程实例的状态 - 进行中','1','2022-01-07 23:47:22','1','2024-03-16 16:11:45',_binary '\0'),(1128,2,'审批通过','2','bpm_process_instance_status',0,'success','','流程实例的状态 - 已完成','1','2022-01-07 23:47:49','1','2024-03-16 16:11:54',_binary '\0'),(1129,1,'审批中','1','bpm_task_status',0,'primary','','流程实例的结果 - 处理中','1','2022-01-07 23:48:32','1','2024-03-08 22:41:37',_binary '\0'),(1130,2,'审批通过','2','bpm_task_status',0,'success','','流程实例的结果 - 通过','1','2022-01-07 23:48:45','1','2024-03-08 22:41:38',_binary '\0'),(1131,3,'审批不通过','3','bpm_task_status',0,'danger','','流程实例的结果 - 不通过','1','2022-01-07 23:48:55','1','2024-03-08 22:41:38',_binary '\0'),(1132,4,'已取消','4','bpm_task_status',0,'info','','流程实例的结果 - 撤销','1','2022-01-07 23:49:06','1','2024-03-08 22:41:39',_binary '\0'),(1133,10,'流程表单','10','bpm_model_form_type',0,'','','流程的表单类型 - 流程表单','103','2022-01-11 23:51:30','103','2022-01-11 23:51:30',_binary '\0'),(1134,20,'业务表单','20','bpm_model_form_type',0,'','','流程的表单类型 - 业务表单','103','2022-01-11 23:51:47','103','2022-01-11 23:51:47',_binary '\0'),(1135,10,'角色','10','bpm_task_candidate_strategy',0,'info','','任务分配规则的类型 - 角色','103','2022-01-12 23:21:22','1','2024-03-06 02:53:16',_binary '\0'),(1136,20,'部门的成员','20','bpm_task_candidate_strategy',0,'primary','','任务分配规则的类型 - 部门的成员','103','2022-01-12 23:21:47','1','2024-03-06 02:53:17',_binary '\0'),(1137,21,'部门的负责人','21','bpm_task_candidate_strategy',0,'primary','','任务分配规则的类型 - 部门的负责人','103','2022-01-12 23:33:36','1','2024-03-06 02:53:18',_binary '\0'),(1138,30,'用户','30','bpm_task_candidate_strategy',0,'info','','任务分配规则的类型 - 用户','103','2022-01-12 23:34:02','1','2024-03-06 02:53:19',_binary '\0'),(1139,40,'用户组','40','bpm_task_candidate_strategy',0,'warning','','任务分配规则的类型 - 用户组','103','2022-01-12 23:34:21','1','2024-03-06 02:53:20',_binary '\0'),(1140,60,'流程表达式','60','bpm_task_candidate_strategy',0,'danger','','任务分配规则的类型 - 流程表达式','103','2022-01-12 23:34:43','1','2024-03-06 02:53:20',_binary '\0'),(1141,22,'岗位','22','bpm_task_candidate_strategy',0,'success','','任务分配规则的类型 - 岗位','103','2022-01-14 18:41:55','1','2024-03-06 02:53:21',_binary '\0'),(1145,1,'管理后台','1','infra_codegen_scene',0,'','','代码生成的场景枚举 - 管理后台','1','2022-02-02 13:15:06','1','2022-03-10 16:32:59',_binary '\0'),(1146,2,'用户 APP','2','infra_codegen_scene',0,'','','代码生成的场景枚举 - 用户 APP','1','2022-02-02 13:15:19','1','2022-03-10 16:33:03',_binary '\0'),(1150,1,'数据库','1','infra_file_storage',0,'default','',NULL,'1','2022-03-15 00:25:28','1','2022-03-15 00:25:28',_binary '\0'),(1151,10,'本地磁盘','10','infra_file_storage',0,'default','',NULL,'1','2022-03-15 00:25:41','1','2022-03-15 00:25:56',_binary '\0'),(1152,11,'FTP 服务器','11','infra_file_storage',0,'default','',NULL,'1','2022-03-15 00:26:06','1','2022-03-15 00:26:10',_binary '\0'),(1153,12,'SFTP 服务器','12','infra_file_storage',0,'default','',NULL,'1','2022-03-15 00:26:22','1','2022-03-15 00:26:22',_binary '\0'),(1154,20,'S3 对象存储','20','infra_file_storage',0,'default','',NULL,'1','2022-03-15 00:26:31','1','2022-03-15 00:26:45',_binary '\0'),(1155,103,'短信登录','103','system_login_type',0,'default','',NULL,'1','2022-05-09 23:57:58','1','2022-05-09 23:58:09',_binary '\0'),(1156,1,'password','password','system_oauth2_grant_type',0,'default','','密码模式','1','2022-05-12 00:22:05','1','2022-05-11 16:26:01',_binary '\0'),(1157,2,'authorization_code','authorization_code','system_oauth2_grant_type',0,'primary','','授权码模式','1','2022-05-12 00:22:59','1','2022-05-11 16:26:02',_binary '\0'),(1158,3,'implicit','implicit','system_oauth2_grant_type',0,'success','','简化模式','1','2022-05-12 00:23:40','1','2022-05-11 16:26:05',_binary '\0'),(1159,4,'client_credentials','client_credentials','system_oauth2_grant_type',0,'default','','客户端模式','1','2022-05-12 00:23:51','1','2022-05-11 16:26:08',_binary '\0'),(1160,5,'refresh_token','refresh_token','system_oauth2_grant_type',0,'info','','刷新模式','1','2022-05-12 00:24:02','1','2022-05-11 16:26:11',_binary '\0'),(1162,1,'销售中','1','product_spu_status',0,'success','','商品 SPU 状态 - 销售中','1','2022-10-24 21:19:47','1','2022-10-24 21:20:38',_binary '\0'),(1163,0,'仓库中','0','product_spu_status',0,'info','','商品 SPU 状态 - 仓库中','1','2022-10-24 21:20:54','1','2022-10-24 21:21:22',_binary '\0'),(1164,0,'回收站','-1','product_spu_status',0,'default','','商品 SPU 状态 - 回收站','1','2022-10-24 21:21:11','1','2022-10-24 21:21:11',_binary '\0'),(1165,1,'满减','1','promotion_discount_type',0,'success','','优惠类型 - 满减','1','2022-11-01 12:46:41','1','2022-11-01 12:50:11',_binary '\0'),(1166,2,'折扣','2','promotion_discount_type',0,'primary','','优惠类型 - 折扣','1','2022-11-01 12:46:51','1','2022-11-01 12:50:08',_binary '\0'),(1167,1,'固定日期','1','promotion_coupon_template_validity_type',0,'default','','优惠劵模板的有限期类型 - 固定日期','1','2022-11-02 00:07:34','1','2022-11-04 00:07:49',_binary '\0'),(1168,2,'领取之后','2','promotion_coupon_template_validity_type',0,'default','','优惠劵模板的有限期类型 - 领取之后','1','2022-11-02 00:07:54','1','2022-11-04 00:07:52',_binary '\0'),(1169,1,'通用劵','1','promotion_product_scope',0,'default','','营销的商品范围 - 全部商品参与','1','2022-11-02 00:28:22','1','2023-09-28 00:27:42',_binary '\0'),(1170,2,'商品劵','2','promotion_product_scope',0,'default','','营销的商品范围 - 指定商品参与','1','2022-11-02 00:28:34','1','2023-09-28 00:27:44',_binary '\0'),(1171,1,'未使用','1','promotion_coupon_status',0,'primary','','优惠劵的状态 - 已领取','1','2022-11-04 00:15:08','1','2023-10-03 12:54:38',_binary '\0'),(1172,2,'已使用','2','promotion_coupon_status',0,'success','','优惠劵的状态 - 已使用','1','2022-11-04 00:15:21','1','2022-11-04 19:16:08',_binary '\0'),(1173,3,'已过期','3','promotion_coupon_status',0,'info','','优惠劵的状态 - 已过期','1','2022-11-04 00:15:43','1','2022-11-04 19:16:12',_binary '\0'),(1174,1,'直接领取','1','promotion_coupon_take_type',0,'primary','','优惠劵的领取方式 - 直接领取','1','2022-11-04 19:13:00','1','2022-11-04 19:13:25',_binary '\0'),(1175,2,'指定发放','2','promotion_coupon_take_type',0,'success','','优惠劵的领取方式 - 指定发放','1','2022-11-04 19:13:13','1','2022-11-04 19:14:48',_binary '\0'),(1176,10,'未开始','10','promotion_activity_status',0,'primary','','促销活动的状态枚举 - 未开始','1','2022-11-04 22:54:49','1','2022-11-04 22:55:53',_binary '\0'),(1177,20,'进行中','20','promotion_activity_status',0,'success','','促销活动的状态枚举 - 进行中','1','2022-11-04 22:55:06','1','2022-11-04 22:55:20',_binary '\0'),(1178,30,'已结束','30','promotion_activity_status',0,'info','','促销活动的状态枚举 - 已结束','1','2022-11-04 22:55:41','1','2022-11-04 22:55:41',_binary '\0'),(1179,40,'已关闭','40','promotion_activity_status',0,'warning','','促销活动的状态枚举 - 已关闭','1','2022-11-04 22:56:10','1','2022-11-04 22:56:18',_binary '\0'),(1180,10,'满 N 元','10','promotion_condition_type',0,'primary','','营销的条件类型 - 满 N 元','1','2022-11-04 22:59:45','1','2022-11-04 22:59:45',_binary '\0'),(1181,20,'满 N 件','20','promotion_condition_type',0,'success','','营销的条件类型 - 满 N 件','1','2022-11-04 23:00:02','1','2022-11-04 23:00:02',_binary '\0'),(1182,10,'申请售后','10','trade_after_sale_status',0,'primary','','交易售后状态 - 申请售后','1','2022-11-19 20:53:33','1','2022-11-19 20:54:42',_binary '\0'),(1183,20,'商品待退货','20','trade_after_sale_status',0,'primary','','交易售后状态 - 商品待退货','1','2022-11-19 20:54:36','1','2022-11-19 20:58:58',_binary '\0'),(1184,30,'商家待收货','30','trade_after_sale_status',0,'primary','','交易售后状态 - 商家待收货','1','2022-11-19 20:56:56','1','2022-11-19 20:59:20',_binary '\0'),(1185,40,'等待退款','40','trade_after_sale_status',0,'primary','','交易售后状态 - 等待退款','1','2022-11-19 20:59:54','1','2022-11-19 21:00:01',_binary '\0'),(1186,50,'退款成功','50','trade_after_sale_status',0,'default','','交易售后状态 - 退款成功','1','2022-11-19 21:00:33','1','2022-11-19 21:00:33',_binary '\0'),(1187,61,'买家取消','61','trade_after_sale_status',0,'info','','交易售后状态 - 买家取消','1','2022-11-19 21:01:29','1','2022-11-19 21:01:29',_binary '\0'),(1188,62,'商家拒绝','62','trade_after_sale_status',0,'info','','交易售后状态 - 商家拒绝','1','2022-11-19 21:02:17','1','2022-11-19 21:02:17',_binary '\0'),(1189,63,'商家拒收货','63','trade_after_sale_status',0,'info','','交易售后状态 - 商家拒收货','1','2022-11-19 21:02:37','1','2022-11-19 21:03:07',_binary '\0'),(1190,10,'售中退款','10','trade_after_sale_type',0,'success','','交易售后的类型 - 售中退款','1','2022-11-19 21:05:05','1','2022-11-19 21:38:23',_binary '\0'),(1191,20,'售后退款','20','trade_after_sale_type',0,'primary','','交易售后的类型 - 售后退款','1','2022-11-19 21:05:32','1','2022-11-19 21:38:32',_binary '\0'),(1192,10,'仅退款','10','trade_after_sale_way',0,'primary','','交易售后的方式 - 仅退款','1','2022-11-19 21:39:19','1','2022-11-19 21:39:19',_binary '\0'),(1193,20,'退货退款','20','trade_after_sale_way',0,'success','','交易售后的方式 - 退货退款','1','2022-11-19 21:39:38','1','2022-11-19 21:39:49',_binary '\0'),(1194,10,'微信小程序','10','terminal',0,'default','','终端 - 微信小程序','1','2022-12-10 10:51:11','1','2022-12-10 10:51:57',_binary '\0'),(1195,20,'H5 网页','20','terminal',0,'default','','终端 - H5 网页','1','2022-12-10 10:51:30','1','2022-12-10 10:51:59',_binary '\0'),(1196,11,'微信公众号','11','terminal',0,'default','','终端 - 微信公众号','1','2022-12-10 10:54:16','1','2022-12-10 10:52:01',_binary '\0'),(1197,31,'苹果 App','31','terminal',0,'default','','终端 - 苹果 App','1','2022-12-10 10:54:42','1','2022-12-10 10:52:18',_binary '\0'),(1198,32,'安卓 App','32','terminal',0,'default','','终端 - 安卓 App','1','2022-12-10 10:55:02','1','2022-12-10 10:59:17',_binary '\0'),(1199,0,'普通订单','0','trade_order_type',0,'default','','交易订单的类型 - 普通订单','1','2022-12-10 16:34:14','1','2022-12-10 16:34:14',_binary '\0'),(1200,1,'秒杀订单','1','trade_order_type',0,'default','','交易订单的类型 - 秒杀订单','1','2022-12-10 16:34:26','1','2022-12-10 16:34:26',_binary '\0'),(1201,2,'砍价订单','2','trade_order_type',0,'default','','交易订单的类型 - 拼团订单','1','2022-12-10 16:34:36','1','2024-09-07 14:18:39',_binary '\0'),(1202,3,'拼团订单','3','trade_order_type',0,'default','','交易订单的类型 - 砍价订单','1','2022-12-10 16:34:48','1','2024-09-07 14:18:32',_binary '\0'),(1203,0,'待支付','0','trade_order_status',0,'default','','交易订单状态 - 待支付','1','2022-12-10 16:49:29','1','2022-12-10 16:49:29',_binary '\0'),(1204,10,'待发货','10','trade_order_status',0,'primary','','交易订单状态 - 待发货','1','2022-12-10 16:49:53','1','2022-12-10 16:51:17',_binary '\0'),(1205,20,'已发货','20','trade_order_status',0,'primary','','交易订单状态 - 已发货','1','2022-12-10 16:50:13','1','2022-12-10 16:51:31',_binary '\0'),(1206,30,'已完成','30','trade_order_status',0,'success','','交易订单状态 - 已完成','1','2022-12-10 16:50:30','1','2022-12-10 16:51:06',_binary '\0'),(1207,40,'已取消','40','trade_order_status',0,'danger','','交易订单状态 - 已取消','1','2022-12-10 16:50:50','1','2022-12-10 16:51:00',_binary '\0'),(1208,0,'未售后','0','trade_order_item_after_sale_status',0,'info','','交易订单项的售后状态 - 未售后','1','2022-12-10 20:58:42','1','2022-12-10 20:59:29',_binary '\0'),(1209,10,'售后中','10','trade_order_item_after_sale_status',0,'primary','','交易订单项的售后状态 - 售后中','1','2022-12-10 20:59:21','1','2024-07-21 17:01:24',_binary '\0'),(1210,20,'已退款','20','trade_order_item_after_sale_status',0,'success','','交易订单项的售后状态 - 已退款','1','2022-12-10 20:59:46','1','2024-07-21 17:01:35',_binary '\0'),(1211,1,'完全匹配','1','mp_auto_reply_request_match',0,'primary','','公众号自动回复的请求关键字匹配模式 - 完全匹配','1','2023-01-16 23:30:39','1','2023-01-16 23:31:00',_binary '\0'),(1212,2,'半匹配','2','mp_auto_reply_request_match',0,'success','','公众号自动回复的请求关键字匹配模式 - 半匹配','1','2023-01-16 23:30:55','1','2023-01-16 23:31:10',_binary '\0'),(1213,1,'文本','text','mp_message_type',0,'default','','公众号的消息类型 - 文本','1','2023-01-17 22:17:32','1','2023-01-17 22:17:39',_binary '\0'),(1214,2,'图片','image','mp_message_type',0,'default','','公众号的消息类型 - 图片','1','2023-01-17 22:17:32','1','2023-01-17 14:19:47',_binary '\0'),(1215,3,'语音','voice','mp_message_type',0,'default','','公众号的消息类型 - 语音','1','2023-01-17 22:17:32','1','2023-01-17 14:20:08',_binary '\0'),(1216,4,'视频','video','mp_message_type',0,'default','','公众号的消息类型 - 视频','1','2023-01-17 22:17:32','1','2023-01-17 14:21:08',_binary '\0'),(1217,5,'小视频','shortvideo','mp_message_type',0,'default','','公众号的消息类型 - 小视频','1','2023-01-17 22:17:32','1','2023-01-17 14:19:59',_binary '\0'),(1218,6,'图文','news','mp_message_type',0,'default','','公众号的消息类型 - 图文','1','2023-01-17 22:17:32','1','2023-01-17 14:22:54',_binary '\0'),(1219,7,'音乐','music','mp_message_type',0,'default','','公众号的消息类型 - 音乐','1','2023-01-17 22:17:32','1','2023-01-17 14:22:54',_binary '\0'),(1220,8,'地理位置','location','mp_message_type',0,'default','','公众号的消息类型 - 地理位置','1','2023-01-17 22:17:32','1','2023-01-17 14:23:51',_binary '\0'),(1221,9,'链接','link','mp_message_type',0,'default','','公众号的消息类型 - 链接','1','2023-01-17 22:17:32','1','2023-01-17 14:24:49',_binary '\0'),(1222,10,'事件','event','mp_message_type',0,'default','','公众号的消息类型 - 事件','1','2023-01-17 22:17:32','1','2023-01-17 14:24:49',_binary '\0'),(1223,0,'初始化','0','system_mail_send_status',0,'primary','','邮件发送状态 - 初始化\n','1','2023-01-26 09:53:49','1','2023-01-26 16:36:14',_binary '\0'),(1224,10,'发送成功','10','system_mail_send_status',0,'success','','邮件发送状态 - 发送成功','1','2023-01-26 09:54:28','1','2023-01-26 16:36:22',_binary '\0'),(1225,20,'发送失败','20','system_mail_send_status',0,'danger','','邮件发送状态 - 发送失败','1','2023-01-26 09:54:50','1','2023-01-26 16:36:26',_binary '\0'),(1226,30,'不发送','30','system_mail_send_status',0,'info','','邮件发送状态 - 不发送','1','2023-01-26 09:55:06','1','2023-01-26 16:36:36',_binary '\0'),(1227,1,'通知公告','1','system_notify_template_type',0,'primary','','站内信模版的类型 - 通知公告','1','2023-01-28 10:35:59','1','2023-01-28 10:35:59',_binary '\0'),(1228,2,'系统消息','2','system_notify_template_type',0,'success','','站内信模版的类型 - 系统消息','1','2023-01-28 10:36:20','1','2023-01-28 10:36:25',_binary '\0'),(1230,13,'支付宝条码支付','alipay_bar','pay_channel_code',0,'primary','','支付宝条码支付','1','2023-02-18 23:32:24','1','2023-07-19 20:09:23',_binary '\0'),(1231,10,'Vue2 Element UI 标准模版','10','infra_codegen_front_type',0,'','','','1','2023-04-13 00:03:55','1','2023-04-13 00:03:55',_binary '\0'),(1232,20,'Vue3 Element Plus 标准模版','20','infra_codegen_front_type',0,'','','','1','2023-04-13 00:04:08','1','2023-04-13 00:04:08',_binary '\0'),(1234,30,'Vben2.0 Ant Design Schema 模版','30','infra_codegen_front_type',1,'','','','1','2023-04-13 00:04:26','1','2025-07-27 10:55:14',_binary '\0'),(1244,0,'按件','1','trade_delivery_express_charge_mode',0,'','','','1','2023-05-21 22:46:40','1','2023-05-21 22:46:40',_binary '\0'),(1245,1,'按重量','2','trade_delivery_express_charge_mode',0,'','','','1','2023-05-21 22:46:58','1','2023-05-21 22:46:58',_binary '\0'),(1246,2,'按体积','3','trade_delivery_express_charge_mode',0,'','','','1','2023-05-21 22:47:18','1','2023-05-21 22:47:18',_binary '\0'),(1335,11,'订单积分抵扣','11','member_point_biz_type',0,'','','','1','2023-06-10 12:15:27','1','2023-10-11 07:41:43',_binary '\0'),(1336,1,'签到','1','member_point_biz_type',0,'','','','1','2023-06-10 12:15:48','1','2023-08-20 11:59:53',_binary '\0'),(1341,20,'已退款','20','pay_order_status',0,'danger','','已退款','1','2023-07-19 18:05:37','1','2023-07-19 18:05:37',_binary '\0'),(1342,21,'请求成功,但是结果失败','21','pay_notify_status',0,'warning','','请求成功,但是结果失败','1','2023-07-19 18:10:47','1','2023-07-19 18:11:38',_binary '\0'),(1343,22,'请求失败','22','pay_notify_status',0,'warning','',NULL,'1','2023-07-19 18:11:05','1','2023-07-19 18:11:27',_binary '\0'),(1344,4,'微信扫码支付','wx_native','pay_channel_code',0,'success','','微信扫码支付','1','2023-07-19 20:07:47','1','2023-07-19 20:09:03',_binary '\0'),(1345,5,'微信条码支付','wx_bar','pay_channel_code',0,'success','','微信条码支付\n','1','2023-07-19 20:08:06','1','2023-07-19 20:09:08',_binary '\0'),(1346,1,'支付单','1','pay_notify_type',0,'primary','','支付单','1','2023-07-20 12:23:17','1','2023-07-20 12:23:17',_binary '\0'),(1347,2,'退款单','2','pay_notify_type',0,'danger','',NULL,'1','2023-07-20 12:23:26','1','2023-07-20 12:23:26',_binary '\0'),(1348,20,'模拟支付','mock','pay_channel_code',0,'default','','模拟支付','1','2023-07-29 11:10:51','1','2023-07-29 03:14:10',_binary '\0'),(1349,12,'订单积分抵扣(整单取消)','12','member_point_biz_type',0,'','','','1','2023-08-20 12:00:03','1','2023-10-11 07:42:01',_binary '\0'),(1350,0,'管理员调整','0','member_experience_biz_type',0,'','',NULL,'','2023-08-22 12:41:01','','2023-08-22 12:41:01',_binary '\0'),(1351,1,'邀新奖励','1','member_experience_biz_type',0,'','',NULL,'','2023-08-22 12:41:01','','2023-08-22 12:41:01',_binary '\0'),(1352,11,'下单奖励','11','member_experience_biz_type',0,'success','',NULL,'','2023-08-22 12:41:01','1','2023-10-11 07:45:09',_binary '\0'),(1353,12,'下单奖励(整单取消)','12','member_experience_biz_type',0,'warning','',NULL,'','2023-08-22 12:41:01','1','2023-10-11 07:45:01',_binary '\0'),(1354,4,'签到奖励','4','member_experience_biz_type',0,'','',NULL,'','2023-08-22 12:41:01','','2023-08-22 12:41:01',_binary '\0'),(1355,5,'抽奖奖励','5','member_experience_biz_type',0,'','',NULL,'','2023-08-22 12:41:01','','2023-08-22 12:41:01',_binary '\0'),(1356,1,'快递发货','1','trade_delivery_type',0,'','','','1','2023-08-23 00:04:55','1','2023-08-23 00:04:55',_binary '\0'),(1357,2,'用户自提','2','trade_delivery_type',0,'','','','1','2023-08-23 00:05:05','1','2023-08-23 00:05:05',_binary '\0'),(1358,3,'品类劵','3','promotion_product_scope',0,'default','','','1','2023-09-01 23:43:07','1','2023-09-28 00:27:47',_binary '\0'),(1359,1,'人人分销','1','brokerage_enabled_condition',0,'','','所有用户都可以分销','','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1360,2,'指定分销','2','brokerage_enabled_condition',0,'','','仅可后台手动设置推广员','','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1361,1,'首次绑定','1','brokerage_bind_mode',0,'','','只要用户没有推广人,随时都可以绑定推广关系','','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1362,2,'注册绑定','2','brokerage_bind_mode',0,'','','仅新用户注册时才能绑定推广关系','','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1363,3,'覆盖绑定','3','brokerage_bind_mode',0,'','','如果用户已经有推广人,推广人会被变更','','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1364,1,'钱包','1','brokerage_withdraw_type',0,'','',NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1365,2,'银行卡','2','brokerage_withdraw_type',0,'','',NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1366,3,'微信收款码','3','brokerage_withdraw_type',0,'','','手动打款','','2023-09-28 02:46:05','1','2025-05-10 08:24:25',_binary '\0'),(1367,4,'支付宝收款码','4','brokerage_withdraw_type',0,'','','手动打款','','2023-09-28 02:46:05','1','2025-05-10 08:24:37',_binary '\0'),(1368,1,'订单返佣','1','brokerage_record_biz_type',0,'','',NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1369,2,'申请提现','2','brokerage_record_biz_type',0,'','',NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1370,3,'申请提现驳回','3','brokerage_record_biz_type',0,'','',NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1371,0,'待结算','0','brokerage_record_status',0,'','',NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1372,1,'已结算','1','brokerage_record_status',0,'','',NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1373,2,'已取消','2','brokerage_record_status',0,'','',NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1374,0,'审核中','0','brokerage_withdraw_status',0,'','',NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1375,10,'审核通过','10','brokerage_withdraw_status',0,'success','',NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1376,11,'提现成功','11','brokerage_withdraw_status',0,'success','',NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1377,20,'审核不通过','20','brokerage_withdraw_status',0,'danger','',NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1378,21,'提现失败','21','brokerage_withdraw_status',0,'danger','',NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1379,0,'工商银行','0','brokerage_bank_name',0,'','',NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1380,1,'建设银行','1','brokerage_bank_name',0,'','',NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1381,2,'农业银行','2','brokerage_bank_name',0,'','',NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1382,3,'中国银行','3','brokerage_bank_name',0,'','',NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1383,4,'交通银行','4','brokerage_bank_name',0,'','',NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1384,5,'招商银行','5','brokerage_bank_name',0,'','',NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0'),(1385,21,'钱包','wallet','pay_channel_code',0,'primary','','','1','2023-10-01 21:46:19','1','2023-10-01 21:48:01',_binary '\0'),(1386,1,'砍价中','1','promotion_bargain_record_status',0,'default','','','1','2023-10-05 10:41:26','1','2023-10-05 10:41:26',_binary '\0'),(1387,2,'砍价成功','2','promotion_bargain_record_status',0,'success','','','1','2023-10-05 10:41:39','1','2023-10-05 10:41:39',_binary '\0'),(1388,3,'砍价失败','3','promotion_bargain_record_status',0,'warning','','','1','2023-10-05 10:41:57','1','2023-10-05 10:41:57',_binary '\0'),(1389,0,'拼团中','0','promotion_combination_record_status',0,'','','','1','2023-10-08 07:24:44','1','2024-10-13 10:08:17',_binary '\0'),(1390,1,'拼团成功','1','promotion_combination_record_status',0,'success','','','1','2023-10-08 07:24:56','1','2024-10-13 10:08:20',_binary '\0'),(1391,2,'拼团失败','2','promotion_combination_record_status',0,'warning','','','1','2023-10-08 07:25:11','1','2024-10-13 10:08:24',_binary '\0'),(1392,2,'管理员修改','2','member_point_biz_type',0,'default','','','1','2023-10-11 07:41:34','1','2023-10-11 07:41:34',_binary '\0'),(1393,13,'订单积分抵扣(单个退款)','13','member_point_biz_type',0,'','','','1','2023-10-11 07:42:29','1','2023-10-11 07:42:29',_binary '\0'),(1394,21,'订单积分奖励','21','member_point_biz_type',0,'default','','','1','2023-10-11 07:42:44','1','2023-10-11 07:42:44',_binary '\0'),(1395,22,'订单积分奖励(整单取消)','22','member_point_biz_type',0,'default','','','1','2023-10-11 07:42:55','1','2023-10-11 07:43:01',_binary '\0'),(1396,23,'订单积分奖励(单个退款)','23','member_point_biz_type',0,'default','','','1','2023-10-11 07:43:16','1','2023-10-11 07:43:16',_binary '\0'),(1397,13,'下单奖励(单个退款)','13','member_experience_biz_type',0,'warning','','','1','2023-10-11 07:45:24','1','2023-10-11 07:45:38',_binary '\0'),(1398,5,'网上转账','5','crm_receivable_return_type',0,'default','','','1','2023-10-18 21:55:24','1','2023-10-18 21:55:24',_binary '\0'),(1399,6,'支付宝','6','crm_receivable_return_type',0,'default','','','1','2023-10-18 21:55:38','1','2023-10-18 21:55:38',_binary '\0'),(1400,7,'微信支付','7','crm_receivable_return_type',0,'default','','','1','2023-10-18 21:55:53','1','2023-10-18 21:55:53',_binary '\0'),(1401,8,'其他','8','crm_receivable_return_type',0,'default','','','1','2023-10-18 21:56:06','1','2023-10-18 21:56:06',_binary '\0'),(1402,1,'IT','1','crm_customer_industry',0,'default','','','1','2023-10-28 23:02:15','1','2024-02-18 23:30:38',_binary '\0'),(1403,2,'金融业','2','crm_customer_industry',0,'default','','','1','2023-10-28 23:02:29','1','2024-02-18 23:30:43',_binary '\0'),(1404,3,'房地产','3','crm_customer_industry',0,'default','','','1','2023-10-28 23:02:41','1','2024-02-18 23:30:48',_binary '\0'),(1405,4,'商业服务','4','crm_customer_industry',0,'default','','','1','2023-10-28 23:02:54','1','2024-02-18 23:30:54',_binary '\0'),(1406,5,'运输/物流','5','crm_customer_industry',0,'default','','','1','2023-10-28 23:03:03','1','2024-02-18 23:31:00',_binary '\0'),(1407,6,'生产','6','crm_customer_industry',0,'default','','','1','2023-10-28 23:03:13','1','2024-02-18 23:31:08',_binary '\0'),(1408,7,'政府','7','crm_customer_industry',0,'default','','','1','2023-10-28 23:03:27','1','2024-02-18 23:31:13',_binary '\0'),(1409,8,'文化传媒','8','crm_customer_industry',0,'default','','','1','2023-10-28 23:03:37','1','2024-02-18 23:31:20',_binary '\0'),(1422,1,'A (重点客户)','1','crm_customer_level',0,'primary','','','1','2023-10-28 23:07:13','1','2023-10-28 23:07:13',_binary '\0'),(1423,2,'B (普通客户)','2','crm_customer_level',0,'info','','','1','2023-10-28 23:07:35','1','2023-10-28 23:07:35',_binary '\0'),(1424,3,'C (非优先客户)','3','crm_customer_level',0,'default','','','1','2023-10-28 23:07:53','1','2023-10-28 23:07:53',_binary '\0'),(1425,1,'促销','1','crm_customer_source',0,'default','','','1','2023-10-28 23:08:29','1','2023-10-28 23:08:29',_binary '\0'),(1426,2,'搜索引擎','2','crm_customer_source',0,'default','','','1','2023-10-28 23:08:39','1','2023-10-28 23:08:39',_binary '\0'),(1427,3,'广告','3','crm_customer_source',0,'default','','','1','2023-10-28 23:08:47','1','2023-10-28 23:08:47',_binary '\0'),(1428,4,'转介绍','4','crm_customer_source',0,'default','','','1','2023-10-28 23:08:58','1','2023-10-28 23:08:58',_binary '\0'),(1429,5,'线上注册','5','crm_customer_source',0,'default','','','1','2023-10-28 23:09:12','1','2023-10-28 23:09:12',_binary '\0'),(1430,6,'线上咨询','6','crm_customer_source',0,'default','','','1','2023-10-28 23:09:22','1','2023-10-28 23:09:22',_binary '\0'),(1431,7,'预约上门','7','crm_customer_source',0,'default','','','1','2023-10-28 23:09:39','1','2023-10-28 23:09:39',_binary '\0'),(1432,8,'陌拜','8','crm_customer_source',0,'default','','','1','2023-10-28 23:10:04','1','2023-10-28 23:10:04',_binary '\0'),(1433,9,'电话咨询','9','crm_customer_source',0,'default','','','1','2023-10-28 23:10:18','1','2023-10-28 23:10:18',_binary '\0'),(1434,10,'邮件咨询','10','crm_customer_source',0,'default','','','1','2023-10-28 23:10:33','1','2023-10-28 23:10:33',_binary '\0'),(1435,10,'Gitee','10','system_social_type',0,'','','','1','2023-11-04 13:04:42','1','2023-11-04 13:04:42',_binary '\0'),(1436,20,'钉钉','20','system_social_type',0,'','','','1','2023-11-04 13:04:54','1','2023-11-04 13:04:54',_binary '\0'),(1437,30,'企业微信','30','system_social_type',0,'','','','1','2023-11-04 13:05:09','1','2023-11-04 13:05:09',_binary '\0'),(1438,31,'微信公众平台','31','system_social_type',0,'','','','1','2023-11-04 13:05:18','1','2023-11-04 13:05:18',_binary '\0'),(1439,32,'微信开放平台','32','system_social_type',0,'','','','1','2023-11-04 13:05:30','1','2023-11-04 13:05:30',_binary '\0'),(1440,34,'微信小程序','34','system_social_type',0,'','','','1','2023-11-04 13:05:38','1','2023-11-04 13:07:16',_binary '\0'),(1441,1,'上架','1','crm_product_status',0,'success','','','1','2023-10-30 21:49:34','1','2023-10-30 21:49:34',_binary '\0'),(1442,0,'下架','0','crm_product_status',0,'success','','','1','2023-10-30 21:49:13','1','2023-10-30 21:49:13',_binary '\0'),(1443,15,'子表','15','infra_codegen_template_type',0,'default','','','1','2023-11-13 23:06:16','1','2023-11-13 23:06:16',_binary '\0'),(1444,10,'主表(标准模式)','10','infra_codegen_template_type',0,'default','','','1','2023-11-14 12:32:49','1','2023-11-14 12:32:49',_binary '\0'),(1445,11,'主表(ERP 模式)','11','infra_codegen_template_type',0,'default','','','1','2023-11-14 12:33:05','1','2023-11-14 12:33:05',_binary '\0'),(1446,12,'主表(内嵌模式)','12','infra_codegen_template_type',0,'','','','1','2023-11-14 12:33:31','1','2023-11-14 12:33:31',_binary '\0'),(1447,1,'负责人','1','crm_permission_level',0,'default','','','1','2023-11-30 09:53:12','1','2023-11-30 09:53:12',_binary '\0'),(1448,2,'只读','2','crm_permission_level',0,'','','','1','2023-11-30 09:53:29','1','2023-11-30 09:53:29',_binary '\0'),(1449,3,'读写','3','crm_permission_level',0,'','','','1','2023-11-30 09:53:36','1','2023-11-30 09:53:36',_binary '\0'),(1450,0,'未提交','0','crm_audit_status',0,'','','','1','2023-11-30 18:56:59','1','2023-11-30 18:56:59',_binary '\0'),(1451,10,'审批中','10','crm_audit_status',0,'','','','1','2023-11-30 18:57:10','1','2023-11-30 18:57:10',_binary '\0'),(1452,20,'审核通过','20','crm_audit_status',0,'','','','1','2023-11-30 18:57:24','1','2023-11-30 18:57:24',_binary '\0'),(1453,30,'审核不通过','30','crm_audit_status',0,'','','','1','2023-11-30 18:57:32','1','2023-11-30 18:57:32',_binary '\0'),(1454,40,'已取消','40','crm_audit_status',0,'','','','1','2023-11-30 18:57:42','1','2023-11-30 18:57:42',_binary '\0'),(1456,1,'支票','1','crm_receivable_return_type',0,'default','','','1','2023-10-18 21:54:29','1','2023-10-18 21:54:29',_binary '\0'),(1457,2,'现金','2','crm_receivable_return_type',0,'default','','','1','2023-10-18 21:54:41','1','2023-10-18 21:54:41',_binary '\0'),(1458,3,'邮政汇款','3','crm_receivable_return_type',0,'default','','','1','2023-10-18 21:54:53','1','2023-10-18 21:54:53',_binary '\0'),(1459,4,'电汇','4','crm_receivable_return_type',0,'default','','','1','2023-10-18 21:55:07','1','2023-10-18 21:55:07',_binary '\0'),(1461,1,'个','1','crm_product_unit',0,'','','','1','2023-12-05 23:02:26','1','2023-12-05 23:02:26',_binary '\0'),(1462,2,'块','2','crm_product_unit',0,'','','','1','2023-12-05 23:02:34','1','2023-12-05 23:02:34',_binary '\0'),(1463,3,'只','3','crm_product_unit',0,'','','','1','2023-12-05 23:02:57','1','2023-12-05 23:02:57',_binary '\0'),(1464,4,'把','4','crm_product_unit',0,'','','','1','2023-12-05 23:03:05','1','2023-12-05 23:03:05',_binary '\0'),(1465,5,'枚','5','crm_product_unit',0,'','','','1','2023-12-05 23:03:14','1','2023-12-05 23:03:14',_binary '\0'),(1466,6,'瓶','6','crm_product_unit',0,'','','','1','2023-12-05 23:03:20','1','2023-12-05 23:03:20',_binary '\0'),(1467,7,'盒','7','crm_product_unit',0,'','','','1','2023-12-05 23:03:30','1','2023-12-05 23:03:30',_binary '\0'),(1468,8,'台','8','crm_product_unit',0,'','','','1','2023-12-05 23:03:41','1','2023-12-05 23:03:41',_binary '\0'),(1469,9,'吨','9','crm_product_unit',0,'','','','1','2023-12-05 23:03:48','1','2023-12-05 23:03:48',_binary '\0'),(1470,10,'千克','10','crm_product_unit',0,'','','','1','2023-12-05 23:04:03','1','2023-12-05 23:04:03',_binary '\0'),(1471,11,'米','11','crm_product_unit',0,'','','','1','2023-12-05 23:04:12','1','2023-12-05 23:04:12',_binary '\0'),(1472,12,'箱','12','crm_product_unit',0,'','','','1','2023-12-05 23:04:25','1','2023-12-05 23:04:25',_binary '\0'),(1473,13,'套','13','crm_product_unit',0,'','','','1','2023-12-05 23:04:34','1','2023-12-05 23:04:34',_binary '\0'),(1474,1,'打电话','1','crm_follow_up_type',0,'','','','1','2024-01-15 20:48:20','1','2024-01-15 20:48:20',_binary '\0'),(1475,2,'发短信','2','crm_follow_up_type',0,'','','','1','2024-01-15 20:48:31','1','2024-01-15 20:48:31',_binary '\0'),(1476,3,'上门拜访','3','crm_follow_up_type',0,'','','','1','2024-01-15 20:49:07','1','2024-01-15 20:49:07',_binary '\0'),(1477,4,'微信沟通','4','crm_follow_up_type',0,'','','','1','2024-01-15 20:49:15','1','2024-01-15 20:49:15',_binary '\0'),(1482,4,'转账失败','20','pay_transfer_status',0,'warning','','','1','2023-10-28 16:24:16','1','2025-05-08 12:59:01',_binary '\0'),(1483,3,'转账成功','10','pay_transfer_status',0,'success','','','1','2023-10-28 16:23:50','1','2025-05-08 12:58:58',_binary '\0'),(1484,2,'转账进行中','5','pay_transfer_status',0,'info','','','1','2023-10-28 16:23:12','1','2025-05-08 12:58:54',_binary '\0'),(1485,1,'等待转账','0','pay_transfer_status',0,'default','','','1','2023-10-28 16:21:43','1','2023-10-28 16:23:22',_binary '\0'),(1486,10,'其它入库','10','erp_stock_record_biz_type',0,'','','','1','2024-02-05 18:07:25','1','2024-02-05 18:07:43',_binary '\0'),(1487,11,'其它入库(作废)','11','erp_stock_record_biz_type',0,'danger','','','1','2024-02-05 18:08:07','1','2024-02-05 19:20:16',_binary '\0'),(1488,20,'其它出库','20','erp_stock_record_biz_type',0,'','','','1','2024-02-05 18:08:51','1','2024-02-05 18:08:51',_binary '\0'),(1489,21,'其它出库(作废)','21','erp_stock_record_biz_type',0,'danger','','','1','2024-02-05 18:09:00','1','2024-02-05 19:20:10',_binary '\0'),(1490,10,'未审核','10','erp_audit_status',0,'default','','','1','2024-02-06 00:00:21','1','2024-02-06 00:00:21',_binary '\0'),(1491,20,'已审核','20','erp_audit_status',0,'success','','','1','2024-02-06 00:00:35','1','2024-02-06 00:00:35',_binary '\0'),(1492,30,'调拨入库','30','erp_stock_record_biz_type',0,'','','','1','2024-02-07 20:34:19','1','2024-02-07 12:36:31',_binary '\0'),(1493,31,'调拨入库(作废)','31','erp_stock_record_biz_type',0,'danger','','','1','2024-02-07 20:34:29','1','2024-02-07 20:37:11',_binary '\0'),(1494,32,'调拨出库','32','erp_stock_record_biz_type',0,'','','','1','2024-02-07 20:34:38','1','2024-02-07 12:36:33',_binary '\0'),(1495,33,'调拨出库(作废)','33','erp_stock_record_biz_type',0,'danger','','','1','2024-02-07 20:34:49','1','2024-02-07 20:37:06',_binary '\0'),(1496,40,'盘盈入库','40','erp_stock_record_biz_type',0,'','','','1','2024-02-08 08:53:00','1','2024-02-08 08:53:09',_binary '\0'),(1497,41,'盘盈入库(作废)','41','erp_stock_record_biz_type',0,'danger','','','1','2024-02-08 08:53:39','1','2024-02-16 19:40:54',_binary '\0'),(1498,42,'盘亏出库','42','erp_stock_record_biz_type',0,'','','','1','2024-02-08 08:54:16','1','2024-02-08 08:54:16',_binary '\0'),(1499,43,'盘亏出库(作废)','43','erp_stock_record_biz_type',0,'danger','','','1','2024-02-08 08:54:31','1','2024-02-16 19:40:46',_binary '\0'),(1500,50,'销售出库','50','erp_stock_record_biz_type',0,'','','','1','2024-02-11 21:47:25','1','2024-02-11 21:50:40',_binary '\0'),(1501,51,'销售出库(作废)','51','erp_stock_record_biz_type',0,'danger','','','1','2024-02-11 21:47:37','1','2024-02-11 21:51:12',_binary '\0'),(1502,60,'销售退货入库','60','erp_stock_record_biz_type',0,'','','','1','2024-02-12 06:51:05','1','2024-02-12 06:51:05',_binary '\0'),(1503,61,'销售退货入库(作废)','61','erp_stock_record_biz_type',0,'danger','','','1','2024-02-12 06:51:18','1','2024-02-12 06:51:18',_binary '\0'),(1504,70,'采购入库','70','erp_stock_record_biz_type',0,'','','','1','2024-02-16 13:10:02','1','2024-02-16 13:10:02',_binary '\0'),(1505,71,'采购入库(作废)','71','erp_stock_record_biz_type',0,'danger','','','1','2024-02-16 13:10:10','1','2024-02-16 19:40:40',_binary '\0'),(1506,80,'采购退货出库','80','erp_stock_record_biz_type',0,'','','','1','2024-02-16 13:10:17','1','2024-02-16 13:10:17',_binary '\0'),(1507,81,'采购退货出库(作废)','81','erp_stock_record_biz_type',0,'danger','','','1','2024-02-16 13:10:26','1','2024-02-16 19:40:33',_binary '\0'),(1509,3,'审批不通过','3','bpm_process_instance_status',0,'danger','','','1','2024-03-16 16:12:06','1','2024-03-16 16:12:06',_binary '\0'),(1510,4,'已取消','4','bpm_process_instance_status',0,'warning','','','1','2024-03-16 16:12:22','1','2024-03-16 16:12:22',_binary '\0'),(1511,5,'已退回','5','bpm_task_status',0,'warning','','','1','2024-03-16 19:10:46','1','2024-03-08 22:41:40',_binary '\0'),(1512,6,'委派中','6','bpm_task_status',0,'primary','','','1','2024-03-17 10:06:22','1','2024-03-08 22:41:40',_binary '\0'),(1513,7,'审批通过中','7','bpm_task_status',0,'success','','','1','2024-03-17 10:06:47','1','2024-03-08 22:41:41',_binary '\0'),(1514,0,'待审批','0','bpm_task_status',0,'info','','','1','2024-03-17 10:07:11','1','2024-03-08 22:41:42',_binary '\0'),(1515,35,'发起人自选','35','bpm_task_candidate_strategy',0,'','','','1','2024-03-22 19:45:16','1','2024-03-22 19:45:16',_binary '\0'),(1516,1,'执行监听器','execution','bpm_process_listener_type',0,'primary','','','1','2024-03-23 12:54:03','1','2024-03-23 19:14:19',_binary '\0'),(1517,1,'任务监听器','task','bpm_process_listener_type',0,'success','','','1','2024-03-23 12:54:13','1','2024-03-23 19:14:24',_binary '\0'),(1526,1,'Java 类','class','bpm_process_listener_value_type',0,'primary','','','1','2024-03-23 15:08:45','1','2024-03-23 19:14:32',_binary '\0'),(1527,2,'表达式','expression','bpm_process_listener_value_type',0,'success','','','1','2024-03-23 15:09:06','1','2024-03-23 19:14:38',_binary '\0'),(1528,3,'代理表达式','delegateExpression','bpm_process_listener_value_type',0,'info','','','1','2024-03-23 15:11:23','1','2024-03-23 19:14:41',_binary '\0'),(1529,1,'天','1','date_interval',0,'','','','1','2024-03-29 22:50:26','1','2024-03-29 22:50:26',_binary '\0'),(1530,2,'周','2','date_interval',0,'','','','1','2024-03-29 22:50:36','1','2024-03-29 22:50:36',_binary '\0'),(1531,3,'月','3','date_interval',0,'','','','1','2024-03-29 22:50:46','1','2024-03-29 22:50:54',_binary '\0'),(1532,4,'季度','4','date_interval',0,'','','','1','2024-03-29 22:51:01','1','2024-03-29 22:51:01',_binary '\0'),(1533,5,'年','5','date_interval',0,'','','','1','2024-03-29 22:51:07','1','2024-03-29 22:51:07',_binary '\0'),(1534,1,'赢单','1','crm_business_end_status_type',0,'success','','','1','2024-04-13 23:26:57','1','2024-04-13 23:26:57',_binary '\0'),(1535,2,'输单','2','crm_business_end_status_type',0,'primary','','','1','2024-04-13 23:27:31','1','2024-04-13 23:27:31',_binary '\0'),(1536,3,'无效','3','crm_business_end_status_type',0,'info','','','1','2024-04-13 23:27:59','1','2024-04-13 23:27:59',_binary '\0'),(1537,1,'OpenAI','OpenAI','ai_platform',0,'','','','1','2024-05-09 22:33:47','1','2024-05-09 22:58:46',_binary '\0'),(1538,2,'Ollama','Ollama','ai_platform',0,'','','','1','2024-05-17 23:02:55','1','2024-05-17 23:02:55',_binary '\0'),(1539,3,'文心一言','YiYan','ai_platform',0,'','','','1','2024-05-18 09:24:20','1','2024-05-18 09:29:01',_binary '\0'),(1540,4,'讯飞星火','XingHuo','ai_platform',0,'','','','1','2024-05-18 10:08:56','1','2024-05-18 10:08:56',_binary '\0'),(1541,5,'通义千问','TongYi','ai_platform',0,'','','','1','2024-05-18 10:32:29','1','2024-07-06 15:42:29',_binary '\0'),(1542,6,'StableDiffusion','StableDiffusion','ai_platform',0,'','','','1','2024-06-01 15:09:31','1','2024-06-01 15:10:25',_binary '\0'),(1543,10,'进行中','10','ai_image_status',0,'primary','','','1','2024-06-26 20:51:41','1','2024-06-26 20:52:48',_binary '\0'),(1544,20,'已完成','20','ai_image_status',0,'success','','','1','2024-06-26 20:52:07','1','2024-06-26 20:52:41',_binary '\0'),(1545,30,'已失败','30','ai_image_status',0,'warning','','','1','2024-06-26 20:52:25','1','2024-06-26 20:52:35',_binary '\0'),(1546,7,'Midjourney','Midjourney','ai_platform',0,'','','','1','2024-06-26 22:14:46','1','2024-06-26 22:14:46',_binary '\0'),(1547,10,'进行中','10','ai_music_status',0,'primary','','','1','2024-06-27 22:45:22','1','2024-06-28 00:56:17',_binary '\0'),(1548,20,'已完成','20','ai_music_status',0,'success','','','1','2024-06-27 22:45:33','1','2024-06-28 00:56:18',_binary '\0'),(1549,30,'已失败','30','ai_music_status',0,'danger','','','1','2024-06-27 22:45:44','1','2024-06-28 00:56:19',_binary '\0'),(1550,1,'歌词模式','1','ai_generate_mode',0,'','','','1','2024-06-27 22:46:31','1','2024-06-28 01:22:25',_binary '\0'),(1551,2,'描述模式','2','ai_generate_mode',0,'','','','1','2024-06-27 22:46:37','1','2024-06-28 01:22:24',_binary '\0'),(1552,8,'Suno','Suno','ai_platform',0,'','','','1','2024-06-29 09:13:36','1','2024-06-29 09:13:41',_binary '\0'),(1553,9,'DeepSeek','DeepSeek','ai_platform',0,'','','','1','2024-07-06 12:04:30','1','2024-07-06 12:05:20',_binary '\0'),(1554,13,'智谱','ZhiPu','ai_platform',0,'','','','1','2024-07-06 18:00:35','1','2025-02-24 20:18:41',_binary '\0'),(1555,4,'长','4','ai_write_length',0,'','','','1','2024-07-07 15:49:03','1','2024-07-07 15:49:03',_binary '\0'),(1556,5,'段落','5','ai_write_format',0,'','','','1','2024-07-07 15:49:54','1','2024-07-07 15:49:54',_binary '\0'),(1557,6,'文章','6','ai_write_format',0,'','','','1','2024-07-07 15:50:05','1','2024-07-07 15:50:05',_binary '\0'),(1558,7,'博客文章','7','ai_write_format',0,'','','','1','2024-07-07 15:50:23','1','2024-07-07 15:50:23',_binary '\0'),(1559,8,'想法','8','ai_write_format',0,'','','','1','2024-07-07 15:50:31','1','2024-07-07 15:50:31',_binary '\0'),(1560,9,'大纲','9','ai_write_format',0,'','','','1','2024-07-07 15:50:37','1','2024-07-07 15:50:37',_binary '\0'),(1561,1,'自动','1','ai_write_tone',0,'','','','1','2024-07-07 15:51:06','1','2024-07-07 15:51:06',_binary '\0'),(1562,2,'友善','2','ai_write_tone',0,'','','','1','2024-07-07 15:51:19','1','2024-07-07 15:51:19',_binary '\0'),(1563,3,'随意','3','ai_write_tone',0,'','','','1','2024-07-07 15:51:27','1','2024-07-07 15:51:27',_binary '\0'),(1564,4,'友好','4','ai_write_tone',0,'','','','1','2024-07-07 15:51:37','1','2024-07-07 15:51:37',_binary '\0'),(1565,5,'专业','5','ai_write_tone',0,'','','','1','2024-07-07 15:51:49','1','2024-07-07 15:52:02',_binary '\0'),(1566,6,'诙谐','6','ai_write_tone',0,'','','','1','2024-07-07 15:52:15','1','2024-07-07 15:52:15',_binary '\0'),(1567,7,'有趣','7','ai_write_tone',0,'','','','1','2024-07-07 15:52:24','1','2024-07-07 15:52:24',_binary '\0'),(1568,8,'正式','8','ai_write_tone',0,'','','','1','2024-07-07 15:54:33','1','2024-07-07 15:54:33',_binary '\0'),(1569,5,'段落','5','ai_write_format',0,'','','','1','2024-07-07 15:49:54','1','2024-07-07 15:49:54',_binary '\0'),(1570,1,'自动','1','ai_write_format',0,'','','','1','2024-07-07 15:19:34','1','2024-07-07 15:19:34',_binary '\0'),(1571,2,'电子邮件','2','ai_write_format',0,'','','','1','2024-07-07 15:19:50','1','2024-07-07 15:49:30',_binary '\0'),(1572,3,'消息','3','ai_write_format',0,'','','','1','2024-07-07 15:20:01','1','2024-07-07 15:49:38',_binary '\0'),(1573,4,'评论','4','ai_write_format',0,'','','','1','2024-07-07 15:20:13','1','2024-07-07 15:49:45',_binary '\0'),(1574,1,'自动','1','ai_write_language',0,'','','','1','2024-07-07 15:44:18','1','2024-07-07 15:44:18',_binary '\0'),(1575,2,'中文','2','ai_write_language',0,'','','','1','2024-07-07 15:44:28','1','2024-07-07 15:44:28',_binary '\0'),(1576,3,'英文','3','ai_write_language',0,'','','','1','2024-07-07 15:44:37','1','2024-07-07 15:44:37',_binary '\0'),(1577,4,'韩语','4','ai_write_language',0,'','','','1','2024-07-07 15:46:28','1','2024-07-07 15:46:28',_binary '\0'),(1578,5,'日语','5','ai_write_language',0,'','','','1','2024-07-07 15:46:44','1','2024-07-07 15:46:44',_binary '\0'),(1579,1,'自动','1','ai_write_length',0,'','','','1','2024-07-07 15:48:34','1','2024-07-07 15:48:34',_binary '\0'),(1580,2,'短','2','ai_write_length',0,'','','','1','2024-07-07 15:48:44','1','2024-07-07 15:48:44',_binary '\0'),(1581,3,'中等','3','ai_write_length',0,'','','','1','2024-07-07 15:48:52','1','2024-07-07 15:48:52',_binary '\0'),(1582,4,'长','4','ai_write_length',0,'','','','1','2024-07-07 15:49:03','1','2024-07-07 15:49:03',_binary '\0'),(1584,1,'撰写','1','ai_write_type',0,'','','','1','2024-07-10 21:26:00','1','2024-07-10 21:26:00',_binary '\0'),(1585,2,'回复','2','ai_write_type',0,'','','','1','2024-07-10 21:26:06','1','2024-07-10 21:26:06',_binary '\0'),(1586,2,'腾讯云','TENCENT','system_sms_channel_code',0,'','','','1','2024-07-22 22:23:16','1','2024-07-22 22:23:16',_binary '\0'),(1587,3,'华为云','HUAWEI','system_sms_channel_code',0,'','','','1','2024-07-22 22:23:46','1','2024-07-22 22:23:53',_binary '\0'),(1588,1,'OpenAI 微软','AzureOpenAI','ai_platform',0,'','','','1','2024-08-10 14:07:41','1','2024-08-10 14:07:41',_binary '\0'),(1589,10,'BPMN 设计器','10','bpm_model_type',0,'primary','','','1','2024-08-26 15:22:17','1','2024-08-26 16:46:02',_binary '\0'),(1590,20,'SIMPLE 设计器','20','bpm_model_type',0,'success','','','1','2024-08-26 15:22:27','1','2024-08-26 16:45:58',_binary '\0'),(1591,4,'七牛云','QINIU','system_sms_channel_code',0,'','','','1','2024-08-31 08:45:03','1','2024-08-31 08:45:24',_binary '\0'),(1592,3,'新人券','3','promotion_coupon_take_type',0,'info','','新人注册后,自动发放','1','2024-09-03 11:57:16','1','2024-09-03 11:57:28',_binary '\0'),(1593,5,'微信零钱','5','brokerage_withdraw_type',0,'','','API 打款','1','2024-10-13 11:06:48','1','2025-05-10 08:24:55',_binary '\0'),(1683,10,'字节豆包','DouBao','ai_platform',0,'','','','1','2025-02-23 19:51:40','1','2025-02-23 19:52:02',_binary '\0'),(1684,11,'腾讯混元','HunYuan','ai_platform',0,'','','','1','2025-02-23 20:58:04','1','2025-02-23 20:58:04',_binary '\0'),(1685,12,'硅基流动','SiliconFlow','ai_platform',0,'','','','1','2025-02-24 20:19:09','1','2025-02-24 20:19:09',_binary '\0'),(1686,1,'聊天','1','ai_model_type',0,'','','','1','2025-03-03 12:26:34','1','2025-03-03 12:26:34',_binary '\0'),(1687,2,'图像','2','ai_model_type',0,'','','','1','2025-03-03 12:27:23','1','2025-03-03 12:27:23',_binary '\0'),(1688,3,'音频','3','ai_model_type',0,'','','','1','2025-03-03 12:27:51','1','2025-03-03 12:27:51',_binary '\0'),(1689,4,'视频','4','ai_model_type',0,'','','','1','2025-03-03 12:28:03','1','2025-03-03 12:28:03',_binary '\0'),(1690,5,'向量','5','ai_model_type',0,'','','','1','2025-03-03 12:28:15','1','2025-03-03 12:28:15',_binary '\0'),(1691,6,'重排','6','ai_model_type',0,'','','','1','2025-03-03 12:28:26','1','2025-03-03 12:28:26',_binary '\0'),(1692,14,'MiniMax','MiniMax','ai_platform',0,'','','','1','2025-03-11 20:04:51','1','2025-03-11 20:04:51',_binary '\0'),(1693,15,'月之暗面','Moonshot','ai_platform',0,'','','','1','2025-03-11 20:05:08','1','2025-11-24 07:17:39',_binary '\0'),(2002,0,'直连设备','0','iot_product_device_type',0,'default','','','1','2024-08-10 11:54:58','1','2025-03-17 09:28:22',_binary '\0'),(2003,2,'网关设备','2','iot_product_device_type',0,'default','','','1','2024-08-10 11:55:08','1','2025-03-17 09:28:28',_binary '\0'),(2004,1,'网关子设备','1','iot_product_device_type',0,'default','','','1','2024-08-10 11:55:20','1','2025-03-17 09:28:31',_binary '\0'),(2005,1,'已发布','1','iot_product_status',0,'success','','','1','2024-08-10 12:10:33','1','2025-03-17 09:28:34',_binary '\0'),(2006,0,'开发中','0','iot_product_status',0,'default','','','1','2024-08-10 14:19:18','1','2025-03-17 09:28:39',_binary '\0'),(2009,0,'Wi-Fi','0','iot_net_type',0,'','','','1','2024-09-06 22:04:47','1','2025-03-17 09:28:47',_binary '\0'),(2010,1,'移动网络','1','iot_net_type',0,'','','','1','2024-09-06 22:05:14','1','2025-06-12 23:27:19',_binary '\0'),(2011,2,'以太网','2','iot_net_type',0,'','','','1','2024-09-06 22:05:35','1','2025-03-17 09:28:51',_binary '\0'),(2012,3,'其他','3','iot_net_type',0,'','','','1','2024-09-06 22:05:52','1','2025-03-17 09:28:54',_binary '\0'),(2018,0,'未激活','0','iot_device_state',0,'','','','1','2024-09-21 08:13:34','1','2025-03-17 09:29:09',_binary '\0'),(2019,1,'在线','1','iot_device_state',0,'','','','1','2024-09-21 08:13:48','1','2025-03-17 09:29:12',_binary '\0'),(2020,2,'离线','2','iot_device_state',0,'','','','1','2024-09-21 08:13:59','1','2025-03-17 09:29:14',_binary '\0'),(2021,1,'属性','1','iot_thing_model_type',0,'','','','1','2024-09-29 20:03:01','1','2025-03-17 09:29:24',_binary '\0'),(2022,2,'服务','2','iot_thing_model_type',0,'','','','1','2024-09-29 20:03:11','1','2025-03-17 09:29:27',_binary '\0'),(2023,3,'事件','3','iot_thing_model_type',0,'','','','1','2024-09-29 20:03:20','1','2025-03-17 09:29:29',_binary '\0'),(2030,1,'升每分钟','L/min','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:34:24',_binary '\0'),(2031,2,'毫克每千克','mg/kg','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:34:27',_binary '\0'),(2032,3,'浊度','NTU','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:34:31',_binary '\0'),(2033,4,'PH值','pH','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:34:36',_binary '\0'),(2034,5,'土壤EC值','dS/m','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:34:43',_binary '\0'),(2035,6,'太阳总辐射','W/㎡','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:36:20',_binary '\0'),(2036,7,'降雨量','mm/hour','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:36:24',_binary '\0'),(2037,8,'乏','var','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:36:27',_binary '\0'),(2038,9,'厘泊','cP','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:36:33',_binary '\0'),(2039,10,'饱和度','aw','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:37:11',_binary '\0'),(2040,11,'个','pcs','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:37:19',_binary '\0'),(2041,12,'厘斯','cst','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:37:22',_binary '\0'),(2042,13,'巴','bar','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:37:24',_binary '\0'),(2043,14,'纳克每升','ppt','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:37:27',_binary '\0'),(2044,15,'微克每升','ppb','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:37:31',_binary '\0'),(2045,16,'微西每厘米','uS/cm','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:37:34',_binary '\0'),(2046,17,'牛顿每库仑','N/C','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:37:38',_binary '\0'),(2047,18,'伏特每米','V/m','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:37:43',_binary '\0'),(2048,19,'滴速','ml/min','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:37:46',_binary '\0'),(2049,20,'毫米汞柱','mmHg','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:37:48',_binary '\0'),(2050,21,'血糖','mmol/L','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:37:54',_binary '\0'),(2051,22,'毫米每秒','mm/s','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:38:02',_binary '\0'),(2052,23,'转每分钟','turn/m','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:38:07',_binary '\0'),(2053,24,'次','count','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:38:09',_binary '\0'),(2054,25,'档','gear','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:38:11',_binary '\0'),(2055,26,'步','stepCount','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:38:13',_binary '\0'),(2056,27,'标准立方米每小时','Nm3/h','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:38:15',_binary '\0'),(2057,28,'千伏','kV','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:38:20',_binary '\0'),(2058,29,'千伏安','kVA','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:38:24',_binary '\0'),(2060,30,'千乏','kVar','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2061,31,'微瓦每平方厘米','uw/cm2','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2062,32,'只','只','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2063,33,'相对湿度','%RH','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2064,34,'立方米每秒','m³/s','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2065,35,'公斤每秒','kg/s','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2066,36,'转每分钟','r/min','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2067,37,'吨每小时','t/h','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2068,38,'千卡每小时','KCL/h','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2069,39,'升每秒','L/s','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2070,40,'兆帕','Mpa','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2071,41,'立方米每小时','m³/h','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2072,42,'千乏时','kvarh','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2073,43,'微克每升','μg/L','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2074,44,'千卡路里','kcal','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2075,45,'吉字节','GB','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2076,46,'兆字节','MB','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2077,47,'千字节','KB','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2078,48,'字节','B','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2079,49,'微克每平方分米每天','μg/(d㎡·d)','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2080,50,'无','','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2081,51,'百万分率','ppm','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2082,52,'像素','pixel','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2083,53,'照度','Lux','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2084,54,'重力加速度','grav','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2085,55,'分贝','dB','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2086,56,'百分比','%','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2087,57,'流明','lm','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2088,58,'比特','bit','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2089,59,'克每毫升','g/mL','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2090,60,'克每升','g/L','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2091,61,'毫克每升','mg/L','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2092,62,'微克每立方米','μg/m³','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2093,63,'毫克每立方米','mg/m³','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2094,64,'克每立方米','g/m³','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2095,65,'千克每立方米','kg/m³','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2096,66,'纳法','nF','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2097,67,'皮法','pF','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2098,68,'微法','μF','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2099,69,'法拉','F','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2100,70,'欧姆','Ω','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2101,71,'微安','μA','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2102,72,'毫安','mA','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2103,73,'千安','kA','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2104,74,'安培','A','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2105,75,'毫伏','mV','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2106,76,'伏特','V','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2107,77,'毫秒','ms','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2108,78,'秒','s','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2109,79,'分钟','min','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2110,80,'小时','h','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2111,81,'日','day','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2112,82,'周','week','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2113,83,'月','month','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2114,84,'年','year','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2115,85,'节','kn','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2116,86,'千米每小时','km/h','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2117,87,'米每秒','m/s','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2118,88,'秒','″','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2119,89,'分','′','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2120,90,'度','°','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2121,91,'弧度','rad','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2122,92,'赫兹','Hz','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2123,93,'微瓦','μW','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2124,94,'毫瓦','mW','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2125,95,'千瓦特','kW','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2126,96,'瓦特','W','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2127,97,'卡路里','cal','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2128,98,'千瓦时','kW·h','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2129,99,'瓦时','Wh','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2130,100,'电子伏','eV','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2131,101,'千焦','kJ','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2132,102,'焦耳','J','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2133,103,'华氏度','℉','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2134,104,'开尔文','K','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2135,105,'吨','t','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2136,106,'摄氏度','°C','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2137,107,'毫帕','mPa','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2138,108,'百帕','hPa','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2139,109,'千帕','kPa','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2140,110,'帕斯卡','Pa','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2141,111,'毫克','mg','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2142,112,'克','g','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2143,113,'千克','kg','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2144,114,'牛','N','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2145,115,'毫升','mL','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2146,116,'升','L','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2147,117,'立方毫米','mm³','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2148,118,'立方厘米','cm³','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2149,119,'立方千米','km³','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2150,120,'立方米','m³','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2151,121,'公顷','h㎡','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2152,122,'平方厘米','c㎡','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2153,123,'平方毫米','m㎡','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2154,124,'平方千米','k㎡','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2155,125,'平方米','㎡','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2156,126,'纳米','nm','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2157,127,'微米','μm','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2158,128,'毫米','mm','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2159,129,'厘米','cm','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2160,130,'分米','dm','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2161,131,'千米','km','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2162,132,'米','m','iot_thing_model_unit',0,'','','','1','2024-12-13 11:08:41','1','2025-03-17 09:40:46',_binary '\0'),(2165,1,'HTTP','1','iot_data_sink_type_enum',0,'default','','','1','2025-03-09 12:39:54','1','2025-06-24 12:44:47',_binary '\0'),(2166,2,'TCP','2','iot_data_sink_type_enum',0,'default','','','1','2025-03-09 12:40:06','1','2025-06-24 12:44:46',_binary '\0'),(2167,3,'WebSocket','3','iot_data_sink_type_enum',0,'default','','','1','2025-03-09 12:40:24','1','2025-06-24 12:44:45',_binary '\0'),(2168,10,'MQTT','10','iot_data_sink_type_enum',0,'default','','','1','2025-03-09 12:40:37','1','2025-06-24 12:44:44',_binary '\0'),(2169,20,'Database','20','iot_data_sink_type_enum',0,'default','','','1','2025-03-09 12:41:05','1','2025-06-24 12:44:44',_binary '\0'),(2170,21,'Redis Stream','21','iot_data_sink_type_enum',0,'default','','','1','2025-03-09 12:41:18','1','2025-06-24 12:44:43',_binary '\0'),(2171,30,'RocketMQ','30','iot_data_sink_type_enum',0,'default','','','1','2025-03-09 12:41:30','1','2025-06-24 12:44:42',_binary '\0'),(2172,31,'RabbitMQ','31','iot_data_sink_type_enum',0,'default','','','1','2025-03-09 12:41:47','1','2025-06-24 12:44:41',_binary '\0'),(2173,32,'Kafka','32','iot_data_sink_type_enum',0,'default','','','1','2025-03-09 12:41:59','1','2025-06-24 12:44:39',_binary '\0'),(2174,1,'设备上下线变更','1','iot_rule_scene_trigger_type_enum',0,'primary','','','1','2025-03-20 15:00:01','\"1\"','2025-07-06 10:28:16',_binary '\0'),(2175,2,'物模型属性上报','2','iot_rule_scene_trigger_type_enum',0,'primary','','','1','2025-03-20 15:00:09','\"1\"','2025-07-06 10:28:22',_binary '\0'),(2176,1,'设备状态','state','iot_device_message_type_enum',0,'primary','','','1','2025-03-20 15:24:58','1','2025-03-20 15:24:58',_binary '\0'),(2177,2,'设备属性','property','iot_device_message_type_enum',0,'primary','','','1','2025-03-20 15:25:09','1','2025-03-20 15:25:09',_binary '\0'),(2178,3,'设备事件','event','iot_device_message_type_enum',0,'primary','','','1','2025-03-20 15:25:23','1','2025-03-20 15:25:23',_binary '\0'),(2179,4,'设备服务','service','iot_device_message_type_enum',0,'primary','','','1','2025-03-20 15:25:39','1','2025-03-20 15:25:39',_binary '\0'),(2180,5,'设备配置','config','iot_device_message_type_enum',0,'primary','','','1','2025-03-20 15:25:51','1','2025-03-20 15:25:57',_binary '\0'),(2181,6,'设备 OTA','ota','iot_device_message_type_enum',0,'primary','','','1','2025-03-20 15:26:17','1','2025-03-20 15:26:17',_binary '\0'),(2182,7,'设备注册','register','iot_device_message_type_enum',0,'primary','','','1','2025-03-20 15:26:35','1','2025-03-20 15:26:35',_binary '\0'),(2183,8,'设备拓扑','topology','iot_device_message_type_enum',0,'primary','','','1','2025-03-20 15:26:46','1','2025-03-20 15:26:46',_binary '\0'),(2184,1,'设备属性设置','1','iot_rule_scene_action_type_enum',0,'primary','','','1','2025-03-28 15:27:12','\"1\"','2025-07-06 10:37:33',_binary '\0'),(2185,2,'设备服务调用','2','iot_rule_scene_action_type_enum',0,'primary','','','1','2025-03-28 15:27:25','\"1\"','2025-07-06 10:37:41',_binary '\0'),(2186,100,'告警触发','100','iot_rule_scene_action_type_enum',0,'primary','','','1','2025-03-28 15:27:35','\"1\"','2025-07-06 10:37:50',_binary '\0'),(3000,16,'百川智能','BaiChuan','ai_platform',0,'','','','1','2025-03-23 12:15:46','1','2025-03-23 12:15:46',_binary '\0'),(3001,40,'Vben5.0 Ant Design Schema 模版','40','infra_codegen_front_type',0,'','',NULL,'1','2025-04-23 21:47:47','1','2025-09-04 23:25:12',_binary '\0'),(3002,6,'支付宝余额','6','brokerage_withdraw_type',0,'','','API 打款','1','2025-05-10 08:24:49','1','2025-05-10 08:24:49',_binary '\0'),(3003,1,'Alink','Alink','iot_codec_type',0,'','','阿里云 Alink','1','2025-06-12 22:56:06','1','2025-06-12 23:22:24',_binary '\0'),(3004,3,'WARN','3','iot_alert_level',0,'warning','','','1','2025-06-27 20:32:22','1','2025-06-27 20:34:31',_binary '\0'),(3005,1,'INFO','1','iot_alert_level',0,'primary','','','1','2025-06-27 20:33:28','1','2025-06-27 20:34:35',_binary '\0'),(3006,5,'ERROR','5','iot_alert_level',0,'danger','','','1','2025-06-27 20:33:50','1','2025-06-27 20:33:50',_binary '\0'),(3007,1,'短信','1','iot_alert_receive_type',0,'','','','1','2025-06-27 22:49:30','1','2025-06-27 22:49:30',_binary '\0'),(3008,2,'邮箱','2','iot_alert_receive_type',0,'','','','1','2025-06-27 22:49:39','1','2025-06-27 22:50:07',_binary '\0'),(3009,3,'站内信','3','iot_alert_receive_type',0,'','','','1','2025-06-27 22:50:20','1','2025-06-27 22:50:20',_binary '\0'),(3010,1,'全部设备','1','iot_ota_task_device_scope',0,'','','','1','2025-07-02 09:43:09','1','2025-07-02 09:43:09',_binary '\0'),(3011,2,'指定设备','2','iot_ota_task_device_scope',0,'','','','1','2025-07-02 09:43:15','1','2025-07-02 09:43:15',_binary '\0'),(3012,10,'进行中','10','iot_ota_task_status',0,'primary','','','1','2025-07-02 09:44:01','\"1\"','2025-07-02 09:44:21',_binary '\0'),(3013,20,'已结束','20','iot_ota_task_status',0,'success','','','1','2025-07-02 09:44:14','\"1\"','2025-07-02 23:56:12',_binary '\0'),(3014,30,'已取消','30','iot_ota_task_status',0,'danger','','','1','2025-07-02 09:44:36','1','2025-07-02 09:44:36',_binary '\0'),(3015,0,'待推送','0','iot_ota_task_record_status',0,'','','','1','2025-07-02 09:45:16','1','2025-07-02 09:45:16',_binary '\0'),(3016,10,'已推送','10','iot_ota_task_record_status',0,'','','','1','2025-07-02 09:45:25','1','2025-07-02 09:45:25',_binary '\0'),(3017,20,'升级中','20','iot_ota_task_record_status',0,'primary','','','1','2025-07-02 09:45:37','1','2025-07-02 09:45:37',_binary '\0'),(3018,30,'升级成功','30','iot_ota_task_record_status',0,'success','','','1','2025-07-02 09:45:47','1','2025-07-02 09:45:47',_binary '\0'),(3019,40,'升级失败','40','iot_ota_task_record_status',0,'danger','','','1','2025-07-02 09:46:02','1','2025-07-02 09:46:02',_binary '\0'),(3020,50,'升级取消','50','iot_ota_task_record_status',0,'warning','','','1','2025-07-02 09:46:09','\"1\"','2025-07-02 09:46:27',_binary '\0'),(3021,1,'IP 定位','1','iot_location_type',0,'','','','1','2025-07-05 09:56:46','1','2025-07-05 09:56:46',_binary '\0'),(3022,2,'设备上报','2','iot_location_type',0,'','','','1','2025-07-05 09:56:57','1','2025-07-05 09:56:57',_binary '\0'),(3023,3,'手动定位','3','iot_location_type',0,'','','','1','2025-07-05 09:57:05','1','2025-07-05 09:57:05',_binary '\0'),(3024,3,'设备事件上报','3','iot_rule_scene_trigger_type_enum',0,'','','','1','2025-07-06 10:28:29','1','2025-07-06 10:28:29',_binary '\0'),(3025,4,'设备服务调用','4','iot_rule_scene_trigger_type_enum',0,'','','','1','2025-07-06 10:28:35','1','2025-07-06 10:28:35',_binary '\0'),(3026,100,'定时触发','100','iot_rule_scene_trigger_type_enum',0,'','','','1','2025-07-06 10:28:48','1','2025-07-06 10:28:48',_binary '\0'),(3027,101,'告警恢复','101','iot_rule_scene_action_type_enum',0,'','','','1','2025-07-06 10:37:57','1','2025-07-06 10:37:57',_binary '\0'),(3028,2,'Anthropic','Anthropic','ai_platform',0,'','','','1','2025-08-21 22:54:24','1','2025-08-21 22:57:58',_binary '\0'),(3029,2,'谷歌 Gemini','Gemini','ai_platform',0,'','','','1','2025-08-22 22:39:35','1','2025-08-22 22:44:49',_binary '\0'),(3030,1,'文件系统','filesystem','ai_mcp_client_name',0,'','','','1','2025-08-28 13:58:43','1','2025-08-28 21:19:42',_binary '\0'),(3031,41,'Vben5.0 Ant Design 标准模版','41','infra_codegen_front_type',0,'','','','1','2025-09-04 23:26:07','1','2025-09-04 23:26:07',_binary '\0'),(3032,50,'Vben5.0 Element Plus Schema 模版','50','infra_codegen_front_type',0,'','','','1','2025-09-04 23:26:38','1','2025-09-04 23:26:38',_binary '\0'),(3033,51,'Vben5.0 Element Plus 标准模版','51','infra_codegen_front_type',0,'','','','1','2025-09-04 23:26:49','1','2025-09-04 23:26:49',_binary '\0'),(3034,1,'ttt','tt','iot_ota_task_record_status',0,'success','',NULL,'1','2025-09-06 00:02:21','1','2025-09-06 00:02:31',_binary '\0'),(3035,40,'支付宝小程序','40','system_social_type',0,'','','','1','2023-11-04 13:05:38','1','2023-11-04 13:07:16',_binary '\0');
  751. /*!40000 ALTER TABLE `system_dict_data` ENABLE KEYS */;
  752. UNLOCK TABLES;
  753. --
  754. -- Table structure for table `system_dict_type`
  755. --
  756. DROP TABLE IF EXISTS `system_dict_type`;
  757. /*!40101 SET @saved_cs_client = @@character_set_client */;
  758. /*!50503 SET character_set_client = utf8mb4 */;
  759. CREATE TABLE `system_dict_type` (
  760. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '字典主键',
  761. `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '字典名称',
  762. `type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '字典类型',
  763. `status` tinyint NOT NULL DEFAULT '0' COMMENT '状态(0正常 1停用)',
  764. `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '备注',
  765. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  766. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  767. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  768. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  769. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  770. `deleted_time` datetime DEFAULT NULL COMMENT '删除时间',
  771. PRIMARY KEY (`id`) USING BTREE
  772. ) ENGINE=InnoDB AUTO_INCREMENT=2008 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='字典类型表';
  773. /*!40101 SET character_set_client = @saved_cs_client */;
  774. --
  775. -- Dumping data for table `system_dict_type`
  776. --
  777. LOCK TABLES `system_dict_type` WRITE;
  778. /*!40000 ALTER TABLE `system_dict_type` DISABLE KEYS */;
  779. INSERT INTO `system_dict_type` VALUES (1,'用户性别','system_user_sex',0,NULL,'admin','2021-01-05 17:03:48','1','2022-05-16 20:29:32',_binary '\0',NULL),(6,'参数类型','infra_config_type',0,NULL,'admin','2021-01-05 17:03:48','','2022-02-01 16:36:54',_binary '\0',NULL),(7,'通知类型','system_notice_type',0,NULL,'admin','2021-01-05 17:03:48','','2022-02-01 16:35:26',_binary '\0',NULL),(9,'操作类型','infra_operate_type',0,NULL,'admin','2021-01-05 17:03:48','1','2024-03-14 12:44:01',_binary '\0',NULL),(10,'系统状态','common_status',0,NULL,'admin','2021-01-05 17:03:48','','2022-02-01 16:21:28',_binary '\0',NULL),(11,'Boolean 是否类型','infra_boolean_string',0,'boolean 转是否','','2021-01-19 03:20:08','','2022-02-01 16:37:10',_binary '\0',NULL),(104,'登陆结果','system_login_result',0,'登陆结果','','2021-01-18 06:17:11','','2022-02-01 16:36:00',_binary '\0',NULL),(106,'代码生成模板类型','infra_codegen_template_type',0,NULL,'','2021-02-05 07:08:06','1','2022-05-16 20:26:50',_binary '\0',NULL),(107,'定时任务状态','infra_job_status',0,NULL,'','2021-02-07 07:44:16','','2022-02-01 16:51:11',_binary '\0',NULL),(108,'定时任务日志状态','infra_job_log_status',0,NULL,'','2021-02-08 10:03:51','','2022-02-01 16:50:43',_binary '\0',NULL),(109,'用户类型','user_type',0,NULL,'','2021-02-26 00:15:51','','2021-02-26 00:15:51',_binary '\0',NULL),(110,'API 异常数据的处理状态','infra_api_error_log_process_status',0,NULL,'','2021-02-26 07:07:01','','2022-02-01 16:50:53',_binary '\0',NULL),(111,'短信渠道编码','system_sms_channel_code',0,NULL,'1','2021-04-05 01:04:50','1','2022-02-16 02:09:08',_binary '\0',NULL),(112,'短信模板的类型','system_sms_template_type',0,NULL,'1','2021-04-05 21:50:43','1','2022-02-01 16:35:06',_binary '\0',NULL),(113,'短信发送状态','system_sms_send_status',0,NULL,'1','2021-04-11 20:18:03','1','2022-02-01 16:35:09',_binary '\0',NULL),(114,'短信接收状态','system_sms_receive_status',0,NULL,'1','2021-04-11 20:27:14','1','2022-02-01 16:35:14',_binary '\0',NULL),(116,'登陆日志的类型','system_login_type',0,'登陆日志的类型','1','2021-10-06 00:50:46','1','2022-02-01 16:35:56',_binary '\0',NULL),(117,'OA 请假类型','bpm_oa_leave_type',0,NULL,'1','2021-09-21 22:34:33','1','2022-01-22 10:41:37',_binary '\0',NULL),(130,'支付渠道编码类型','pay_channel_code',0,'支付渠道的编码','1','2021-12-03 10:35:08','1','2023-07-10 10:11:39',_binary '\0',NULL),(131,'支付回调状态','pay_notify_status',0,'支付回调状态(包括退款回调)','1','2021-12-03 10:53:29','1','2023-07-19 18:09:43',_binary '\0',NULL),(132,'支付订单状态','pay_order_status',0,'支付订单状态','1','2021-12-03 11:17:50','1','2021-12-03 11:17:50',_binary '\0',NULL),(134,'退款订单状态','pay_refund_status',0,'退款订单状态','1','2021-12-10 16:42:50','1','2023-07-19 10:13:17',_binary '\0',NULL),(139,'流程实例的状态','bpm_process_instance_status',0,'流程实例的状态','1','2022-01-07 23:46:42','1','2022-01-07 23:46:42',_binary '\0',NULL),(140,'流程实例的结果','bpm_task_status',0,'流程实例的结果','1','2022-01-07 23:48:10','1','2024-03-08 22:42:03',_binary '\0',NULL),(141,'流程的表单类型','bpm_model_form_type',0,'流程的表单类型','103','2022-01-11 23:50:45','103','2022-01-11 23:50:45',_binary '\0',NULL),(142,'任务分配规则的类型','bpm_task_candidate_strategy',0,'BPM 任务的候选人的策略','103','2022-01-12 23:21:04','103','2024-03-06 02:53:59',_binary '\0',NULL),(144,'代码生成的场景枚举','infra_codegen_scene',0,'代码生成的场景枚举','1','2022-02-02 13:14:45','1','2022-03-10 16:33:46',_binary '\0',NULL),(145,'角色类型','system_role_type',0,'角色类型','1','2022-02-16 13:01:46','1','2022-02-16 13:01:46',_binary '\0',NULL),(146,'文件存储器','infra_file_storage',0,'文件存储器','1','2022-03-15 00:24:38','1','2022-03-15 00:24:38',_binary '\0',NULL),(147,'OAuth 2.0 授权类型','system_oauth2_grant_type',0,'OAuth 2.0 授权类型(模式)','1','2022-05-12 00:20:52','1','2022-05-11 16:25:49',_binary '\0',NULL),(149,'商品 SPU 状态','product_spu_status',0,'商品 SPU 状态','1','2022-10-24 21:19:04','1','2022-10-24 21:19:08',_binary '\0',NULL),(150,'优惠类型','promotion_discount_type',0,'优惠类型','1','2022-11-01 12:46:06','1','2022-11-01 12:46:06',_binary '\0',NULL),(151,'优惠劵模板的有限期类型','promotion_coupon_template_validity_type',0,'优惠劵模板的有限期类型','1','2022-11-02 00:06:20','1','2022-11-04 00:08:26',_binary '\0',NULL),(152,'营销的商品范围','promotion_product_scope',0,'营销的商品范围','1','2022-11-02 00:28:01','1','2022-11-02 00:28:01',_binary '\0',NULL),(153,'优惠劵的状态','promotion_coupon_status',0,'优惠劵的状态','1','2022-11-04 00:14:49','1','2022-11-04 00:14:49',_binary '\0',NULL),(154,'优惠劵的领取方式','promotion_coupon_take_type',0,'优惠劵的领取方式','1','2022-11-04 19:12:27','1','2022-11-04 19:12:27',_binary '\0',NULL),(155,'促销活动的状态','promotion_activity_status',0,'促销活动的状态','1','2022-11-04 22:54:23','1','2022-11-04 22:54:23',_binary '\0',NULL),(156,'营销的条件类型','promotion_condition_type',0,'营销的条件类型','1','2022-11-04 22:59:23','1','2022-11-04 22:59:23',_binary '\0',NULL),(157,'交易售后状态','trade_after_sale_status',0,'交易售后状态','1','2022-11-19 20:52:56','1','2022-11-19 20:52:56',_binary '\0',NULL),(158,'交易售后的类型','trade_after_sale_type',0,'交易售后的类型','1','2022-11-19 21:04:09','1','2022-11-19 21:04:09',_binary '\0',NULL),(159,'交易售后的方式','trade_after_sale_way',0,'交易售后的方式','1','2022-11-19 21:39:04','1','2022-11-19 21:39:04',_binary '\0',NULL),(160,'终端','terminal',0,'终端','1','2022-12-10 10:50:50','1','2022-12-10 10:53:11',_binary '\0',NULL),(161,'交易订单的类型','trade_order_type',0,'交易订单的类型','1','2022-12-10 16:33:54','1','2022-12-10 16:33:54',_binary '\0',NULL),(162,'交易订单的状态','trade_order_status',0,'交易订单的状态','1','2022-12-10 16:48:44','1','2022-12-10 16:48:44',_binary '\0',NULL),(163,'交易订单项的售后状态','trade_order_item_after_sale_status',0,'交易订单项的售后状态','1','2022-12-10 20:58:08','1','2022-12-10 20:58:08',_binary '\0',NULL),(164,'公众号自动回复的请求关键字匹配模式','mp_auto_reply_request_match',0,'公众号自动回复的请求关键字匹配模式','1','2023-01-16 23:29:56','1','2023-01-16 23:29:56',_binary '\0','1970-01-01 00:00:00'),(165,'公众号的消息类型','mp_message_type',0,'公众号的消息类型','1','2023-01-17 22:17:09','1','2023-01-17 22:17:09',_binary '\0','1970-01-01 00:00:00'),(166,'邮件发送状态','system_mail_send_status',0,'邮件发送状态','1','2023-01-26 09:53:13','1','2023-01-26 09:53:13',_binary '\0','1970-01-01 00:00:00'),(167,'站内信模版的类型','system_notify_template_type',0,'站内信模版的类型','1','2023-01-28 10:35:10','1','2023-01-28 10:35:10',_binary '\0','1970-01-01 00:00:00'),(168,'代码生成的前端类型','infra_codegen_front_type',0,'','1','2023-04-12 23:57:52','1','2023-04-12 23:57:52',_binary '\0','1970-01-01 00:00:00'),(170,'快递计费方式','trade_delivery_express_charge_mode',0,'用于商城交易模块配送管理','1','2023-05-21 22:45:03','1','2023-05-21 22:45:03',_binary '\0','1970-01-01 00:00:00'),(171,'积分业务类型','member_point_biz_type',0,'','1','2023-06-10 12:15:00','1','2023-06-28 13:48:20',_binary '\0','1970-01-01 00:00:00'),(173,'支付通知类型','pay_notify_type',0,NULL,'1','2023-07-20 12:23:03','1','2023-07-20 12:23:03',_binary '\0','1970-01-01 00:00:00'),(174,'会员经验业务类型','member_experience_biz_type',0,NULL,'','2023-08-22 12:41:01','','2023-08-22 12:41:01',_binary '\0',NULL),(175,'交易配送类型','trade_delivery_type',0,'','1','2023-08-23 00:03:14','1','2023-08-23 00:03:14',_binary '\0','1970-01-01 00:00:00'),(176,'分佣模式','brokerage_enabled_condition',0,NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0',NULL),(177,'分销关系绑定模式','brokerage_bind_mode',0,NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0',NULL),(178,'佣金提现类型','brokerage_withdraw_type',0,NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0',NULL),(179,'佣金记录业务类型','brokerage_record_biz_type',0,NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0',NULL),(180,'佣金记录状态','brokerage_record_status',0,NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0',NULL),(181,'佣金提现状态','brokerage_withdraw_status',0,NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0',NULL),(182,'佣金提现银行','brokerage_bank_name',0,NULL,'','2023-09-28 02:46:05','','2023-09-28 02:46:05',_binary '\0',NULL),(183,'砍价记录的状态','promotion_bargain_record_status',0,'','1','2023-10-05 10:41:08','1','2023-10-05 10:41:08',_binary '\0','1970-01-01 00:00:00'),(184,'拼团记录的状态','promotion_combination_record_status',0,'','1','2023-10-08 07:24:25','1','2023-10-08 07:24:25',_binary '\0','1970-01-01 00:00:00'),(185,'回款-回款方式','crm_receivable_return_type',0,'回款-回款方式','1','2023-10-18 21:54:10','1','2023-10-18 21:54:10',_binary '\0','1970-01-01 00:00:00'),(186,'CRM 客户行业','crm_customer_industry',0,'CRM 客户所属行业','1','2023-10-28 22:57:07','1','2024-02-18 23:30:22',_binary '\0',NULL),(187,'客户等级','crm_customer_level',0,'CRM 客户等级','1','2023-10-28 22:59:12','1','2023-10-28 15:11:16',_binary '\0',NULL),(188,'客户来源','crm_customer_source',0,'CRM 客户来源','1','2023-10-28 23:00:34','1','2023-10-28 15:11:16',_binary '\0',NULL),(600,'Banner 位置','promotion_banner_position',0,'','1','2023-10-08 07:24:25','1','2023-11-04 13:04:02',_binary '\0','1970-01-01 00:00:00'),(601,'社交类型','system_social_type',0,'','1','2023-11-04 13:03:54','1','2023-11-04 13:03:54',_binary '\0','1970-01-01 00:00:00'),(604,'产品状态','crm_product_status',0,'','1','2023-10-30 21:47:59','1','2023-10-30 21:48:45',_binary '\0','1970-01-01 00:00:00'),(605,'CRM 数据权限的级别','crm_permission_level',0,'','1','2023-11-30 09:51:59','1','2023-11-30 09:51:59',_binary '\0','1970-01-01 00:00:00'),(606,'CRM 审批状态','crm_audit_status',0,'','1','2023-11-30 18:56:23','1','2023-11-30 18:56:23',_binary '\0','1970-01-01 00:00:00'),(607,'CRM 产品单位','crm_product_unit',0,'','1','2023-12-05 23:01:51','1','2023-12-05 23:01:51',_binary '\0','1970-01-01 00:00:00'),(608,'CRM 跟进方式','crm_follow_up_type',0,'','1','2024-01-15 20:48:05','1','2024-01-15 20:48:05',_binary '\0','1970-01-01 00:00:00'),(610,'转账订单状态','pay_transfer_status',0,'','1','2023-10-28 16:18:32','1','2023-10-28 16:18:32',_binary '\0','1970-01-01 00:00:00'),(611,'ERP 库存明细的业务类型','erp_stock_record_biz_type',0,'ERP 库存明细的业务类型','1','2024-02-05 18:07:02','1','2024-02-05 18:07:02',_binary '\0','1970-01-01 00:00:00'),(612,'ERP 审批状态','erp_audit_status',0,'','1','2024-02-06 00:00:07','1','2024-02-06 00:00:07',_binary '\0','1970-01-01 00:00:00'),(613,'BPM 监听器类型','bpm_process_listener_type',0,'','1','2024-03-23 12:52:24','1','2024-03-09 15:54:28',_binary '\0','1970-01-01 00:00:00'),(615,'BPM 监听器值类型','bpm_process_listener_value_type',0,'','1','2024-03-23 13:00:31','1','2024-03-23 13:00:31',_binary '\0','1970-01-01 00:00:00'),(616,'时间间隔','date_interval',0,'','1','2024-03-29 22:50:09','1','2024-03-29 22:50:09',_binary '\0','1970-01-01 00:00:00'),(619,'CRM 商机结束状态类型','crm_business_end_status_type',0,'','1','2024-04-13 23:23:00','1','2024-04-13 23:23:00',_binary '\0','1970-01-01 00:00:00'),(620,'AI 模型平台','ai_platform',0,'','1','2024-05-09 22:27:38','1','2024-05-09 22:27:38',_binary '\0','1970-01-01 00:00:00'),(621,'AI 绘画状态','ai_image_status',0,'','1','2024-06-26 20:51:23','1','2024-06-26 20:51:23',_binary '\0','1970-01-01 00:00:00'),(622,'AI 音乐状态','ai_music_status',0,'','1','2024-06-27 22:45:07','1','2024-06-28 00:56:27',_binary '\0','1970-01-01 00:00:00'),(623,'AI 音乐生成模式','ai_generate_mode',0,'','1','2024-06-27 22:46:21','1','2024-06-28 01:22:29',_binary '\0','1970-01-01 00:00:00'),(624,'写作语气','ai_write_tone',0,'','1','2024-07-07 15:19:02','1','2024-07-07 15:19:02',_binary '\0','1970-01-01 00:00:00'),(625,'写作语言','ai_write_language',0,'','1','2024-07-07 15:18:52','1','2024-07-07 15:18:52',_binary '\0','1970-01-01 00:00:00'),(626,'写作长度','ai_write_length',0,'','1','2024-07-07 15:18:41','1','2024-07-07 15:18:41',_binary '\0','1970-01-01 00:00:00'),(627,'写作格式','ai_write_format',0,'','1','2024-07-07 15:14:34','1','2024-07-07 15:14:34',_binary '\0','1970-01-01 00:00:00'),(628,'AI 写作类型','ai_write_type',0,'','1','2024-07-10 21:25:29','1','2024-07-10 21:25:29',_binary '\0','1970-01-01 00:00:00'),(629,'BPM 流程模型类型','bpm_model_type',0,'','1','2024-08-26 15:21:43','1','2024-08-26 15:21:43',_binary '\0','1970-01-01 00:00:00'),(640,'AI 模型类型','ai_model_type',0,'','1','2025-03-03 12:24:07','1','2025-03-03 12:24:07',_binary '\0','1970-01-01 00:00:00'),(1001,'IoT 产品设备类型','iot_product_device_type',0,'','1','2024-08-10 11:54:30','1','2025-03-17 09:25:08',_binary '\0','1970-01-01 00:00:00'),(1002,'IoT 产品状态','iot_product_status',0,'','1','2024-08-10 12:06:09','1','2025-03-17 09:25:10',_binary '\0','1970-01-01 00:00:00'),(1004,'IoT 联网方式','iot_net_type',0,'','1','2024-09-06 22:04:13','1','2025-03-17 09:25:14',_binary '\0','1970-01-01 00:00:00'),(1006,'IoT 设备状态','iot_device_state',0,'','1','2024-09-21 08:12:55','1','2025-03-17 09:25:19',_binary '\0','1970-01-01 00:00:00'),(1007,'IoT 物模型功能类型','iot_thing_model_type',0,'','1','2024-09-29 20:02:36','1','2025-03-17 09:25:24',_binary '\0','1970-01-01 00:00:00'),(1011,'IoT 物模型单位','iot_thing_model_unit',0,'','1','2024-12-25 17:36:46','1','2025-03-17 09:25:35',_binary '\0','1970-01-01 00:00:00'),(1013,'IoT 数据流转目的的类型枚举','iot_data_sink_type_enum',0,'','1','2025-03-09 12:39:36','1','2025-06-24 12:45:24',_binary '\0','1970-01-01 00:00:00'),(1014,'IoT 场景流转的触发类型枚举','iot_rule_scene_trigger_type_enum',0,'','1','2025-03-20 14:59:44','1','2025-03-20 14:59:44',_binary '\0','1970-01-01 00:00:00'),(1015,'IoT 设备消息类型枚举','iot_device_message_type_enum',0,'','1','2025-03-20 15:01:15','1','2025-03-20 15:01:15',_binary '\0','1970-01-01 00:00:00'),(1016,'IoT 规则场景的触发类型枚举','iot_rule_scene_action_type_enum',0,'','1','2025-03-28 15:26:54','1','2025-03-28 15:29:13',_binary '\0','1970-01-01 00:00:00'),(2000,'IoT 数据格式','iot_codec_type',0,'IoT 编解码器类型','1','2025-06-12 22:55:46','1','2025-06-12 22:55:46',_binary '\0','1970-01-01 00:00:00'),(2001,'IoT 告警级别','iot_alert_level',0,'','1','2025-06-27 20:30:57','1','2025-06-27 20:30:57',_binary '\0','1970-01-01 00:00:00'),(2002,'IoT 告警','iot_alert_receive_type',0,'','1','2025-06-27 22:49:19','1','2025-06-27 22:49:19',_binary '\0','1970-01-01 00:00:00'),(2003,'IoT 固件设备范围','iot_ota_task_device_scope',0,'','1','2025-07-02 09:42:49','1','2025-07-02 09:42:49',_binary '\0','1970-01-01 00:00:00'),(2004,'IoT 固件升级任务状态','iot_ota_task_status',0,'','1','2025-07-02 09:43:43','1','2025-07-02 09:43:43',_binary '\0','1970-01-01 00:00:00'),(2005,'IoT 固件升级记录状态','iot_ota_task_record_status',0,'','1','2025-07-02 09:45:02','1','2025-07-02 09:45:02',_binary '\0','1970-01-01 00:00:00'),(2006,'IoT 定位类型','iot_location_type',0,'','1','2025-07-05 09:56:25','1','2025-07-05 09:56:25',_binary '\0','1970-01-01 00:00:00'),(2007,'AI MCP 客户端名字','ai_mcp_client_name',0,'','1','2025-08-28 13:57:40','1','2025-08-28 13:57:40',_binary '\0','1970-01-01 00:00:00');
  780. /*!40000 ALTER TABLE `system_dict_type` ENABLE KEYS */;
  781. UNLOCK TABLES;
  782. --
  783. -- Table structure for table `system_login_log`
  784. --
  785. DROP TABLE IF EXISTS `system_login_log`;
  786. /*!40101 SET @saved_cs_client = @@character_set_client */;
  787. /*!50503 SET character_set_client = utf8mb4 */;
  788. CREATE TABLE `system_login_log` (
  789. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '访问ID',
  790. `log_type` bigint NOT NULL COMMENT '日志类型',
  791. `trace_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '链路追踪编号',
  792. `user_id` bigint NOT NULL DEFAULT '0' COMMENT '用户编号',
  793. `user_type` tinyint NOT NULL DEFAULT '0' COMMENT '用户类型',
  794. `username` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '用户账号',
  795. `result` tinyint NOT NULL COMMENT '登陆结果',
  796. `user_ip` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '用户 IP',
  797. `user_agent` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '浏览器 UA',
  798. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  799. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  800. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  801. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  802. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  803. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户编号',
  804. PRIMARY KEY (`id`) USING BTREE
  805. ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='系统访问记录';
  806. /*!40101 SET character_set_client = @saved_cs_client */;
  807. --
  808. -- Dumping data for table `system_login_log`
  809. --
  810. LOCK TABLES `system_login_log` WRITE;
  811. /*!40000 ALTER TABLE `system_login_log` DISABLE KEYS */;
  812. INSERT INTO `system_login_log` VALUES (1,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,'2025-12-31 14:05:05',NULL,'2025-12-31 14:05:05',_binary '\0',0),(2,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,'2025-12-31 14:05:25',NULL,'2025-12-31 14:05:25',_binary '\0',0),(3,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,'2025-12-31 14:09:19',NULL,'2025-12-31 14:09:19',_binary '\0',0),(4,200,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','1','2025-12-31 14:41:26','1','2025-12-31 14:41:26',_binary '\0',0),(5,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,'2025-12-31 15:28:23',NULL,'2025-12-31 15:28:23',_binary '\0',0),(6,200,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','1','2026-01-02 22:50:44','1','2026-01-02 22:50:44',_binary '\0',0),(7,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,'2026-01-02 22:50:54',NULL,'2026-01-02 22:50:54',_binary '\0',0),(8,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,'2026-01-03 01:45:32',NULL,'2026-01-03 01:45:32',_binary '\0',0),(9,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,'2026-01-03 01:46:09',NULL,'2026-01-03 01:46:09',_binary '\0',0),(10,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,'2026-01-03 01:52:57',NULL,'2026-01-03 01:52:57',_binary '\0',0),(11,100,'',0,2,'admin',31,'0:0:0:0:0:0:0:1','curl/8.7.1',NULL,'2026-01-03 02:06:27',NULL,'2026-01-03 02:06:27',_binary '\0',0),(12,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,'2026-01-03 15:35:45',NULL,'2026-01-03 15:35:45',_binary '\0',0),(13,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,'2026-01-03 15:36:01',NULL,'2026-01-03 15:36:01',_binary '\0',0),(14,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,'2026-01-03 15:47:09',NULL,'2026-01-03 15:47:09',_binary '\0',0),(15,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,'2026-01-03 15:54:36',NULL,'2026-01-03 15:54:36',_binary '\0',0),(16,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,'2026-01-03 16:04:09',NULL,'2026-01-03 16:04:09',_binary '\0',0),(17,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,'2026-01-03 16:07:25',NULL,'2026-01-03 16:07:25',_binary '\0',0),(18,200,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','1','2026-01-03 16:33:02','1','2026-01-03 16:33:02',_binary '\0',0),(19,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,'2026-01-03 16:33:13',NULL,'2026-01-03 16:33:13',_binary '\0',0),(20,200,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','1','2026-01-03 23:13:37','1','2026-01-03 23:13:37',_binary '\0',0),(21,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,'2026-01-03 23:13:48',NULL,'2026-01-03 23:13:48',_binary '\0',0),(22,200,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36','1','2026-01-04 08:20:23','1','2026-01-04 08:20:23',_binary '\0',0),(23,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,'2026-01-04 08:21:36',NULL,'2026-01-04 08:21:36',_binary '\0',0),(24,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36',NULL,'2026-01-12 23:07:09',NULL,'2026-01-12 23:07:09',_binary '\0',0),(25,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,'2026-01-22 23:51:00',NULL,'2026-01-22 23:51:00',_binary '\0',0),(26,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,'2026-01-23 02:06:34',NULL,'2026-01-23 02:06:34',_binary '\0',0),(27,200,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36','1','2026-01-23 03:07:45','1','2026-01-23 03:07:45',_binary '\0',0),(28,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,'2026-01-23 03:07:59',NULL,'2026-01-23 03:07:59',_binary '\0',0),(29,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15','1','2026-01-23 03:08:19','1','2026-01-23 03:08:19',_binary '\0',0),(30,100,'',1,2,'admin',0,'0:0:0:0:0:0:0:1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,'2026-01-23 03:28:05',NULL,'2026-01-23 03:28:05',_binary '\0',0),(31,100,'',1,2,'admin',0,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15',NULL,'2026-01-23 15:38:28',NULL,'2026-01-23 15:38:28',_binary '\0',0),(32,100,'',1,2,'admin',0,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,'2026-01-23 17:22:24',NULL,'2026-01-23 17:22:24',_binary '\0',0),(33,100,'',1,2,'admin',0,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36',NULL,'2026-01-23 17:57:09',NULL,'2026-01-23 17:57:09',_binary '\0',0);
  813. /*!40000 ALTER TABLE `system_login_log` ENABLE KEYS */;
  814. UNLOCK TABLES;
  815. --
  816. -- Table structure for table `system_menu`
  817. --
  818. DROP TABLE IF EXISTS `system_menu`;
  819. /*!40101 SET @saved_cs_client = @@character_set_client */;
  820. /*!50503 SET character_set_client = utf8mb4 */;
  821. CREATE TABLE `system_menu` (
  822. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '菜单ID',
  823. `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '菜单名称',
  824. `permission` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '权限标识',
  825. `type` tinyint NOT NULL COMMENT '菜单类型',
  826. `sort` int NOT NULL DEFAULT '0' COMMENT '显示顺序',
  827. `parent_id` bigint NOT NULL DEFAULT '0' COMMENT '父菜单ID',
  828. `path` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '路由地址',
  829. `icon` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '#' COMMENT '菜单图标',
  830. `component` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '组件路径',
  831. `component_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '组件名',
  832. `status` tinyint NOT NULL DEFAULT '0' COMMENT '菜单状态',
  833. `visible` bit(1) NOT NULL DEFAULT b'1' COMMENT '是否可见',
  834. `keep_alive` bit(1) NOT NULL DEFAULT b'1' COMMENT '是否缓存',
  835. `always_show` bit(1) NOT NULL DEFAULT b'1' COMMENT '是否总是显示',
  836. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  837. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  838. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  839. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  840. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  841. PRIMARY KEY (`id`) USING BTREE
  842. ) ENGINE=InnoDB AUTO_INCREMENT=2074 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='菜单权限表';
  843. /*!40101 SET character_set_client = @saved_cs_client */;
  844. --
  845. -- Dumping data for table `system_menu`
  846. --
  847. LOCK TABLES `system_menu` WRITE;
  848. /*!40000 ALTER TABLE `system_menu` DISABLE KEYS */;
  849. INSERT INTO `system_menu` VALUES (1,'系统管理','',1,10,0,'/system','ep:tools',NULL,NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2025-03-15 21:30:27',_binary '\0'),(2,'基础设施','',1,20,0,'/infra','ep:monitor',NULL,NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2024-03-01 08:28:40',_binary '\0'),(5,'OA 示例','',1,40,1185,'oa','fa:road',NULL,NULL,0,_binary '',_binary '',_binary '','admin','2021-09-20 16:26:19','1','2025-12-31 15:30:55',_binary ''),(100,'账户管理','system:user:list',2,1,1,'user','ep:avatar','system/user/index','SystemUser',0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2026-01-03 13:49:44',_binary '\0'),(101,'角色管理','',2,2,1,'role','ep:user','system/role/index','SystemRole',0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2024-05-01 18:35:29',_binary '\0'),(102,'菜单管理','',2,3,1,'menu','ep:menu','system/menu/index','SystemMenu',0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2024-02-29 01:03:50',_binary '\0'),(103,'部门管理','',2,4,1,'dept','fa:address-card','system/dept/index','SystemDept',0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2024-02-29 01:06:28',_binary '\0'),(104,'岗位管理','',2,5,1,'post','fa:address-book-o','system/post/index','SystemPost',0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2024-02-29 01:06:39',_binary '\0'),(105,'字典管理','',2,6,1,'dict','ep:collection','system/dict/index','SystemDictType',0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2024-02-29 01:07:12',_binary '\0'),(106,'配置管理','',2,8,2,'config','fa:connectdevelop','infra/config/index','InfraConfig',0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2024-04-23 00:02:45',_binary '\0'),(107,'通知公告','',2,4,2739,'notice','ep:takeaway-box','system/notice/index','SystemNotice',0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2024-04-22 23:56:17',_binary '\0'),(108,'审计日志','',1,9,1,'log','ep:document-copy','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2024-02-29 01:08:30',_binary '\0'),(109,'令牌管理','',2,2,1261,'token','fa:key','system/oauth2/token/index','SystemTokenClient',0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2024-02-29 01:13:48',_binary '\0'),(110,'定时任务','',2,7,2,'job','fa-solid:tasks','infra/job/index','InfraJob',0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2024-02-29 08:57:36',_binary '\0'),(111,'MySQL 监控','',2,1,2740,'druid','fa-solid:box','infra/druid/index','InfraDruid',0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2024-04-23 00:05:58',_binary '\0'),(112,'Java 监控','',2,3,2740,'admin-server','ep:coffee-cup','infra/server/index','InfraAdminServer',0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2024-04-23 00:06:57',_binary '\0'),(113,'Redis 监控','',2,2,2740,'redis','fa:reddit-square','infra/redis/index','InfraRedis',0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2024-04-23 00:06:09',_binary '\0'),(114,'表单构建','infra:build:list',2,2,2,'build','fa:wpforms','infra/build/index','InfraBuild',0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2024-02-29 08:51:35',_binary '\0'),(115,'代码生成','infra:codegen:query',2,1,2,'codegen','ep:document-copy','infra/codegen/index','InfraCodegen',0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2024-02-29 08:51:06',_binary '\0'),(116,'API 接口','infra:swagger:list',2,3,2,'swagger','fa:fighter-jet','infra/swagger/index','InfraSwagger',0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2024-04-23 00:01:24',_binary '\0'),(500,'操作日志','',2,1,108,'operate-log','ep:position','system/operatelog/index','SystemOperateLog',0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2024-02-29 01:09:59',_binary '\0'),(501,'登录日志','',2,2,108,'login-log','ep:promotion','system/loginlog/index','SystemLoginLog',0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2024-02-29 01:10:29',_binary '\0'),(1001,'用户查询','system:user:query',3,1,100,'','#','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1002,'用户新增','system:user:create',3,2,100,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1003,'用户修改','system:user:update',3,3,100,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1004,'用户删除','system:user:delete',3,4,100,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1005,'用户导出','system:user:export',3,5,100,'','#','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1006,'用户导入','system:user:import',3,6,100,'','#','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1007,'重置密码','system:user:update-password',3,7,100,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1008,'角色查询','system:role:query',3,1,101,'','#','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1009,'角色新增','system:role:create',3,2,101,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1010,'角色修改','system:role:update',3,3,101,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1011,'角色删除','system:role:delete',3,4,101,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1012,'角色导出','system:role:export',3,5,101,'','#','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1013,'菜单查询','system:menu:query',3,1,102,'','#','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1014,'菜单新增','system:menu:create',3,2,102,'','#','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1015,'菜单修改','system:menu:update',3,3,102,'','#','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1016,'菜单删除','system:menu:delete',3,4,102,'','#','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1017,'部门查询','system:dept:query',3,1,103,'','#','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1018,'部门新增','system:dept:create',3,2,103,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1019,'部门修改','system:dept:update',3,3,103,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1020,'部门删除','system:dept:delete',3,4,103,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1021,'岗位查询','system:post:query',3,1,104,'','#','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1022,'岗位新增','system:post:create',3,2,104,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1023,'岗位修改','system:post:update',3,3,104,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1024,'岗位删除','system:post:delete',3,4,104,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1025,'岗位导出','system:post:export',3,5,104,'','#','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1026,'字典查询','system:dict:query',3,1,105,'#','#','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1027,'字典新增','system:dict:create',3,2,105,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1028,'字典修改','system:dict:update',3,3,105,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1029,'字典删除','system:dict:delete',3,4,105,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1030,'字典导出','system:dict:export',3,5,105,'#','#','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1031,'配置查询','infra:config:query',3,1,106,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1032,'配置新增','infra:config:create',3,2,106,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1033,'配置修改','infra:config:update',3,3,106,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1034,'配置删除','infra:config:delete',3,4,106,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1035,'配置导出','infra:config:export',3,5,106,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1036,'公告查询','system:notice:query',3,1,107,'#','#','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1037,'公告新增','system:notice:create',3,2,107,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1038,'公告修改','system:notice:update',3,3,107,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1039,'公告删除','system:notice:delete',3,4,107,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1040,'操作查询','system:operate-log:query',3,1,500,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1042,'日志导出','system:operate-log:export',3,2,500,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1043,'登录查询','system:login-log:query',3,1,501,'#','#','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1045,'日志导出','system:login-log:export',3,3,501,'#','#','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1046,'令牌列表','system:oauth2-token:page',3,1,109,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-05-09 23:54:42',_binary '\0'),(1048,'令牌删除','system:oauth2-token:delete',3,2,109,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-05-09 23:54:53',_binary '\0'),(1050,'任务新增','infra:job:create',3,2,110,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1051,'任务修改','infra:job:update',3,3,110,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1052,'任务删除','infra:job:delete',3,4,110,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1053,'状态修改','infra:job:update',3,5,110,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1054,'任务导出','infra:job:export',3,7,110,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','','2022-04-20 17:03:10',_binary '\0'),(1056,'生成修改','infra:codegen:update',3,2,115,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1057,'生成删除','infra:codegen:delete',3,3,115,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1058,'导入代码','infra:codegen:create',3,2,115,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1059,'预览代码','infra:codegen:preview',3,4,115,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1060,'生成代码','infra:codegen:download',3,5,115,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2021-01-05 17:03:48','1','2022-04-20 17:03:10',_binary '\0'),(1063,'设置角色菜单权限','system:permission:assign-role-menu',3,6,101,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-01-06 17:53:44','','2022-04-20 17:03:10',_binary '\0'),(1064,'设置角色数据权限','system:permission:assign-role-data-scope',3,7,101,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-01-06 17:56:31','','2022-04-20 17:03:10',_binary '\0'),(1065,'设置用户角色','system:permission:assign-user-role',3,8,101,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-01-07 10:23:28','','2022-04-20 17:03:10',_binary '\0'),(1066,'获得 Redis 监控信息','infra:redis:get-monitor-info',3,1,113,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-01-26 01:02:31','','2022-04-20 17:03:10',_binary '\0'),(1067,'获得 Redis Key 列表','infra:redis:get-key-list',3,2,113,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-01-26 01:02:52','','2022-04-20 17:03:10',_binary '\0'),(1070,'代码生成案例','',1,1,2,'demo','ep:aim','infra/testDemo/index',NULL,0,_binary '',_binary '',_binary '','','2021-02-06 12:42:49','1','2023-11-15 23:45:53',_binary '\0'),(1075,'任务触发','infra:job:trigger',3,8,110,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-02-07 13:03:10','','2022-04-20 17:03:10',_binary '\0'),(1077,'链路追踪','',2,4,2740,'skywalking','fa:eye','infra/skywalking/index','InfraSkyWalking',0,_binary '',_binary '',_binary '','','2021-02-08 20:41:31','1','2024-04-23 00:07:15',_binary '\0'),(1078,'访问日志','',2,1,1083,'api-access-log','ep:place','infra/apiAccessLog/index','InfraApiAccessLog',0,_binary '',_binary '',_binary '','','2021-02-26 01:32:59','1','2024-02-29 08:54:57',_binary '\0'),(1082,'日志导出','infra:api-access-log:export',3,2,1078,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-02-26 01:32:59','1','2022-04-20 17:03:10',_binary '\0'),(1083,'API 日志','',2,4,2,'log','fa:tasks',NULL,NULL,0,_binary '',_binary '',_binary '','','2021-02-26 02:18:24','1','2024-04-22 23:58:36',_binary '\0'),(1084,'错误日志','infra:api-error-log:query',2,2,1083,'api-error-log','ep:warning-filled','infra/apiErrorLog/index','InfraApiErrorLog',0,_binary '',_binary '',_binary '','','2021-02-26 07:53:20','1','2024-02-29 08:55:17',_binary '\0'),(1085,'日志处理','infra:api-error-log:update-status',3,2,1084,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-02-26 07:53:20','1','2022-04-20 17:03:10',_binary '\0'),(1086,'日志导出','infra:api-error-log:export',3,3,1084,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-02-26 07:53:20','1','2022-04-20 17:03:10',_binary '\0'),(1087,'任务查询','infra:job:query',3,1,110,'','','',NULL,0,_binary '',_binary '',_binary '','1','2021-03-10 01:26:19','1','2022-04-20 17:03:10',_binary '\0'),(1088,'日志查询','infra:api-access-log:query',3,1,1078,'','','',NULL,0,_binary '',_binary '',_binary '','1','2021-03-10 01:28:04','1','2022-04-20 17:03:10',_binary '\0'),(1089,'日志查询','infra:api-error-log:query',3,1,1084,'','','',NULL,0,_binary '',_binary '',_binary '','1','2021-03-10 01:29:09','1','2022-04-20 17:03:10',_binary '\0'),(1090,'文件列表','',2,5,1243,'file','ep:upload-filled','infra/file/index','InfraFile',0,_binary '',_binary '',_binary '','','2021-03-12 20:16:20','1','2024-02-29 08:53:02',_binary '\0'),(1091,'文件查询','infra:file:query',3,1,1090,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-03-12 20:16:20','','2022-04-20 17:03:10',_binary '\0'),(1092,'文件删除','infra:file:delete',3,4,1090,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-03-12 20:16:20','','2022-04-20 17:03:10',_binary '\0'),(1093,'短信管理','',1,1,2739,'sms','ep:message',NULL,NULL,0,_binary '',_binary '',_binary '','1','2021-04-05 01:10:16','1','2024-04-22 23:56:03',_binary '\0'),(1094,'短信渠道','',2,0,1093,'sms-channel','fa:stack-exchange','system/sms/channel/index','SystemSmsChannel',0,_binary '',_binary '',_binary '','','2021-04-01 11:07:15','1','2024-02-29 01:15:54',_binary '\0'),(1095,'短信渠道查询','system:sms-channel:query',3,1,1094,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-04-01 11:07:15','','2022-04-20 17:03:10',_binary '\0'),(1096,'短信渠道创建','system:sms-channel:create',3,2,1094,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-04-01 11:07:15','','2022-04-20 17:03:10',_binary '\0'),(1097,'短信渠道更新','system:sms-channel:update',3,3,1094,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-04-01 11:07:15','','2022-04-20 17:03:10',_binary '\0'),(1098,'短信渠道删除','system:sms-channel:delete',3,4,1094,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-04-01 11:07:15','','2022-04-20 17:03:10',_binary '\0'),(1100,'短信模板','',2,1,1093,'sms-template','ep:connection','system/sms/template/index','SystemSmsTemplate',0,_binary '',_binary '',_binary '','','2021-04-01 17:35:17','1','2024-02-29 01:16:18',_binary '\0'),(1101,'短信模板查询','system:sms-template:query',3,1,1100,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-04-01 17:35:17','','2022-04-20 17:03:10',_binary '\0'),(1102,'短信模板创建','system:sms-template:create',3,2,1100,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-04-01 17:35:17','','2022-04-20 17:03:10',_binary '\0'),(1103,'短信模板更新','system:sms-template:update',3,3,1100,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-04-01 17:35:17','','2022-04-20 17:03:10',_binary '\0'),(1104,'短信模板删除','system:sms-template:delete',3,4,1100,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-04-01 17:35:17','','2022-04-20 17:03:10',_binary '\0'),(1105,'短信模板导出','system:sms-template:export',3,5,1100,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-04-01 17:35:17','','2022-04-20 17:03:10',_binary '\0'),(1106,'发送测试短信','system:sms-template:send-sms',3,6,1100,'','','',NULL,0,_binary '',_binary '',_binary '','1','2021-04-11 00:26:40','1','2022-04-20 17:03:10',_binary '\0'),(1107,'短信日志','',2,2,1093,'sms-log','fa:edit','system/sms/log/index','SystemSmsLog',0,_binary '',_binary '',_binary '','','2021-04-11 08:37:05','1','2024-02-29 08:49:02',_binary '\0'),(1108,'短信日志查询','system:sms-log:query',3,1,1107,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-04-11 08:37:05','','2022-04-20 17:03:10',_binary '\0'),(1109,'短信日志导出','system:sms-log:export',3,5,1107,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-04-11 08:37:05','','2022-04-20 17:03:10',_binary '\0'),(1117,'支付管理','',1,30,0,'/pay','ep:money',NULL,NULL,0,_binary '',_binary '',_binary '','1','2021-12-25 16:43:41','1','2025-12-31 15:30:55',_binary ''),(1118,'请假查询','',2,0,5,'leave','fa:leanpub','bpm/oa/leave/index','BpmOALeave',0,_binary '',_binary '',_binary '','','2021-09-20 08:51:03','1','2024-02-29 12:38:21',_binary '\0'),(1119,'请假申请查询','bpm:oa-leave:query',3,1,1118,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-09-20 08:51:03','1','2022-04-20 17:03:10',_binary '\0'),(1120,'请假申请创建','bpm:oa-leave:create',3,2,1118,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-09-20 08:51:03','1','2022-04-20 17:03:10',_binary '\0'),(1126,'应用信息','',2,1,1117,'app','fa:apple','pay/app/index','PayApp',0,_binary '',_binary '',_binary '','','2021-11-10 01:13:30','1','2025-12-31 15:30:55',_binary ''),(1127,'支付应用信息查询','pay:app:query',3,1,1126,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-11-10 01:13:31','','2022-04-20 17:03:10',_binary '\0'),(1128,'支付应用信息创建','pay:app:create',3,2,1126,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-11-10 01:13:31','','2022-04-20 17:03:10',_binary '\0'),(1129,'支付应用信息更新','pay:app:update',3,3,1126,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-11-10 01:13:31','','2022-04-20 17:03:10',_binary '\0'),(1130,'支付应用信息删除','pay:app:delete',3,4,1126,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-11-10 01:13:31','','2022-04-20 17:03:10',_binary '\0'),(1132,'秘钥解析','pay:channel:parsing',3,6,1129,'','','',NULL,0,_binary '',_binary '',_binary '','1','2021-11-08 15:15:47','1','2022-04-20 17:03:10',_binary '\0'),(1133,'支付商户信息查询','pay:merchant:query',3,1,1132,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-11-10 01:13:41','','2022-04-20 17:03:10',_binary '\0'),(1134,'支付商户信息创建','pay:merchant:create',3,2,1132,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-11-10 01:13:41','','2022-04-20 17:03:10',_binary '\0'),(1135,'支付商户信息更新','pay:merchant:update',3,3,1132,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-11-10 01:13:41','','2022-04-20 17:03:10',_binary '\0'),(1136,'支付商户信息删除','pay:merchant:delete',3,4,1132,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-11-10 01:13:41','','2022-04-20 17:03:10',_binary '\0'),(1137,'支付商户信息导出','pay:merchant:export',3,5,1132,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-11-10 01:13:41','','2022-04-20 17:03:10',_binary '\0'),(1138,'租户列表','',2,0,1224,'list','ep:house','system/tenant/index','SystemTenant',0,_binary '',_binary '',_binary '','','2021-12-14 12:31:43','1','2024-02-29 01:01:10',_binary '\0'),(1139,'租户查询','system:tenant:query',3,1,1138,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-12-14 12:31:44','','2022-04-20 17:03:10',_binary '\0'),(1140,'租户创建','system:tenant:create',3,2,1138,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-12-14 12:31:44','','2022-04-20 17:03:10',_binary '\0'),(1141,'租户更新','system:tenant:update',3,3,1138,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-12-14 12:31:44','','2022-04-20 17:03:10',_binary '\0'),(1142,'租户删除','system:tenant:delete',3,4,1138,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-12-14 12:31:44','','2022-04-20 17:03:10',_binary '\0'),(1143,'租户导出','system:tenant:export',3,5,1138,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-12-14 12:31:44','','2022-04-20 17:03:10',_binary '\0'),(1150,'秘钥解析','',3,6,1129,'','','',NULL,0,_binary '',_binary '',_binary '','1','2021-11-08 15:15:47','1','2022-04-20 17:03:10',_binary '\0'),(1161,'退款订单','',2,3,1117,'refund','fa:registered','pay/refund/index','PayRefund',0,_binary '',_binary '',_binary '','','2021-12-25 08:29:07','1','2025-12-31 15:30:55',_binary ''),(1162,'退款订单查询','pay:refund:query',3,1,1161,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-12-25 08:29:07','','2022-04-20 17:03:10',_binary '\0'),(1166,'退款订单导出','pay:refund:export',3,5,1161,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-12-25 08:29:07','','2022-04-20 17:03:10',_binary '\0'),(1173,'支付订单','',2,2,1117,'order','fa:cc-paypal','pay/order/index','PayOrder',0,_binary '',_binary '',_binary '','','2021-12-25 08:49:43','1','2025-12-31 15:30:55',_binary ''),(1174,'支付订单查询','pay:order:query',3,1,1173,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-12-25 08:49:43','','2022-04-20 17:03:10',_binary '\0'),(1178,'支付订单导出','pay:order:export',3,5,1173,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-12-25 08:49:43','','2022-04-20 17:03:10',_binary '\0'),(1185,'工作流程','',1,50,0,'/bpm','fa:medium',NULL,NULL,0,_binary '',_binary '',_binary '','1','2021-12-30 20:26:36','1','2025-12-31 15:30:55',_binary ''),(1186,'流程管理','',1,10,1185,'manager','fa:dedent',NULL,NULL,0,_binary '',_binary '',_binary '','1','2021-12-30 20:28:30','1','2025-12-31 15:30:55',_binary ''),(1187,'流程表单','',2,2,1186,'form','fa:hdd-o','bpm/form/index','BpmForm',0,_binary '',_binary '',_binary '','','2021-12-30 12:38:22','1','2024-03-19 12:25:25',_binary '\0'),(1188,'表单查询','bpm:form:query',3,1,1187,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-12-30 12:38:22','1','2022-04-20 17:03:10',_binary '\0'),(1189,'表单创建','bpm:form:create',3,2,1187,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-12-30 12:38:22','1','2022-04-20 17:03:10',_binary '\0'),(1190,'表单更新','bpm:form:update',3,3,1187,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-12-30 12:38:22','1','2022-04-20 17:03:10',_binary '\0'),(1191,'表单删除','bpm:form:delete',3,4,1187,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-12-30 12:38:22','1','2022-04-20 17:03:10',_binary '\0'),(1192,'表单导出','bpm:form:export',3,5,1187,'','','',NULL,0,_binary '',_binary '',_binary '','','2021-12-30 12:38:22','1','2022-04-20 17:03:10',_binary '\0'),(1193,'流程模型','',2,1,1186,'model','fa-solid:project-diagram','bpm/model/index','BpmModel',0,_binary '',_binary '',_binary '','1','2021-12-31 23:24:58','1','2024-03-19 12:25:19',_binary '\0'),(1194,'模型查询','bpm:model:query',3,1,1193,'','','',NULL,0,_binary '',_binary '',_binary '','1','2022-01-03 19:01:10','1','2022-04-20 17:03:10',_binary '\0'),(1195,'模型创建','bpm:model:create',3,2,1193,'','','',NULL,0,_binary '',_binary '',_binary '','1','2022-01-03 19:01:24','1','2022-04-20 17:03:10',_binary '\0'),(1197,'模型更新','bpm:model:update',3,4,1193,'','','',NULL,0,_binary '',_binary '',_binary '','1','2022-01-03 19:02:28','1','2022-04-20 17:03:10',_binary '\0'),(1198,'模型删除','bpm:model:delete',3,5,1193,'','','',NULL,0,_binary '',_binary '',_binary '','1','2022-01-03 19:02:43','1','2022-04-20 17:03:10',_binary '\0'),(1199,'模型发布','bpm:model:deploy',3,6,1193,'','','',NULL,0,_binary '',_binary '',_binary '','1','2022-01-03 19:03:24','1','2022-04-20 17:03:10',_binary '\0'),(1200,'审批中心','',2,20,1185,'task','fa:tasks',NULL,NULL,0,_binary '',_binary '',_binary '','1','2022-01-07 23:51:48','1','2025-12-31 15:30:55',_binary ''),(1201,'我的流程','',2,1,1200,'my','fa-solid:book','bpm/processInstance/index','BpmProcessInstanceMy',0,_binary '',_binary '',_binary '','','2022-01-07 15:53:44','1','2024-03-21 23:52:12',_binary '\0'),(1202,'流程实例的查询','bpm:process-instance:query',3,1,1201,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-01-07 15:53:44','1','2022-04-20 17:03:10',_binary '\0'),(1207,'待办任务','',2,10,1200,'todo','fa:slack','bpm/task/todo/index','BpmTodoTask',0,_binary '',_binary '',_binary '','1','2022-01-08 10:33:37','1','2024-02-29 12:37:39',_binary '\0'),(1208,'已办任务','',2,20,1200,'done','fa:delicious','bpm/task/done/index','BpmDoneTask',0,_binary '',_binary '',_binary '','1','2022-01-08 10:34:13','1','2024-02-29 12:37:54',_binary '\0'),(1209,'用户分组','',2,4,1186,'user-group','fa:user-secret','bpm/group/index','BpmUserGroup',0,_binary '',_binary '',_binary '','','2022-01-14 02:14:20','1','2024-03-21 23:55:29',_binary '\0'),(1210,'用户组查询','bpm:user-group:query',3,1,1209,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-01-14 02:14:20','','2022-04-20 17:03:10',_binary '\0'),(1211,'用户组创建','bpm:user-group:create',3,2,1209,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-01-14 02:14:20','','2022-04-20 17:03:10',_binary '\0'),(1212,'用户组更新','bpm:user-group:update',3,3,1209,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-01-14 02:14:20','','2022-04-20 17:03:10',_binary '\0'),(1213,'用户组删除','bpm:user-group:delete',3,4,1209,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-01-14 02:14:20','','2022-04-20 17:03:10',_binary '\0'),(1215,'流程定义查询','bpm:process-definition:query',3,10,1193,'','','',NULL,0,_binary '',_binary '',_binary '','1','2022-01-23 00:21:43','1','2022-04-20 17:03:10',_binary '\0'),(1216,'流程任务分配规则查询','bpm:task-assign-rule:query',3,20,1193,'','','',NULL,0,_binary '',_binary '',_binary '','1','2022-01-23 00:26:53','1','2022-04-20 17:03:10',_binary '\0'),(1217,'流程任务分配规则创建','bpm:task-assign-rule:create',3,21,1193,'','','',NULL,0,_binary '',_binary '',_binary '','1','2022-01-23 00:28:15','1','2022-04-20 17:03:10',_binary '\0'),(1218,'流程任务分配规则更新','bpm:task-assign-rule:update',3,22,1193,'','','',NULL,0,_binary '',_binary '',_binary '','1','2022-01-23 00:28:41','1','2022-04-20 17:03:10',_binary '\0'),(1219,'流程实例的创建','bpm:process-instance:create',3,2,1201,'','','',NULL,0,_binary '',_binary '',_binary '','1','2022-01-23 00:36:15','1','2022-04-20 17:03:10',_binary '\0'),(1220,'流程实例的取消','bpm:process-instance:cancel',3,3,1201,'','','',NULL,0,_binary '',_binary '',_binary '','1','2022-01-23 00:36:33','1','2022-04-20 17:03:10',_binary '\0'),(1221,'流程任务的查询','bpm:task:query',3,1,1207,'','','',NULL,0,_binary '',_binary '',_binary '','1','2022-01-23 00:38:52','1','2022-04-20 17:03:10',_binary '\0'),(1222,'流程任务的更新','bpm:task:update',3,2,1207,'','','',NULL,0,_binary '',_binary '',_binary '','1','2022-01-23 00:39:24','1','2022-04-20 17:03:10',_binary '\0'),(1224,'租户管理','',2,0,1,'tenant','fa-solid:house-user',NULL,NULL,0,_binary '',_binary '',_binary '','1','2022-02-20 01:41:13','1','2024-02-29 00:59:29',_binary '\0'),(1225,'租户套餐','',2,0,1224,'package','fa:bars','system/tenantPackage/index','SystemTenantPackage',0,_binary '',_binary '',_binary '','','2022-02-19 17:44:06','1','2024-02-29 01:01:43',_binary '\0'),(1226,'租户套餐查询','system:tenant-package:query',3,1,1225,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-02-19 17:44:06','','2022-04-20 17:03:10',_binary '\0'),(1227,'租户套餐创建','system:tenant-package:create',3,2,1225,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-02-19 17:44:06','','2022-04-20 17:03:10',_binary '\0'),(1228,'租户套餐更新','system:tenant-package:update',3,3,1225,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-02-19 17:44:06','','2022-04-20 17:03:10',_binary '\0'),(1229,'租户套餐删除','system:tenant-package:delete',3,4,1225,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-02-19 17:44:06','','2022-04-20 17:03:10',_binary '\0'),(1237,'文件配置','',2,0,1243,'file-config','fa-solid:file-signature','infra/fileConfig/index','InfraFileConfig',0,_binary '',_binary '',_binary '','','2022-03-15 14:35:28','1','2024-02-29 08:52:54',_binary '\0'),(1238,'文件配置查询','infra:file-config:query',3,1,1237,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-03-15 14:35:28','','2022-04-20 17:03:10',_binary '\0'),(1239,'文件配置创建','infra:file-config:create',3,2,1237,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-03-15 14:35:28','','2022-04-20 17:03:10',_binary '\0'),(1240,'文件配置更新','infra:file-config:update',3,3,1237,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-03-15 14:35:28','','2022-04-20 17:03:10',_binary '\0'),(1241,'文件配置删除','infra:file-config:delete',3,4,1237,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-03-15 14:35:28','','2022-04-20 17:03:10',_binary '\0'),(1242,'文件配置导出','infra:file-config:export',3,5,1237,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-03-15 14:35:28','','2022-04-20 17:03:10',_binary '\0'),(1243,'文件管理','',2,6,2,'file','ep:files',NULL,'',0,_binary '',_binary '',_binary '','1','2022-03-16 23:47:40','1','2024-04-23 00:02:11',_binary '\0'),(1254,'作者动态','',1,0,0,'https://www.iocoder.cn','ep:avatar',NULL,NULL,0,_binary '',_binary '',_binary '','1','2022-04-23 01:03:15','1','2025-12-31 15:30:55',_binary ''),(1255,'数据源配置','',2,1,2,'data-source-config','ep:data-analysis','infra/dataSourceConfig/index','InfraDataSourceConfig',0,_binary '',_binary '',_binary '','','2022-04-27 14:37:32','1','2024-02-29 08:51:25',_binary '\0'),(1256,'数据源配置查询','infra:data-source-config:query',3,1,1255,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-04-27 14:37:32','','2022-04-27 14:37:32',_binary '\0'),(1257,'数据源配置创建','infra:data-source-config:create',3,2,1255,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-04-27 14:37:32','','2022-04-27 14:37:32',_binary '\0'),(1258,'数据源配置更新','infra:data-source-config:update',3,3,1255,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-04-27 14:37:32','','2022-04-27 14:37:32',_binary '\0'),(1259,'数据源配置删除','infra:data-source-config:delete',3,4,1255,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-04-27 14:37:32','','2022-04-27 14:37:32',_binary '\0'),(1260,'数据源配置导出','infra:data-source-config:export',3,5,1255,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-04-27 14:37:32','','2022-04-27 14:37:32',_binary '\0'),(1261,'OAuth 2.0','',2,10,1,'oauth2','fa:dashcube',NULL,NULL,0,_binary '',_binary '',_binary '','1','2022-05-09 23:38:17','1','2024-02-29 01:12:08',_binary '\0'),(1263,'应用管理','',2,0,1261,'oauth2/application','fa:hdd-o','system/oauth2/client/index','SystemOAuth2Client',0,_binary '',_binary '',_binary '','','2022-05-10 16:26:33','1','2024-02-29 01:13:14',_binary '\0'),(1264,'客户端查询','system:oauth2-client:query',3,1,1263,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-05-10 16:26:33','1','2022-05-11 00:31:06',_binary '\0'),(1265,'客户端创建','system:oauth2-client:create',3,2,1263,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-05-10 16:26:33','1','2022-05-11 00:31:23',_binary '\0'),(1266,'客户端更新','system:oauth2-client:update',3,3,1263,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-05-10 16:26:33','1','2022-05-11 00:31:28',_binary '\0'),(1267,'客户端删除','system:oauth2-client:delete',3,4,1263,'','','',NULL,0,_binary '',_binary '',_binary '','','2022-05-10 16:26:33','1','2022-05-11 00:31:33',_binary '\0'),(1281,'报表管理','',2,40,0,'/report','ep:pie-chart',NULL,NULL,0,_binary '',_binary '',_binary '','1','2022-07-10 20:22:15','1','2025-12-31 15:30:55',_binary ''),(1282,'版本管理','system:version:list',2,10,0,'/version','ep:document-copy','system/version/index','组件名字:SystemVersion',0,_binary '',_binary '\0',_binary '\0','1','2026-01-02 21:17:30','1','2026-01-02 21:17:30',_binary '\0'),(1283,'版本查询','system:version:query',3,1,1282,'','','','',0,_binary '',_binary '\0',_binary '\0','admin','2026-01-02 21:28:36','admin','2026-01-02 21:28:36',_binary '\0'),(1284,'版本新增','system:version:create',3,2,1282,'','','','',0,_binary '',_binary '\0',_binary '\0','admin','2026-01-02 21:28:36','admin','2026-01-02 21:28:36',_binary '\0'),(1285,'版本修改','system:version:update',3,3,1282,'','','','',0,_binary '',_binary '\0',_binary '\0','admin','2026-01-02 21:28:36','admin','2026-01-02 21:28:36',_binary '\0'),(1286,'版本删除','system:version:delete',3,4,1282,'','','','',0,_binary '',_binary '\0',_binary '\0','admin','2026-01-02 21:28:36','admin','2026-01-02 21:28:36',_binary '\0'),(1287,'版本导出','system:version:export',3,5,1282,'','','','',0,_binary '',_binary '\0',_binary '\0','admin','2026-01-02 21:28:36','admin','2026-01-02 21:28:36',_binary '\0'),(1288,'用户管理','',1,50,0,'/member','ep:user',NULL,NULL,0,_binary '',_binary '',_binary '','admin','2026-01-02 21:45:02','1','2026-01-03 13:50:05',_binary '\0'),(1289,'用户列表','member:user:query',2,1,1288,'user','ep:user-filled','member/user/index',NULL,0,_binary '',_binary '',_binary '','admin','2026-01-02 21:45:02','1','2026-01-03 13:50:17',_binary '\0'),(1290,'用户查询','member:user:query',3,1,1288,'','','','',0,_binary '',_binary '',_binary '','admin','2026-01-02 21:45:02','1','2026-01-03 13:50:30',_binary '\0'),(1291,'用户新增','member:user:create',3,2,1289,'','','','',0,_binary '',_binary '',_binary '','admin','2026-01-02 21:45:02','1','2026-01-03 13:50:39',_binary '\0'),(1292,'用户修改','member:user:update',3,3,1289,'','','','',0,_binary '',_binary '',_binary '','admin','2026-01-02 21:45:02','1','2026-01-03 13:51:25',_binary '\0'),(1293,'用户删除','member:user:delete',3,4,1289,'','','','',0,_binary '',_binary '',_binary '','admin','2026-01-02 21:45:02','1','2026-01-03 13:52:22',_binary '\0'),(1294,'用户导出','member:user:export',3,5,1289,'','','','',0,_binary '',_binary '',_binary '','admin','2026-01-02 21:45:02','1','2026-01-03 13:53:31',_binary '\0'),(1295,'修改用户等级','member:user:update-level',3,6,1289,'','','','',0,_binary '',_binary '',_binary '','admin','2026-01-02 21:45:02','1','2026-01-03 13:53:38',_binary '\0'),(1296,'修改用户积分','member:user:update-point',3,7,1289,'','','','',0,_binary '',_binary '',_binary '','admin','2026-01-02 21:45:02','1','2026-01-03 13:53:45',_binary '\0'),(1297,'用户标签','member:tag:query',2,2,1288,'tag','ep:price-tag','member/tag/index',NULL,0,_binary '',_binary '',_binary '','admin','2026-01-02 21:53:04','1','2026-01-03 13:50:49',_binary '\0'),(1298,'用户等级','member:level:query',2,3,1288,'level','ep:trophy','member/level/index',NULL,0,_binary '',_binary '',_binary '','admin','2026-01-02 21:53:04','1','2026-01-03 13:51:33',_binary '\0'),(1299,'用户分组','member:group:query',2,4,1288,'group','ep:user','member/group/index',NULL,0,_binary '',_binary '',_binary '','admin','2026-01-02 21:53:04','1','2026-01-03 13:52:37',_binary '\0'),(1300,'用户标签查询','member:tag:query',3,1,1297,'','','','',0,_binary '',_binary '',_binary '','admin','2026-01-02 21:53:04','1','2026-01-03 13:51:07',_binary '\0'),(1301,'用户标签新增','member:tag:create',3,2,1297,'','','','',0,_binary '',_binary '',_binary '','admin','2026-01-02 21:53:04','1','2026-01-03 13:51:17',_binary '\0'),(1302,'用户标签修改','member:tag:update',3,3,1297,'','','','',0,_binary '',_binary '',_binary '','admin','2026-01-02 21:53:04','1','2026-01-03 13:52:06',_binary '\0'),(1303,'用户标签删除','member:tag:delete',3,4,1297,'','','','',0,_binary '',_binary '',_binary '','admin','2026-01-02 21:53:04','1','2026-01-03 13:53:12',_binary '\0'),(1304,'用户等级查询','member:level:query',3,1,1298,'','','','',0,_binary '',_binary '',_binary '','admin','2026-01-02 21:53:04','1','2026-01-03 13:51:52',_binary '\0'),(1305,'用户等级新增','member:level:create',3,2,1298,'','','','',0,_binary '',_binary '',_binary '','admin','2026-01-02 21:53:04','1','2026-01-03 13:51:59',_binary '\0'),(1306,'用户等级修改','member:level:update',3,3,1298,'','','','',0,_binary '',_binary '',_binary '','admin','2026-01-02 21:53:04','1','2026-01-03 13:52:14',_binary '\0'),(1307,'用户等级删除','member:level:delete',3,4,1298,'','','','',0,_binary '',_binary '',_binary '','admin','2026-01-02 21:53:04','1','2026-01-03 13:53:19',_binary '\0'),(1308,'用户分组查询','member:group:query',3,1,1299,'','','','',0,_binary '',_binary '',_binary '','admin','2026-01-02 21:53:04','1','2026-01-03 13:52:51',_binary '\0'),(1309,'用户分组新增','member:group:create',3,2,1299,'','','','',0,_binary '',_binary '',_binary '','admin','2026-01-02 21:53:04','1','2026-01-03 13:52:58',_binary '\0'),(1310,'用户分组修改','member:group:update',3,3,1299,'','','','',0,_binary '',_binary '',_binary '','admin','2026-01-02 21:53:04','1','2026-01-03 13:53:05',_binary '\0'),(1311,'用户分组删除','member:group:delete',3,4,1299,'','','','',0,_binary '',_binary '',_binary '','admin','2026-01-02 21:53:04','1','2026-01-03 13:53:26',_binary '\0'),(2000,'社区管理','',1,50,0,'/community','ep:chat-line-square',NULL,NULL,0,_binary '',_binary '',_binary '','admin','2026-01-06 22:27:20','admin','2026-01-06 22:27:20',_binary '\0'),(2001,'帖子管理','community:post:query',2,1,2000,'post','ep:document','community/post/index','CommunityPost',0,_binary '',_binary '',_binary '','admin','2026-01-06 22:27:20','admin','2026-01-06 22:27:20',_binary '\0'),(2002,'帖子查询','community:post:query',3,1,2001,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2026-01-06 22:27:20','admin','2026-01-06 22:27:20',_binary '\0'),(2003,'帖子更新','community:post:update',3,2,2001,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2026-01-06 22:27:20','admin','2026-01-06 22:27:20',_binary '\0'),(2004,'帖子删除','community:post:delete',3,3,2001,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2026-01-06 22:27:20','admin','2026-01-06 22:27:20',_binary '\0'),(2010,'话题管理','community:topic:query',2,2,2000,'topic','ep:collection-tag','community/topic/index','CommunityTopic',0,_binary '',_binary '',_binary '','admin','2026-01-06 22:27:20','admin','2026-01-06 22:27:20',_binary '\0'),(2011,'话题查询','community:topic:query',3,1,2010,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2026-01-06 22:27:20','admin','2026-01-06 22:27:20',_binary '\0'),(2012,'话题新增','community:topic:create',3,2,2010,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2026-01-06 22:27:20','admin','2026-01-06 22:27:20',_binary '\0'),(2013,'话题更新','community:topic:update',3,3,2010,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2026-01-06 22:27:20','admin','2026-01-06 22:27:20',_binary '\0'),(2014,'话题删除','community:topic:delete',3,4,2010,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2026-01-06 22:27:20','admin','2026-01-06 22:27:20',_binary '\0'),(2020,'评论管理','community:comment:query',2,3,2000,'comment','ep:chat-dot-round','community/comment/index','CommunityComment',0,_binary '',_binary '',_binary '','admin','2026-01-06 22:27:20','admin','2026-01-06 22:27:20',_binary '\0'),(2021,'评论查询','community:comment:query',3,1,2020,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2026-01-06 22:27:20','admin','2026-01-06 22:27:20',_binary '\0'),(2022,'评论删除','community:comment:delete',3,2,2020,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2026-01-06 22:27:20','admin','2026-01-06 22:27:20',_binary '\0'),(2030,'敏感词管理','community:sensitive-word:query',2,4,2000,'sensitive','ep:warning-filled','community/sensitive/index','CommunitySensitiveWord',0,_binary '',_binary '',_binary '','admin','2026-01-06 22:27:20','admin','2026-01-06 22:27:20',_binary '\0'),(2031,'敏感词查询','community:sensitive-word:query',3,1,2030,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2026-01-06 22:27:20','admin','2026-01-06 22:27:20',_binary '\0'),(2032,'敏感词新增','community:sensitive-word:create',3,2,2030,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2026-01-06 22:27:20','admin','2026-01-06 22:27:20',_binary '\0'),(2033,'敏感词更新','community:sensitive-word:update',3,3,2030,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2026-01-06 22:27:20','admin','2026-01-06 22:27:20',_binary '\0'),(2034,'敏感词删除','community:sensitive-word:delete',3,4,2030,'','','',NULL,0,_binary '',_binary '',_binary '','admin','2026-01-06 22:27:20','admin','2026-01-06 22:27:20',_binary '\0'),(2035,'车辆管理','',1,30,0,'/vehicle','ep:truck',NULL,NULL,0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2036,'车辆列表','vehicle:list:query',2,1,2035,'list','ep:list','vehicle/list/index','VehicleList',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2037,'车型管理','vehicle:model:query',2,2,2035,'model','ep:goods','vehicle/model/index','VehicleModel',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2038,'车辆设置','',1,3,2035,'setting','ep:setting',NULL,NULL,0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2039,'使用指南','vehicle:guide:query',2,1,2038,'guide/list','ep:document','vehicle/guide/list/index','VehicleGuideList',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2040,'音效管理','vehicle:sound:query',2,2,2038,'sound','ep:headset','vehicle/sound/index','VehicleSound',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2041,'分类管理','vehicle:category:query',2,3,2038,'category','ep:folder','vehicle/category/index','VehicleCategory',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2042,'授权设置','vehicle:auth:query',2,4,2038,'auth','ep:key','vehicle/auth/index','VehicleAuth',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2043,'骑行数据','vehicle:riding:query',2,4,2035,'riding','ep:data-line','vehicle/riding/index','VehicleRiding',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2044,'OTA升级','vehicle:ota:query',2,5,2035,'ota','ep:upload','vehicle/ota/index','VehicleOta',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2045,'失窃监控','vehicle:stolen:query',2,6,2035,'stolen','ep:warning','vehicle/stolen/index','VehicleStolen',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2046,'车辆图库','vehicle:gallery:query',2,7,2035,'gallery','ep:picture','vehicle/gallery/index','VehicleGallery',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2047,'车辆图片','vehicle:image:query',2,8,2035,'image','ep:pic-filled','vehicle/image/index','VehicleImage',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2048,'报警管理','',1,31,0,'/alarm','ep:bell',NULL,NULL,0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2049,'报警处理','alarm:handle:query',2,1,2048,'handle','ep:tools','alarm/handle/index','AlarmHandle',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2050,'报警规则','alarm:rule:query',2,2,2048,'rule','ep:setting','alarm/rule/index','AlarmRule',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2051,'报警分类','alarm:category:query',2,3,2048,'category','ep:folder','alarm/category/index','AlarmCategory',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2052,'维保记录','member:maintenance:query',2,5,1288,'maintenance','ep:tools','member/maintenance/index','MemberMaintenance',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2053,'骑行数据','member:riding:query',2,6,1288,'riding','ep:data-line','member/riding/index','MemberRiding',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2054,'意见反馈','member:feedback:query',2,7,1288,'feedback','ep:chat-line-round','member/feedback/index','MemberFeedback',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2055,'登录记录','member:login-log:query',2,8,1288,'login-log','ep:document','member/login-log/index','MemberLoginLog',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2056,'积分规则','member:point:rule:query',2,9,1288,'point/rule','ep:medal','member/point/rule/index','PointRule',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2057,'成长值规则','member:experience:rule:query',2,10,1288,'experience/rule','ep:star','member/experience/rule/index','ExperienceRule',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2058,'积分明细','member:point:detail:query',2,11,1288,'point/detail','ep:list','member/point/detail/index','PointDetail',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2059,'成长值明细','member:experience:detail:query',2,12,1288,'experience/detail','ep:list','member/experience/detail/index','ExperienceDetail',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2060,'封禁管理','community:ban:query',2,3,2000,'ban','ep:lock','community/ban/index','CommunityBan',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2061,'举报管理','community:report:query',2,4,2000,'report','ep:warning','community/report/index','CommunityReport',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2062,'活动管理','community:activity:query',2,5,2000,'activity/list','ep:calendar','community/activity/list/index','ActivityList',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2063,'Banner管理','community:banner:query',2,6,2000,'banner','ep:picture','community/banner/index','Banner',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2064,'服务管理','',1,32,0,'/service','ep:service',NULL,NULL,0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2065,'意见反馈','service:feedback:query',2,1,2064,'feedback','ep:chat-line-round','service/feedback/index','ServiceFeedback',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2066,'服务评价','service:evaluation:query',2,2,2064,'evaluation','ep:star','service/evaluation/index','ServiceEvaluation',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2067,'维保管理','service:maintenance:query',2,3,2064,'maintenance','ep:tools','service/maintenance/index','ServiceMaintenance',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2068,'消息管理','service:message:query',2,4,2064,'message','ep:message','service/message/index','ServiceMessage',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2069,'统计报表','',1,33,0,'/report','ep:data-analysis',NULL,NULL,0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2070,'用户统计','report:user:query',2,1,2069,'user','ep:user','report/user/index','UserReport',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2071,'车辆统计','report:vehicle:query',2,2,2069,'vehicle','ep:truck','report/vehicle/index','VehicleReport',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2072,'APP管理','system:app:query',2,10,1,'app','ep:mobile','system/app/index','SystemApp',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0'),(2073,'协议管理','system:agreement:query',2,11,1,'agreement','ep:document','system/agreement/index','SystemAgreement',0,_binary '',_binary '',_binary '','admin','2026-01-23 02:18:53','admin','2026-01-23 02:18:53',_binary '\0');
  850. /*!40000 ALTER TABLE `system_menu` ENABLE KEYS */;
  851. UNLOCK TABLES;
  852. --
  853. -- Table structure for table `system_notify_message`
  854. --
  855. DROP TABLE IF EXISTS `system_notify_message`;
  856. /*!40101 SET @saved_cs_client = @@character_set_client */;
  857. /*!50503 SET character_set_client = utf8mb4 */;
  858. CREATE TABLE `system_notify_message` (
  859. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '用户ID',
  860. `user_id` bigint NOT NULL COMMENT '用户id',
  861. `user_type` tinyint NOT NULL COMMENT '用户类型',
  862. `template_id` bigint NOT NULL COMMENT '模版编号',
  863. `template_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '模板编码',
  864. `template_nickname` varchar(63) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '模版发送人名称',
  865. `template_content` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '模版内容',
  866. `template_type` int NOT NULL COMMENT '模版类型',
  867. `template_params` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '模版参数',
  868. `read_status` bit(1) NOT NULL COMMENT '是否已读',
  869. `read_time` datetime DEFAULT NULL COMMENT '阅读时间',
  870. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  871. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  872. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  873. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  874. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  875. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户编号',
  876. PRIMARY KEY (`id`) USING BTREE
  877. ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='站内信消息表';
  878. /*!40101 SET character_set_client = @saved_cs_client */;
  879. --
  880. -- Dumping data for table `system_notify_message`
  881. --
  882. LOCK TABLES `system_notify_message` WRITE;
  883. /*!40000 ALTER TABLE `system_notify_message` DISABLE KEYS */;
  884. /*!40000 ALTER TABLE `system_notify_message` ENABLE KEYS */;
  885. UNLOCK TABLES;
  886. --
  887. -- Table structure for table `system_oauth2_access_token`
  888. --
  889. DROP TABLE IF EXISTS `system_oauth2_access_token`;
  890. /*!40101 SET @saved_cs_client = @@character_set_client */;
  891. /*!50503 SET character_set_client = utf8mb4 */;
  892. CREATE TABLE `system_oauth2_access_token` (
  893. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '编号',
  894. `user_id` bigint NOT NULL COMMENT '用户编号',
  895. `user_type` tinyint NOT NULL COMMENT '用户类型',
  896. `user_info` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '用户信息',
  897. `access_token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '访问令牌',
  898. `refresh_token` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '刷新令牌',
  899. `client_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '客户端编号',
  900. `scopes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '授权范围',
  901. `expires_time` datetime NOT NULL COMMENT '过期时间',
  902. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  903. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  904. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  905. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  906. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  907. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户编号',
  908. PRIMARY KEY (`id`) USING BTREE,
  909. KEY `idx_access_token` (`access_token`) USING BTREE,
  910. KEY `idx_refresh_token` (`refresh_token`) USING BTREE
  911. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='OAuth2 访问令牌';
  912. /*!40101 SET character_set_client = @saved_cs_client */;
  913. --
  914. -- Dumping data for table `system_oauth2_access_token`
  915. --
  916. LOCK TABLES `system_oauth2_access_token` WRITE;
  917. /*!40000 ALTER TABLE `system_oauth2_access_token` DISABLE KEYS */;
  918. /*!40000 ALTER TABLE `system_oauth2_access_token` ENABLE KEYS */;
  919. UNLOCK TABLES;
  920. --
  921. -- Table structure for table `system_oauth2_approve`
  922. --
  923. DROP TABLE IF EXISTS `system_oauth2_approve`;
  924. /*!40101 SET @saved_cs_client = @@character_set_client */;
  925. /*!50503 SET character_set_client = utf8mb4 */;
  926. CREATE TABLE `system_oauth2_approve` (
  927. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '编号',
  928. `user_id` bigint NOT NULL COMMENT '用户编号',
  929. `user_type` tinyint NOT NULL COMMENT '用户类型',
  930. `client_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '客户端编号',
  931. `scope` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '授权范围',
  932. `approved` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否接受',
  933. `expires_time` datetime NOT NULL COMMENT '过期时间',
  934. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  935. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  936. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  937. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  938. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  939. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户编号',
  940. PRIMARY KEY (`id`) USING BTREE
  941. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='OAuth2 批准表';
  942. /*!40101 SET character_set_client = @saved_cs_client */;
  943. --
  944. -- Dumping data for table `system_oauth2_approve`
  945. --
  946. LOCK TABLES `system_oauth2_approve` WRITE;
  947. /*!40000 ALTER TABLE `system_oauth2_approve` DISABLE KEYS */;
  948. /*!40000 ALTER TABLE `system_oauth2_approve` ENABLE KEYS */;
  949. UNLOCK TABLES;
  950. --
  951. -- Table structure for table `system_oauth2_client`
  952. --
  953. DROP TABLE IF EXISTS `system_oauth2_client`;
  954. /*!40101 SET @saved_cs_client = @@character_set_client */;
  955. /*!50503 SET character_set_client = utf8mb4 */;
  956. CREATE TABLE `system_oauth2_client` (
  957. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '编号',
  958. `client_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '客户端编号',
  959. `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '客户端密钥',
  960. `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '应用名',
  961. `logo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '应用图标',
  962. `description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '应用描述',
  963. `status` tinyint NOT NULL COMMENT '状态',
  964. `access_token_validity_seconds` int NOT NULL COMMENT '访问令牌的有效期',
  965. `refresh_token_validity_seconds` int NOT NULL COMMENT '刷新令牌的有效期',
  966. `redirect_uris` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '可重定向的 URI 地址',
  967. `authorized_grant_types` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '授权类型',
  968. `scopes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '授权范围',
  969. `auto_approve_scopes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '自动通过的授权范围',
  970. `authorities` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '权限',
  971. `resource_ids` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '资源',
  972. `additional_information` varchar(4096) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '附加信息',
  973. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  974. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  975. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  976. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  977. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  978. PRIMARY KEY (`id`) USING BTREE
  979. ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='OAuth2 客户端表';
  980. /*!40101 SET character_set_client = @saved_cs_client */;
  981. --
  982. -- Dumping data for table `system_oauth2_client`
  983. --
  984. LOCK TABLES `system_oauth2_client` WRITE;
  985. /*!40000 ALTER TABLE `system_oauth2_client` DISABLE KEYS */;
  986. INSERT INTO `system_oauth2_client` VALUES (1,'default','admin123','新大洲系统','http://test.yudao.iocoder.cn/20250502/sort2_1746189740718.png','默认客户端',0,1800,2592000,'[\"https://www.xindazhou.com\",\"http://localhost:8080\"]','[\"password\",\"authorization_code\",\"implicit\",\"refresh_token\",\"client_credentials\"]','[\"user.read\",\"user.write\"]','[]','[\"user.read\",\"user.write\"]','[]','{}','admin','2025-12-31 14:08:50','admin','2025-12-31 14:08:50',_binary '\0');
  987. /*!40000 ALTER TABLE `system_oauth2_client` ENABLE KEYS */;
  988. UNLOCK TABLES;
  989. --
  990. -- Table structure for table `system_oauth2_code`
  991. --
  992. DROP TABLE IF EXISTS `system_oauth2_code`;
  993. /*!40101 SET @saved_cs_client = @@character_set_client */;
  994. /*!50503 SET character_set_client = utf8mb4 */;
  995. CREATE TABLE `system_oauth2_code` (
  996. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '编号',
  997. `user_id` bigint NOT NULL COMMENT '用户编号',
  998. `user_type` tinyint NOT NULL COMMENT '用户类型',
  999. `code` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '授权码',
  1000. `client_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '客户端编号',
  1001. `scopes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '授权范围',
  1002. `expires_time` datetime NOT NULL COMMENT '过期时间',
  1003. `redirect_uri` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '可重定向的 URI 地址',
  1004. `state` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '状态',
  1005. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  1006. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  1007. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  1008. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  1009. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  1010. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户编号',
  1011. PRIMARY KEY (`id`) USING BTREE
  1012. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='OAuth2 授权码表';
  1013. /*!40101 SET character_set_client = @saved_cs_client */;
  1014. --
  1015. -- Dumping data for table `system_oauth2_code`
  1016. --
  1017. LOCK TABLES `system_oauth2_code` WRITE;
  1018. /*!40000 ALTER TABLE `system_oauth2_code` DISABLE KEYS */;
  1019. /*!40000 ALTER TABLE `system_oauth2_code` ENABLE KEYS */;
  1020. UNLOCK TABLES;
  1021. --
  1022. -- Table structure for table `system_oauth2_refresh_token`
  1023. --
  1024. DROP TABLE IF EXISTS `system_oauth2_refresh_token`;
  1025. /*!40101 SET @saved_cs_client = @@character_set_client */;
  1026. /*!50503 SET character_set_client = utf8mb4 */;
  1027. CREATE TABLE `system_oauth2_refresh_token` (
  1028. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '编号',
  1029. `user_id` bigint NOT NULL COMMENT '用户编号',
  1030. `refresh_token` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '刷新令牌',
  1031. `user_type` tinyint NOT NULL COMMENT '用户类型',
  1032. `client_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '客户端编号',
  1033. `scopes` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '授权范围',
  1034. `expires_time` datetime NOT NULL COMMENT '过期时间',
  1035. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  1036. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  1037. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  1038. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  1039. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  1040. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户编号',
  1041. PRIMARY KEY (`id`) USING BTREE
  1042. ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='OAuth2 刷新令牌';
  1043. /*!40101 SET character_set_client = @saved_cs_client */;
  1044. --
  1045. -- Dumping data for table `system_oauth2_refresh_token`
  1046. --
  1047. LOCK TABLES `system_oauth2_refresh_token` WRITE;
  1048. /*!40000 ALTER TABLE `system_oauth2_refresh_token` DISABLE KEYS */;
  1049. INSERT INTO `system_oauth2_refresh_token` VALUES (1,1,'2558d44832ab4ed9bd488ed51e7d0c4c',2,'default',NULL,'2026-01-30 14:09:20',NULL,'2025-12-31 14:09:20',NULL,'2025-12-31 14:41:26',_binary '',0),(2,1,'8270e007e97349e09c0ad4f6e9c71e16',2,'default',NULL,'2026-01-30 15:28:23',NULL,'2025-12-31 15:28:23',NULL,'2026-01-02 22:50:43',_binary '',0),(3,1,'9e0b6729b6e549528b76e5e5658b61d0',2,'default',NULL,'2026-02-01 22:50:54',NULL,'2026-01-02 22:50:54',NULL,'2026-01-02 22:50:54',_binary '\0',0);
  1050. /*!40000 ALTER TABLE `system_oauth2_refresh_token` ENABLE KEYS */;
  1051. UNLOCK TABLES;
  1052. --
  1053. -- Table structure for table `system_operate_log`
  1054. --
  1055. DROP TABLE IF EXISTS `system_operate_log`;
  1056. /*!40101 SET @saved_cs_client = @@character_set_client */;
  1057. /*!50503 SET character_set_client = utf8mb4 */;
  1058. CREATE TABLE `system_operate_log` (
  1059. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '日志主键',
  1060. `trace_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '链路追踪编号',
  1061. `user_id` bigint NOT NULL COMMENT '用户编号',
  1062. `user_type` tinyint NOT NULL DEFAULT '0' COMMENT '用户类型',
  1063. `type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '操作模块类型',
  1064. `sub_type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '操作名',
  1065. `biz_id` bigint NOT NULL COMMENT '操作数据模块编号',
  1066. `action` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '操作内容',
  1067. `success` bit(1) NOT NULL DEFAULT b'1' COMMENT '操作结果',
  1068. `extra` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '拓展字段',
  1069. `request_method` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '请求方法名',
  1070. `request_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '请求地址',
  1071. `user_ip` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '用户 IP',
  1072. `user_agent` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '浏览器 UA',
  1073. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  1074. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  1075. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  1076. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  1077. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  1078. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户编号',
  1079. PRIMARY KEY (`id`) USING BTREE
  1080. ) ENGINE=InnoDB AUTO_INCREMENT=9178 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='操作日志记录 V2 版本';
  1081. /*!40101 SET character_set_client = @saved_cs_client */;
  1082. --
  1083. -- Dumping data for table `system_operate_log`
  1084. --
  1085. LOCK TABLES `system_operate_log` WRITE;
  1086. /*!40000 ALTER TABLE `system_operate_log` DISABLE KEYS */;
  1087. /*!40000 ALTER TABLE `system_operate_log` ENABLE KEYS */;
  1088. UNLOCK TABLES;
  1089. --
  1090. -- Table structure for table `system_post`
  1091. --
  1092. DROP TABLE IF EXISTS `system_post`;
  1093. /*!40101 SET @saved_cs_client = @@character_set_client */;
  1094. /*!50503 SET character_set_client = utf8mb4 */;
  1095. CREATE TABLE `system_post` (
  1096. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '岗位ID',
  1097. `code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '岗位编码',
  1098. `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '岗位名称',
  1099. `sort` int NOT NULL COMMENT '显示顺序',
  1100. `status` tinyint NOT NULL COMMENT '状态(0正常 1停用)',
  1101. `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '备注',
  1102. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  1103. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  1104. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  1105. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  1106. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  1107. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户编号',
  1108. PRIMARY KEY (`id`) USING BTREE
  1109. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='岗位信息表';
  1110. /*!40101 SET character_set_client = @saved_cs_client */;
  1111. --
  1112. -- Dumping data for table `system_post`
  1113. --
  1114. LOCK TABLES `system_post` WRITE;
  1115. /*!40000 ALTER TABLE `system_post` DISABLE KEYS */;
  1116. /*!40000 ALTER TABLE `system_post` ENABLE KEYS */;
  1117. UNLOCK TABLES;
  1118. --
  1119. -- Table structure for table `system_role`
  1120. --
  1121. DROP TABLE IF EXISTS `system_role`;
  1122. /*!40101 SET @saved_cs_client = @@character_set_client */;
  1123. /*!50503 SET character_set_client = utf8mb4 */;
  1124. CREATE TABLE `system_role` (
  1125. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '角色ID',
  1126. `name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '角色名称',
  1127. `code` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '角色权限字符串',
  1128. `sort` int NOT NULL COMMENT '显示顺序',
  1129. `data_scope` tinyint NOT NULL DEFAULT '1' COMMENT '数据范围(1:全部数据权限 2:自定数据权限 3:本部门数据权限 4:本部门及以下数据权限)',
  1130. `data_scope_dept_ids` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '数据范围(指定部门数组)',
  1131. `status` tinyint NOT NULL COMMENT '角色状态(0正常 1停用)',
  1132. `type` tinyint NOT NULL COMMENT '角色类型',
  1133. `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '备注',
  1134. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  1135. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  1136. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  1137. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  1138. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  1139. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户编号',
  1140. PRIMARY KEY (`id`) USING BTREE
  1141. ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='角色信息表';
  1142. /*!40101 SET character_set_client = @saved_cs_client */;
  1143. --
  1144. -- Dumping data for table `system_role`
  1145. --
  1146. LOCK TABLES `system_role` WRITE;
  1147. /*!40000 ALTER TABLE `system_role` DISABLE KEYS */;
  1148. INSERT INTO `system_role` VALUES (1,'超级管理员','super_admin',1,1,'',0,1,'超级管理员','admin','2025-12-31 14:03:46','admin','2025-12-31 14:03:46',_binary '\0',1);
  1149. /*!40000 ALTER TABLE `system_role` ENABLE KEYS */;
  1150. UNLOCK TABLES;
  1151. --
  1152. -- Table structure for table `system_role_menu`
  1153. --
  1154. DROP TABLE IF EXISTS `system_role_menu`;
  1155. /*!40101 SET @saved_cs_client = @@character_set_client */;
  1156. /*!50503 SET character_set_client = utf8mb4 */;
  1157. CREATE TABLE `system_role_menu` (
  1158. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '自增编号',
  1159. `role_id` bigint NOT NULL COMMENT '角色ID',
  1160. `menu_id` bigint NOT NULL COMMENT '菜单ID',
  1161. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  1162. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  1163. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  1164. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  1165. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  1166. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户编号',
  1167. PRIMARY KEY (`id`) USING BTREE
  1168. ) ENGINE=InnoDB AUTO_INCREMENT=258 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='角色和菜单关联表';
  1169. /*!40101 SET character_set_client = @saved_cs_client */;
  1170. --
  1171. -- Dumping data for table `system_role_menu`
  1172. --
  1173. LOCK TABLES `system_role_menu` WRITE;
  1174. /*!40000 ALTER TABLE `system_role_menu` DISABLE KEYS */;
  1175. INSERT INTO `system_role_menu` VALUES (1,1,1283,'admin','2026-01-02 21:28:40','admin','2026-01-02 21:28:40',_binary '\0',0),(2,1,1284,'admin','2026-01-02 21:28:40','admin','2026-01-02 21:28:40',_binary '\0',0),(3,1,1285,'admin','2026-01-02 21:28:40','admin','2026-01-02 21:28:40',_binary '\0',0),(4,1,1286,'admin','2026-01-02 21:28:40','admin','2026-01-02 21:28:40',_binary '\0',0),(5,1,1287,'admin','2026-01-02 21:28:40','admin','2026-01-02 21:28:40',_binary '\0',0),(8,1,1288,'admin','2026-01-02 21:45:05','admin','2026-01-02 21:45:05',_binary '\0',0),(9,1,1289,'admin','2026-01-02 21:45:05','admin','2026-01-02 21:45:05',_binary '\0',0),(10,1,1290,'admin','2026-01-02 21:45:05','admin','2026-01-02 21:45:05',_binary '\0',0),(11,1,1291,'admin','2026-01-02 21:45:05','admin','2026-01-02 21:45:05',_binary '\0',0),(12,1,1292,'admin','2026-01-02 21:45:05','admin','2026-01-02 21:45:05',_binary '\0',0),(13,1,1293,'admin','2026-01-02 21:45:05','admin','2026-01-02 21:45:05',_binary '\0',0),(14,1,1294,'admin','2026-01-02 21:45:05','admin','2026-01-02 21:45:05',_binary '\0',0),(15,1,1295,'admin','2026-01-02 21:45:05','admin','2026-01-02 21:45:05',_binary '\0',0),(16,1,1296,'admin','2026-01-02 21:45:05','admin','2026-01-02 21:45:05',_binary '\0',0),(23,1,1297,'admin','2026-01-02 21:53:07','admin','2026-01-04 23:59:52',_binary '',0),(24,1,1298,'admin','2026-01-02 21:53:07','admin','2026-01-04 23:59:52',_binary '',0),(25,1,1299,'admin','2026-01-02 21:53:07','admin','2026-01-04 23:59:52',_binary '',0),(26,1,1300,'admin','2026-01-02 21:53:07','admin','2026-01-04 23:59:52',_binary '',0),(27,1,1301,'admin','2026-01-02 21:53:07','admin','2026-01-04 23:59:52',_binary '',0),(28,1,1302,'admin','2026-01-02 21:53:07','admin','2026-01-04 23:59:52',_binary '',0),(29,1,1303,'admin','2026-01-02 21:53:07','admin','2026-01-04 23:59:52',_binary '',0),(30,1,1304,'admin','2026-01-02 21:53:07','admin','2026-01-04 23:59:52',_binary '',0),(31,1,1305,'admin','2026-01-02 21:53:07','admin','2026-01-04 23:59:52',_binary '',0),(32,1,1306,'admin','2026-01-02 21:53:07','admin','2026-01-04 23:59:52',_binary '',0),(33,1,1307,'admin','2026-01-02 21:53:07','admin','2026-01-04 23:59:52',_binary '',0),(34,1,1308,'admin','2026-01-02 21:53:07','admin','2026-01-04 23:59:52',_binary '',0),(35,1,1309,'admin','2026-01-02 21:53:07','admin','2026-01-04 23:59:52',_binary '',0),(36,1,1310,'admin','2026-01-02 21:53:07','admin','2026-01-04 23:59:52',_binary '',0),(37,1,1311,'admin','2026-01-02 21:53:07','admin','2026-01-04 23:59:52',_binary '',0),(38,1,1289,'','2026-01-03 01:13:41','','2026-01-03 01:13:41',_binary '\0',0),(39,1,1290,'','2026-01-03 01:13:41','','2026-01-03 01:13:41',_binary '\0',0),(40,1,1291,'','2026-01-03 01:13:41','','2026-01-03 01:13:41',_binary '\0',0),(41,1,1292,'','2026-01-03 01:13:41','','2026-01-03 01:13:41',_binary '\0',0),(42,1,1293,'','2026-01-03 01:13:41','','2026-01-03 01:13:41',_binary '\0',0),(43,1,1294,'','2026-01-03 01:13:41','','2026-01-03 01:13:41',_binary '\0',0),(44,1,1295,'','2026-01-03 01:13:41','','2026-01-03 01:13:41',_binary '\0',0),(45,1,1296,'','2026-01-03 01:13:41','','2026-01-03 01:13:41',_binary '\0',0),(46,1,1297,'','2026-01-03 01:13:41','','2026-01-04 23:59:52',_binary '',0),(47,1,1298,'','2026-01-03 01:13:41','','2026-01-04 23:59:52',_binary '',0),(48,1,1299,'','2026-01-03 01:13:41','','2026-01-04 23:59:52',_binary '',0),(49,1,1300,'','2026-01-03 01:13:41','','2026-01-04 23:59:52',_binary '',0),(50,1,1301,'','2026-01-03 01:13:41','','2026-01-04 23:59:52',_binary '',0),(51,1,1302,'','2026-01-03 01:13:41','','2026-01-04 23:59:52',_binary '',0),(52,1,1303,'','2026-01-03 01:13:41','','2026-01-04 23:59:52',_binary '',0),(53,1,1304,'','2026-01-03 01:13:41','','2026-01-04 23:59:52',_binary '',0),(54,1,1305,'','2026-01-03 01:13:41','','2026-01-04 23:59:52',_binary '',0),(55,1,1306,'','2026-01-03 01:13:41','','2026-01-04 23:59:52',_binary '',0),(56,1,1307,'','2026-01-03 01:13:41','','2026-01-04 23:59:52',_binary '',0),(57,1,1308,'','2026-01-03 01:13:41','','2026-01-04 23:59:52',_binary '',0),(58,1,1309,'','2026-01-03 01:13:41','','2026-01-04 23:59:52',_binary '',0),(59,1,1310,'','2026-01-03 01:13:41','','2026-01-04 23:59:52',_binary '',0),(60,1,1311,'','2026-01-03 01:13:41','','2026-01-04 23:59:52',_binary '',0),(69,1,1289,'','2026-01-03 01:13:54','','2026-01-03 01:13:54',_binary '\0',0),(70,1,1290,'','2026-01-03 01:13:54','','2026-01-03 01:13:54',_binary '\0',0),(71,1,1291,'','2026-01-03 01:13:54','','2026-01-03 01:13:54',_binary '\0',0),(72,1,1292,'','2026-01-03 01:13:54','','2026-01-03 01:13:54',_binary '\0',0),(73,1,1293,'','2026-01-03 01:13:54','','2026-01-03 01:13:54',_binary '\0',0),(74,1,1294,'','2026-01-03 01:13:54','','2026-01-03 01:13:54',_binary '\0',0),(75,1,1295,'','2026-01-03 01:13:54','','2026-01-03 01:13:54',_binary '\0',0),(76,1,1296,'','2026-01-03 01:13:54','','2026-01-03 01:13:54',_binary '\0',0),(77,1,1297,'','2026-01-03 01:13:54','','2026-01-04 23:59:52',_binary '',0),(78,1,1298,'','2026-01-03 01:13:54','','2026-01-04 23:59:52',_binary '',0),(79,1,1299,'','2026-01-03 01:13:54','','2026-01-04 23:59:52',_binary '',0),(80,1,1300,'','2026-01-03 01:13:54','','2026-01-04 23:59:52',_binary '',0),(81,1,1301,'','2026-01-03 01:13:54','','2026-01-04 23:59:52',_binary '',0),(82,1,1302,'','2026-01-03 01:13:54','','2026-01-04 23:59:52',_binary '',0),(83,1,1303,'','2026-01-03 01:13:54','','2026-01-04 23:59:52',_binary '',0),(84,1,1304,'','2026-01-03 01:13:54','','2026-01-04 23:59:52',_binary '',0),(85,1,1305,'','2026-01-03 01:13:54','','2026-01-04 23:59:52',_binary '',0),(86,1,1306,'','2026-01-03 01:13:54','','2026-01-04 23:59:52',_binary '',0),(87,1,1307,'','2026-01-03 01:13:54','','2026-01-04 23:59:52',_binary '',0),(88,1,1308,'','2026-01-03 01:13:54','','2026-01-04 23:59:52',_binary '',0),(89,1,1309,'','2026-01-03 01:13:54','','2026-01-04 23:59:52',_binary '',0),(90,1,1310,'','2026-01-03 01:13:54','','2026-01-04 23:59:52',_binary '',0),(91,1,1311,'','2026-01-03 01:13:54','','2026-01-04 23:59:52',_binary '',0),(100,1,1289,'','2026-01-03 01:14:08','','2026-01-03 01:14:08',_binary '\0',0),(101,1,1290,'','2026-01-03 01:14:08','','2026-01-03 01:14:08',_binary '\0',0),(102,1,1291,'','2026-01-03 01:14:08','','2026-01-03 01:14:08',_binary '\0',0),(103,1,1292,'','2026-01-03 01:14:08','','2026-01-03 01:14:08',_binary '\0',0),(104,1,1293,'','2026-01-03 01:14:08','','2026-01-03 01:14:08',_binary '\0',0),(105,1,1294,'','2026-01-03 01:14:08','','2026-01-03 01:14:08',_binary '\0',0),(106,1,1295,'','2026-01-03 01:14:08','','2026-01-03 01:14:08',_binary '\0',0),(107,1,1296,'','2026-01-03 01:14:08','','2026-01-03 01:14:08',_binary '\0',0),(108,1,1297,'','2026-01-03 01:14:08','','2026-01-04 23:59:52',_binary '',0),(109,1,1298,'','2026-01-03 01:14:08','','2026-01-04 23:59:52',_binary '',0),(110,1,1299,'','2026-01-03 01:14:08','','2026-01-04 23:59:52',_binary '',0),(111,1,1300,'','2026-01-03 01:14:08','','2026-01-04 23:59:52',_binary '',0),(112,1,1301,'','2026-01-03 01:14:08','','2026-01-04 23:59:52',_binary '',0),(113,1,1302,'','2026-01-03 01:14:08','','2026-01-04 23:59:52',_binary '',0),(114,1,1303,'','2026-01-03 01:14:08','','2026-01-04 23:59:52',_binary '',0),(115,1,1304,'','2026-01-03 01:14:08','','2026-01-04 23:59:52',_binary '',0),(116,1,1305,'','2026-01-03 01:14:08','','2026-01-04 23:59:52',_binary '',0),(117,1,1306,'','2026-01-03 01:14:08','','2026-01-04 23:59:52',_binary '',0),(118,1,1307,'','2026-01-03 01:14:08','','2026-01-04 23:59:52',_binary '',0),(119,1,1308,'','2026-01-03 01:14:08','','2026-01-04 23:59:52',_binary '',0),(120,1,1309,'','2026-01-03 01:14:08','','2026-01-04 23:59:52',_binary '',0),(121,1,1310,'','2026-01-03 01:14:08','','2026-01-04 23:59:52',_binary '',0),(122,1,1311,'','2026-01-03 01:14:08','','2026-01-04 23:59:52',_binary '',0),(123,1,1024,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(124,1,1,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(125,1,1025,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(126,1,1026,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(127,1,1282,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(128,1,2,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(129,1,1027,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(130,1,1028,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(131,1,1029,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(132,1,1030,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(133,1,1031,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(134,1,1032,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(135,1,1033,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(136,1,1034,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(137,1,1035,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(138,1,1040,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(139,1,1042,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(140,1,1043,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(141,1,1045,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(142,1,1046,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(143,1,1048,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(144,1,1050,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(145,1,1051,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(146,1,1052,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(147,1,1053,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(148,1,1054,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(149,1,1056,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(150,1,1057,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(151,1,1058,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(152,1,1059,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(153,1,1060,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(154,1,1063,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(155,1,1064,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(156,1,1065,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(157,1,1070,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(158,1,1075,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(159,1,1078,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(160,1,1082,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(161,1,1083,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(162,1,1084,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(163,1,1085,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(164,1,1086,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(165,1,1087,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(166,1,1088,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(167,1,1089,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(168,1,1090,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(169,1,1091,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(170,1,1092,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(171,1,100,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(172,1,101,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(173,1,102,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(174,1,103,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(175,1,104,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(176,1,105,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(177,1,106,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(178,1,108,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(179,1,109,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(180,1,110,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(181,1,1138,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(182,1,114,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(183,1,1139,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(184,1,115,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(185,1,1140,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(186,1,116,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(187,1,1141,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(188,1,1142,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(189,1,1143,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(190,1,1224,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(191,1,1225,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(192,1,1226,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(193,1,1227,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(194,1,1228,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(195,1,1229,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(196,1,1237,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(197,1,1238,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(198,1,1239,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(199,1,1240,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(200,1,1241,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(201,1,1242,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(202,1,1243,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(203,1,1255,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(204,1,1256,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(205,1,1001,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(206,1,1257,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(207,1,1002,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(208,1,1258,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(209,1,1003,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(210,1,1259,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(211,1,1004,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(212,1,1260,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(213,1,1005,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(214,1,1261,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(215,1,1006,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(216,1,1007,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(217,1,1263,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(218,1,1008,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(219,1,1264,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(220,1,1009,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(221,1,1265,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(222,1,1010,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(223,1,1266,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(224,1,1011,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(225,1,1267,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(226,1,1012,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(227,1,500,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(228,1,1013,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(229,1,501,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(230,1,1014,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(231,1,1015,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(232,1,1016,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(233,1,1017,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(234,1,1018,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(235,1,1019,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(236,1,1020,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(237,1,1021,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(238,1,1022,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(239,1,1023,'1','2026-01-04 23:59:52','1','2026-01-04 23:59:52',_binary '\0',0),(240,1,2000,'admin','2026-01-06 22:28:02','admin','2026-01-06 22:28:02',_binary '\0',0),(241,1,2001,'admin','2026-01-06 22:28:02','admin','2026-01-06 22:28:02',_binary '\0',0),(242,1,2002,'admin','2026-01-06 22:28:02','admin','2026-01-06 22:28:02',_binary '\0',0),(243,1,2003,'admin','2026-01-06 22:28:02','admin','2026-01-06 22:28:02',_binary '\0',0),(244,1,2004,'admin','2026-01-06 22:28:02','admin','2026-01-06 22:28:02',_binary '\0',0),(245,1,2010,'admin','2026-01-06 22:28:02','admin','2026-01-06 22:28:02',_binary '\0',0),(246,1,2011,'admin','2026-01-06 22:28:02','admin','2026-01-06 22:28:02',_binary '\0',0),(247,1,2012,'admin','2026-01-06 22:28:02','admin','2026-01-06 22:28:02',_binary '\0',0),(248,1,2013,'admin','2026-01-06 22:28:02','admin','2026-01-06 22:28:02',_binary '\0',0),(249,1,2014,'admin','2026-01-06 22:28:02','admin','2026-01-06 22:28:02',_binary '\0',0),(250,1,2020,'admin','2026-01-06 22:28:02','admin','2026-01-06 22:28:02',_binary '\0',0),(251,1,2021,'admin','2026-01-06 22:28:02','admin','2026-01-06 22:28:02',_binary '\0',0),(252,1,2022,'admin','2026-01-06 22:28:02','admin','2026-01-06 22:28:02',_binary '\0',0),(253,1,2030,'admin','2026-01-06 22:28:02','admin','2026-01-06 22:28:02',_binary '\0',0),(254,1,2031,'admin','2026-01-06 22:28:02','admin','2026-01-06 22:28:02',_binary '\0',0),(255,1,2032,'admin','2026-01-06 22:28:02','admin','2026-01-06 22:28:02',_binary '\0',0),(256,1,2033,'admin','2026-01-06 22:28:02','admin','2026-01-06 22:28:02',_binary '\0',0),(257,1,2034,'admin','2026-01-06 22:28:02','admin','2026-01-06 22:28:02',_binary '\0',0);
  1176. /*!40000 ALTER TABLE `system_role_menu` ENABLE KEYS */;
  1177. UNLOCK TABLES;
  1178. --
  1179. -- Table structure for table `system_tenant`
  1180. --
  1181. DROP TABLE IF EXISTS `system_tenant`;
  1182. /*!40101 SET @saved_cs_client = @@character_set_client */;
  1183. /*!50503 SET character_set_client = utf8mb4 */;
  1184. CREATE TABLE `system_tenant` (
  1185. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '租户编号',
  1186. `name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '租户名',
  1187. `contact_user_id` bigint DEFAULT NULL COMMENT '联系人的用户编号',
  1188. `contact_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '联系人',
  1189. `contact_mobile` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '联系手机',
  1190. `status` tinyint NOT NULL DEFAULT '0' COMMENT '租户状态',
  1191. `websites` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '绑定域名数组',
  1192. `package_id` bigint NOT NULL COMMENT '租户套餐编号',
  1193. `expire_time` datetime NOT NULL COMMENT '过期时间',
  1194. `account_count` int NOT NULL COMMENT '账号数量',
  1195. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '创建者',
  1196. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  1197. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  1198. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  1199. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  1200. PRIMARY KEY (`id`) USING BTREE
  1201. ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='租户表';
  1202. /*!40101 SET character_set_client = @saved_cs_client */;
  1203. --
  1204. -- Dumping data for table `system_tenant`
  1205. --
  1206. LOCK TABLES `system_tenant` WRITE;
  1207. /*!40000 ALTER TABLE `system_tenant` DISABLE KEYS */;
  1208. INSERT INTO `system_tenant` VALUES (1,'默认租户',NULL,'管理员','13800138000',0,'localhost:8080',0,'2099-12-31 23:59:59',9999,'admin','2025-12-31 13:27:49','admin','2025-12-31 13:27:49',_binary '\0');
  1209. /*!40000 ALTER TABLE `system_tenant` ENABLE KEYS */;
  1210. UNLOCK TABLES;
  1211. --
  1212. -- Table structure for table `system_tenant_package`
  1213. --
  1214. DROP TABLE IF EXISTS `system_tenant_package`;
  1215. /*!40101 SET @saved_cs_client = @@character_set_client */;
  1216. /*!50503 SET character_set_client = utf8mb4 */;
  1217. CREATE TABLE `system_tenant_package` (
  1218. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '套餐编号',
  1219. `name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '套餐名',
  1220. `status` tinyint NOT NULL DEFAULT '0' COMMENT '套餐状态(0正常 1停用)',
  1221. `remark` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '备注',
  1222. `menu_ids` varchar(2048) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '关联的菜单编号',
  1223. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  1224. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  1225. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  1226. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  1227. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  1228. PRIMARY KEY (`id`) USING BTREE
  1229. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='租户套餐表';
  1230. /*!40101 SET character_set_client = @saved_cs_client */;
  1231. --
  1232. -- Dumping data for table `system_tenant_package`
  1233. --
  1234. LOCK TABLES `system_tenant_package` WRITE;
  1235. /*!40000 ALTER TABLE `system_tenant_package` DISABLE KEYS */;
  1236. /*!40000 ALTER TABLE `system_tenant_package` ENABLE KEYS */;
  1237. UNLOCK TABLES;
  1238. --
  1239. -- Table structure for table `system_user_role`
  1240. --
  1241. DROP TABLE IF EXISTS `system_user_role`;
  1242. /*!40101 SET @saved_cs_client = @@character_set_client */;
  1243. /*!50503 SET character_set_client = utf8mb4 */;
  1244. CREATE TABLE `system_user_role` (
  1245. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '自增编号',
  1246. `user_id` bigint NOT NULL COMMENT '用户ID',
  1247. `role_id` bigint NOT NULL COMMENT '角色ID',
  1248. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  1249. `create_time` datetime DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  1250. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  1251. `update_time` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  1252. `deleted` bit(1) DEFAULT b'0' COMMENT '是否删除',
  1253. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户编号',
  1254. PRIMARY KEY (`id`) USING BTREE
  1255. ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='用户和角色关联表';
  1256. /*!40101 SET character_set_client = @saved_cs_client */;
  1257. --
  1258. -- Dumping data for table `system_user_role`
  1259. --
  1260. LOCK TABLES `system_user_role` WRITE;
  1261. /*!40000 ALTER TABLE `system_user_role` DISABLE KEYS */;
  1262. INSERT INTO `system_user_role` VALUES (1,1,1,'admin','2025-12-31 14:03:46','admin','2025-12-31 14:03:46',_binary '\0',1),(2,1,1,'','2026-01-03 01:13:58','','2026-01-03 01:13:58',_binary '\0',0);
  1263. /*!40000 ALTER TABLE `system_user_role` ENABLE KEYS */;
  1264. UNLOCK TABLES;
  1265. --
  1266. -- Table structure for table `system_users`
  1267. --
  1268. DROP TABLE IF EXISTS `system_users`;
  1269. /*!40101 SET @saved_cs_client = @@character_set_client */;
  1270. /*!50503 SET character_set_client = utf8mb4 */;
  1271. CREATE TABLE `system_users` (
  1272. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '用户ID',
  1273. `username` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '用户账号',
  1274. `password` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '密码',
  1275. `nickname` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '用户昵称',
  1276. `remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '备注',
  1277. `dept_id` bigint DEFAULT NULL COMMENT '部门ID',
  1278. `post_ids` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '岗位编号数组',
  1279. `email` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '用户邮箱',
  1280. `mobile` varchar(11) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '手机号码',
  1281. `sex` tinyint DEFAULT '0' COMMENT '用户性别',
  1282. `avatar` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '头像地址',
  1283. `status` tinyint NOT NULL DEFAULT '0' COMMENT '帐号状态(0正常 1停用)',
  1284. `login_ip` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '最后登录IP',
  1285. `login_date` datetime DEFAULT NULL COMMENT '最后登录时间',
  1286. `creator` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  1287. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  1288. `updater` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  1289. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  1290. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  1291. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户编号',
  1292. PRIMARY KEY (`id`) USING BTREE
  1293. ) ENGINE=InnoDB AUTO_INCREMENT=143 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='用户信息表';
  1294. /*!40101 SET character_set_client = @saved_cs_client */;
  1295. --
  1296. -- Dumping data for table `system_users`
  1297. --
  1298. LOCK TABLES `system_users` WRITE;
  1299. /*!40000 ALTER TABLE `system_users` DISABLE KEYS */;
  1300. INSERT INTO `system_users` VALUES (1,'admin','$2a$04$KljJDa/LK7QfDm0lF5OhuePhlPfjRH3tB2Wu351Uidz.oQGJXevPi','王猛','管理员',103,'[1,2]','wangmeng113@163.com','18602530008',1,'http://test.yudao.iocoder.cn/20250921/avatar_1758423875594.png',0,'127.0.0.1','2026-01-23 17:57:09','admin','2021-01-05 17:03:47',NULL,'2026-01-23 17:57:09',_binary '\0',1);
  1301. /*!40000 ALTER TABLE `system_users` ENABLE KEYS */;
  1302. UNLOCK TABLES;
  1303. --
  1304. -- Table structure for table `system_version`
  1305. --
  1306. DROP TABLE IF EXISTS `system_version`;
  1307. /*!40101 SET @saved_cs_client = @@character_set_client */;
  1308. /*!50503 SET character_set_client = utf8mb4 */;
  1309. CREATE TABLE `system_version` (
  1310. `id` bigint NOT NULL AUTO_INCREMENT COMMENT '版本ID',
  1311. `platform` tinyint NOT NULL COMMENT '平台类型:1-安卓,2-鸿蒙,3-iOS',
  1312. `version_code` int NOT NULL COMMENT '版本号(内部版本号,用于比较,数字越大版本越新)',
  1313. `version_name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '版本名称(如:1.0.0)',
  1314. `version_desc` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '版本描述',
  1315. `download_url` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '下载地址/包地址',
  1316. `package_size` bigint DEFAULT NULL COMMENT '包大小(单位:字节)',
  1317. `force_update` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否强制更新',
  1318. `update_log` text COLLATE utf8mb4_unicode_ci COMMENT '更新日志/更新说明',
  1319. `status` tinyint NOT NULL DEFAULT '0' COMMENT '状态:0-启用,1-禁用',
  1320. `publish_time` datetime DEFAULT NULL COMMENT '发布时间',
  1321. `creator` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '创建者',
  1322. `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
  1323. `updater` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT '更新者',
  1324. `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
  1325. `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
  1326. `tenant_id` bigint NOT NULL DEFAULT '0' COMMENT '租户编号',
  1327. PRIMARY KEY (`id`),
  1328. KEY `idx_platform_status` (`platform`,`status`),
  1329. KEY `idx_version_code` (`version_code`)
  1330. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='应用版本管理表';
  1331. /*!40101 SET character_set_client = @saved_cs_client */;
  1332. --
  1333. -- Dumping data for table `system_version`
  1334. --
  1335. LOCK TABLES `system_version` WRITE;
  1336. /*!40000 ALTER TABLE `system_version` DISABLE KEYS */;
  1337. /*!40000 ALTER TABLE `system_version` ENABLE KEYS */;
  1338. UNLOCK TABLES;
  1339. /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
  1340. /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
  1341. /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
  1342. /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
  1343. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  1344. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  1345. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
  1346. /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
  1347. -- Dump completed on 2026-01-23 18:13:20