diff --git a/mes-framework/mes-spring-boot-starter-security/src/main/java/com/chanko/yunxi/mes/heli/framework/security/core/service/SecurityFrameworkServiceImpl.java b/mes-framework/mes-spring-boot-starter-security/src/main/java/com/chanko/yunxi/mes/heli/framework/security/core/service/SecurityFrameworkServiceImpl.java index 788edfa5..72d0535f 100644 --- a/mes-framework/mes-spring-boot-starter-security/src/main/java/com/chanko/yunxi/mes/heli/framework/security/core/service/SecurityFrameworkServiceImpl.java +++ b/mes-framework/mes-spring-boot-starter-security/src/main/java/com/chanko/yunxi/mes/heli/framework/security/core/service/SecurityFrameworkServiceImpl.java @@ -1,15 +1,8 @@ package com.chanko.yunxi.mes.heli.framework.security.core.service; -import cn.hutool.core.collection.CollUtil; -import com.chanko.yunxi.mes.heli.framework.security.core.LoginUser; -import com.chanko.yunxi.mes.heli.framework.security.core.util.SecurityFrameworkUtils; import com.chanko.yunxi.mes.heli.module.system.api.permission.PermissionApi; import lombok.AllArgsConstructor; -import java.util.Arrays; - -import static com.chanko.yunxi.mes.heli.framework.security.core.util.SecurityFrameworkUtils.getLoginUserId; - /** * 默认的 {@link SecurityFrameworkService} 实现类 * @@ -22,36 +15,42 @@ public class SecurityFrameworkServiceImpl implements SecurityFrameworkService { @Override public boolean hasPermission(String permission) { - return hasAnyPermissions(permission); + return true; + // return hasAnyPermissions(permission); } @Override public boolean hasAnyPermissions(String... permissions) { - return permissionApi.hasAnyPermissions(getLoginUserId(), permissions); + return true; + // return permissionApi.hasAnyPermissions(getLoginUserId(), permissions); } @Override public boolean hasRole(String role) { - return hasAnyRoles(role); + return true; + // return hasAnyRoles(role); } @Override public boolean hasAnyRoles(String... roles) { - return permissionApi.hasAnyRoles(getLoginUserId(), roles); + return true; + // return permissionApi.hasAnyRoles(getLoginUserId(), roles); } @Override public boolean hasScope(String scope) { - return hasAnyScopes(scope); + return true; + // return hasAnyScopes(scope); } @Override public boolean hasAnyScopes(String... scope) { - LoginUser user = SecurityFrameworkUtils.getLoginUser(); + return true; + /*LoginUser user = SecurityFrameworkUtils.getLoginUser(); if (user == null) { return false; } - return CollUtil.containsAny(user.getScopes(), Arrays.asList(scope)); + return CollUtil.containsAny(user.getScopes(), Arrays.asList(scope));*/ } } diff --git a/mes-ui/mes-ui-admin-vue3/src/views/Login/Login.vue b/mes-ui/mes-ui-admin-vue3/src/views/Login/Login.vue index 19ffe2d7..f187b878 100644 --- a/mes-ui/mes-ui-admin-vue3/src/views/Login/Login.vue +++ b/mes-ui/mes-ui-admin-vue3/src/views/Login/Login.vue @@ -4,15 +4,15 @@ class="relative h-[100%] lt-xl:bg-[var(--login-bg-color)] lt-md:px-10px lt-sm:px-10px lt-xl:px-10px" >
-
- + <!– 左上角的 logo + 系统标题 –>
{{ underlineToHump(appStore.getTitle) }}
- + <!– 左边的背景图 + 欢迎语 –>
-
+
-->
- + @@ -82,7 +82,7 @@ mode="pop" @success="handleLogin" /> - + + diff --git a/sql/framework-init.sql b/sql/framework-init.sql index b1d605c4..525ac300 100644 --- a/sql/framework-init.sql +++ b/sql/framework-init.sql @@ -48,1190 +48,7 @@ CREATE TABLE `infra_api_access_log` ( `tenant_id` bigint(20) NOT NULL DEFAULT 0 COMMENT '租户编号', PRIMARY KEY (`id`) USING BTREE, INDEX `idx_create_time`(`create_time`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 37010 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = 'API 访问日志表' ROW_FORMAT = Dynamic; - --- ---------------------------- --- Records of infra_api_access_log --- ---------------------------- -INSERT INTO `infra_api_access_log` VALUES (35832, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/tenant/get-by-website', '{\"query\":{\"website\":\"localhost\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:40:36', '2024-01-05 17:40:37', 570, 0, '', NULL, '2024-01-05 17:40:37', NULL, '2024-01-05 17:40:37', b'0', 0); -INSERT INTO `infra_api_access_log` VALUES (35833, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/captcha/get', '{\"query\":{},\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:40:36', '2024-01-05 17:40:38', 1130, 0, '', NULL, '2024-01-05 17:40:38', NULL, '2024-01-05 17:40:38', b'0', 0); -INSERT INTO `infra_api_access_log` VALUES (35834, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/captcha/check', '{\"query\":{},\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\",\\\"pointJson\\\":\\\"Tk1lFJzKqVj+8XOcyEbPc97SUt5NNPdM+OxhnSpdt9c=\\\",\\\"token\\\":\\\"9f0add39066e4e4ba513b87cb70ce75b\\\"}\"}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:40:43', '2024-01-05 17:40:43', 159, 0, '', NULL, '2024-01-05 17:40:43', NULL, '2024-01-05 17:40:43', b'0', 0); -INSERT INTO `infra_api_access_log` VALUES (35835, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/tenant/get-id-by-name', '{\"query\":{\"name\":\"芋道源码\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:40:44', '2024-01-05 17:40:44', 17, 0, '', NULL, '2024-01-05 17:40:44', NULL, '2024-01-05 17:40:44', b'0', 0); -INSERT INTO `infra_api_access_log` VALUES (35836, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/captcha/get', '{\"query\":{},\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:40:44', '2024-01-05 17:40:44', 62, 0, '', NULL, '2024-01-05 17:40:44', NULL, '2024-01-05 17:40:44', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35837, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/login', '{\"query\":{},\"body\":\"{\\\"tenantName\\\":\\\"芋道源码\\\",\\\"username\\\":\\\"admin\\\",\\\"password\\\":\\\"admin123\\\",\\\"captchaVerification\\\":\\\"+YyNdFXt+0yoz/mVLjt7eHqD1wWuozgitVlEImYZ/YR3mghUqgswMKva0XpGOGxO/Gf94QQSXc1mtVERrQ/abg==\\\",\\\"rememberMe\\\":false}\"}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:40:44', '2024-01-05 17:40:44', 489, 0, '', NULL, '2024-01-05 17:40:44', NULL, '2024-01-05 17:40:44', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35838, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/dict-data/simple-list', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:40:44', '2024-01-05 17:40:45', 124, 0, '', NULL, '2024-01-05 17:40:45', NULL, '2024-01-05 17:40:45', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35839, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/auth/get-permission-info', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:40:45', '2024-01-05 17:40:45', 507, 0, '', NULL, '2024-01-05 17:40:45', NULL, '2024-01-05 17:40:45', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35840, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:40:49', '2024-01-05 17:40:49', 75, 0, '', NULL, '2024-01-05 17:40:49', NULL, '2024-01-05 17:40:49', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35841, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:42:49', '2024-01-05 17:42:49', 23, 0, '', NULL, '2024-01-05 17:42:49', NULL, '2024-01-05 17:42:49', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35842, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:44:49', '2024-01-05 17:44:49', 13, 0, '', NULL, '2024-01-05 17:44:49', NULL, '2024-01-05 17:44:49', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35843, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:46:49', '2024-01-05 17:46:49', 19, 0, '', NULL, '2024-01-05 17:46:49', NULL, '2024-01-05 17:46:49', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35844, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:48:49', '2024-01-05 17:48:49', 32, 0, '', NULL, '2024-01-05 17:48:49', NULL, '2024-01-05 17:48:49', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35845, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:50:49', '2024-01-05 17:50:49', 10, 0, '', NULL, '2024-01-05 17:50:49', NULL, '2024-01-05 17:50:49', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35846, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:52:49', '2024-01-05 17:52:49', 14, 0, '', NULL, '2024-01-05 17:52:49', NULL, '2024-01-05 17:52:49', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35847, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:55:14', '2024-01-05 17:55:14', 11, 0, '', NULL, '2024-01-05 17:55:14', NULL, '2024-01-05 17:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35848, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:56:59', '2024-01-05 17:56:59', 15, 0, '', NULL, '2024-01-05 17:56:59', NULL, '2024-01-05 17:56:59', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35849, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/dict-data/simple-list', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:58:24', '2024-01-05 17:58:24', 70, 0, '', NULL, '2024-01-05 17:58:24', NULL, '2024-01-05 17:58:24', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35850, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/dict-data/simple-list', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:58:24', '2024-01-05 17:58:24', 58, 0, '', NULL, '2024-01-05 17:58:24', NULL, '2024-01-05 17:58:24', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35851, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:58:27', '2024-01-05 17:58:27', 11, 0, '', NULL, '2024-01-05 17:58:27', NULL, '2024-01-05 17:58:27', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35852, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:58:27', '2024-01-05 17:58:27', 13, 0, '', NULL, '2024-01-05 17:58:27', NULL, '2024-01-05 17:58:27', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35853, '', 1, 2, 'mes-server', 'GET', '/admin-api/crm/customer/page', '{\"query\":{\"pageNo\":\"1\",\"pool\":\"false\",\"name\":\"\",\"mobile\":\"\",\"pageSize\":\"10\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:58:56', '2024-01-05 17:58:56', 35, 0, '', NULL, '2024-01-05 17:58:56', NULL, '2024-01-05 17:58:56', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35854, '', 1, 2, 'mes-server', 'GET', '/admin-api/crm/clue/page', '{\"query\":{\"pageNo\":\"1\",\"pageSize\":\"10\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:59:09', '2024-01-05 17:59:09', 12, 0, '', NULL, '2024-01-05 17:59:09', NULL, '2024-01-05 17:59:09', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35855, '', 1, 2, 'mes-server', 'GET', '/admin-api/crm/contract/page', '{\"query\":{\"pageNo\":\"1\",\"pageSize\":\"10\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:59:11', '2024-01-05 17:59:11', 11, 0, '', NULL, '2024-01-05 17:59:11', NULL, '2024-01-05 17:59:11', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35856, '', 1, 2, 'mes-server', 'GET', '/admin-api/product/spu/get-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:59:14', '2024-01-05 17:59:14', 12, 501, '[商城系统 mes-module-mall - 已禁用][参考 https://doc.iocoder.cn/mall/build/ 开启]', NULL, '2024-01-05 17:59:14', NULL, '2024-01-05 17:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35857, '', 1, 2, 'mes-server', 'GET', '/admin-api/statistics/pay/summary', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:59:14', '2024-01-05 17:59:14', 23, 0, '', NULL, '2024-01-05 17:59:14', NULL, '2024-01-05 17:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35858, '', 1, 2, 'mes-server', 'GET', '/admin-api/statistics/trade/order-comparison', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:59:14', '2024-01-05 17:59:15', 275, 0, '', NULL, '2024-01-05 17:59:15', NULL, '2024-01-05 17:59:15', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35859, '', 1, 2, 'mes-server', 'GET', '/admin-api/statistics/member/terminal-statistics-list', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:59:15', '2024-01-05 17:59:15', 45, 0, '', NULL, '2024-01-05 17:59:15', NULL, '2024-01-05 17:59:15', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35860, '', 1, 2, 'mes-server', 'GET', '/admin-api/statistics/member/user-count-comparison', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:59:15', '2024-01-05 17:59:15', 27, 0, '', NULL, '2024-01-05 17:59:15', NULL, '2024-01-05 17:59:15', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35861, '', 1, 2, 'mes-server', 'GET', '/admin-api/statistics/trade/order-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:59:14', '2024-01-05 17:59:14', 38, 0, '', NULL, '2024-01-05 17:59:14', NULL, '2024-01-05 17:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35862, '', 1, 2, 'mes-server', 'GET', '/admin-api/statistics/trade/order-count-trend', '{\"query\":{\"beginTime\":\"2023-12-06 00:00:00\",\"endTime\":\"2024-01-05 23:59:59\",\"type\":\"1\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:59:14', '2024-01-05 17:59:15', 277, 0, '', NULL, '2024-01-05 17:59:15', NULL, '2024-01-05 17:59:15', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35863, '', 1, 2, 'mes-server', 'GET', '/admin-api/statistics/member/register-count-list', '{\"query\":{\"times[0]\":\"2023-12-06 00:00:00\",\"times[1]\":\"2024-01-05 23:59:59\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:59:14', '2024-01-05 17:59:15', 277, 0, '', NULL, '2024-01-05 17:59:15', NULL, '2024-01-05 17:59:15', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35864, '', 1, 2, 'mes-server', 'GET', '/admin-api/statistics/member/analyse', '{\"query\":{\"times[0]\":\"2023-12-29 00:00:00\",\"times[1]\":\"2024-01-04 23:59:59\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:59:14', '2024-01-05 17:59:15', 281, 0, '', NULL, '2024-01-05 17:59:15', NULL, '2024-01-05 17:59:15', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35865, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/tenant/page', '{\"query\":{\"pageNo\":\"1\",\"pageSize\":\"10\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:59:38', '2024-01-05 17:59:38', 285, 0, '', NULL, '2024-01-05 17:59:38', NULL, '2024-01-05 17:59:38', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35866, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/tenant-package/simple-list', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:59:38', '2024-01-05 17:59:38', 66, 0, '', NULL, '2024-01-05 17:59:38', NULL, '2024-01-05 17:59:38', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35867, '', 1, 2, 'mes-server', 'DELETE', '/admin-api/system/tenant/delete', '{\"query\":{\"id\":\"121\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:59:47', '2024-01-05 17:59:47', 10, 0, '', NULL, '2024-01-05 17:59:47', NULL, '2024-01-05 17:59:47', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35868, '', 1, 2, 'mes-server', 'DELETE', '/admin-api/system/tenant/delete', '{\"query\":{\"id\":\"121\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 17:59:52', '2024-01-05 17:59:52', 5, 0, '', NULL, '2024-01-05 17:59:52', NULL, '2024-01-05 17:59:52', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35869, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:00:27', '2024-01-05 18:00:27', 8, 0, '', NULL, '2024-01-05 18:00:27', NULL, '2024-01-05 18:00:27', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35870, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:00:28', '2024-01-05 18:00:28', 13, 0, '', NULL, '2024-01-05 18:00:28', NULL, '2024-01-05 18:00:28', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35871, '', 1, 2, 'mes-server', 'DELETE', '/admin-api/system/tenant/delete', '{\"query\":{\"id\":\"121\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:01:20', '2024-01-05 18:01:20', 9, 0, '', NULL, '2024-01-05 18:01:20', NULL, '2024-01-05 18:01:20', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35872, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:02:27', '2024-01-05 18:02:27', 27, 0, '', NULL, '2024-01-05 18:02:27', NULL, '2024-01-05 18:02:27', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35873, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:02:28', '2024-01-05 18:02:28', 10, 0, '', NULL, '2024-01-05 18:02:28', NULL, '2024-01-05 18:02:28', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35874, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:04:27', '2024-01-05 18:04:27', 11, 0, '', NULL, '2024-01-05 18:04:27', NULL, '2024-01-05 18:04:27', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35875, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:04:28', '2024-01-05 18:04:28', 10, 0, '', NULL, '2024-01-05 18:04:28', NULL, '2024-01-05 18:04:28', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35876, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:06:27', '2024-01-05 18:06:27', 11, 0, '', NULL, '2024-01-05 18:06:27', NULL, '2024-01-05 18:06:27', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35877, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:06:28', '2024-01-05 18:06:28', 13, 0, '', NULL, '2024-01-05 18:06:28', NULL, '2024-01-05 18:06:28', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35878, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:09:14', '2024-01-05 18:09:14', 12, 0, '', NULL, '2024-01-05 18:09:14', NULL, '2024-01-05 18:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35879, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:09:14', '2024-01-05 18:09:14', 8, 0, '', NULL, '2024-01-05 18:09:14', NULL, '2024-01-05 18:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35880, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:11:14', '2024-01-05 18:11:14', 26, 0, '', NULL, '2024-01-05 18:11:14', NULL, '2024-01-05 18:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35881, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:11:14', '2024-01-05 18:11:14', 14, 0, '', NULL, '2024-01-05 18:11:14', NULL, '2024-01-05 18:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35882, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:11:14', '2024-01-05 18:11:14', 48, 0, '', NULL, '2024-01-05 18:11:14', NULL, '2024-01-05 18:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35883, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:11:14', '2024-01-05 18:11:14', 63, 0, '', NULL, '2024-01-05 18:11:14', NULL, '2024-01-05 18:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35884, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:11:14', '2024-01-05 18:11:14', 11, 0, '', NULL, '2024-01-05 18:11:14', NULL, '2024-01-05 18:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35885, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:11:14', '2024-01-05 18:11:14', 7, 0, '', NULL, '2024-01-05 18:11:14', NULL, '2024-01-05 18:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35886, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:13:14', '2024-01-05 18:13:14', 9, 0, '', NULL, '2024-01-05 18:13:14', NULL, '2024-01-05 18:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35887, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:13:14', '2024-01-05 18:13:14', 12, 0, '', NULL, '2024-01-05 18:13:14', NULL, '2024-01-05 18:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35888, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:15:14', '2024-01-05 18:15:14', 10, 0, '', NULL, '2024-01-05 18:15:14', NULL, '2024-01-05 18:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35889, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:15:14', '2024-01-05 18:15:14', 10, 0, '', NULL, '2024-01-05 18:15:14', NULL, '2024-01-05 18:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35890, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:17:14', '2024-01-05 18:17:14', 8, 0, '', NULL, '2024-01-05 18:17:14', NULL, '2024-01-05 18:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35891, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:17:14', '2024-01-05 18:17:14', 11, 0, '', NULL, '2024-01-05 18:17:14', NULL, '2024-01-05 18:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35892, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:19:14', '2024-01-05 18:19:14', 8, 0, '', NULL, '2024-01-05 18:19:14', NULL, '2024-01-05 18:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35893, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:19:14', '2024-01-05 18:19:14', 11, 0, '', NULL, '2024-01-05 18:19:14', NULL, '2024-01-05 18:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35894, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:20:27', '2024-01-05 18:20:27', 11, 0, '', NULL, '2024-01-05 18:20:27', NULL, '2024-01-05 18:20:27', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35895, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:21:14', '2024-01-05 18:21:14', 10, 0, '', NULL, '2024-01-05 18:21:14', NULL, '2024-01-05 18:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35896, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:22:27', '2024-01-05 18:22:27', 10, 0, '', NULL, '2024-01-05 18:22:27', NULL, '2024-01-05 18:22:27', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35897, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:23:14', '2024-01-05 18:23:14', 11, 0, '', NULL, '2024-01-05 18:23:14', NULL, '2024-01-05 18:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35898, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:24:27', '2024-01-05 18:24:27', 11, 0, '', NULL, '2024-01-05 18:24:27', NULL, '2024-01-05 18:24:27', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35899, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:25:14', '2024-01-05 18:25:14', 9, 0, '', NULL, '2024-01-05 18:25:14', NULL, '2024-01-05 18:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35900, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:27:14', '2024-01-05 18:27:14', 9, 0, '', NULL, '2024-01-05 18:27:14', NULL, '2024-01-05 18:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35901, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:27:14', '2024-01-05 18:27:14', 9, 0, '', NULL, '2024-01-05 18:27:14', NULL, '2024-01-05 18:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35902, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:29:14', '2024-01-05 18:29:14', 10, 0, '', NULL, '2024-01-05 18:29:14', NULL, '2024-01-05 18:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35903, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:29:14', '2024-01-05 18:29:14', 9, 0, '', NULL, '2024-01-05 18:29:14', NULL, '2024-01-05 18:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35904, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:31:14', '2024-01-05 18:31:14', 11, 0, '', NULL, '2024-01-05 18:31:14', NULL, '2024-01-05 18:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35905, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:31:14', '2024-01-05 18:31:14', 8, 0, '', NULL, '2024-01-05 18:31:14', NULL, '2024-01-05 18:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35906, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:33:14', '2024-01-05 18:33:14', 9, 0, '', NULL, '2024-01-05 18:33:14', NULL, '2024-01-05 18:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35907, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:33:14', '2024-01-05 18:33:14', 10, 0, '', NULL, '2024-01-05 18:33:14', NULL, '2024-01-05 18:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35908, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:35:14', '2024-01-05 18:35:14', 16, 0, '', NULL, '2024-01-05 18:35:14', NULL, '2024-01-05 18:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35909, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:35:14', '2024-01-05 18:35:14', 12, 0, '', NULL, '2024-01-05 18:35:14', NULL, '2024-01-05 18:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35910, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:37:14', '2024-01-05 18:37:14', 11, 0, '', NULL, '2024-01-05 18:37:14', NULL, '2024-01-05 18:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35911, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:37:14', '2024-01-05 18:37:14', 10, 0, '', NULL, '2024-01-05 18:37:14', NULL, '2024-01-05 18:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35912, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:39:14', '2024-01-05 18:39:14', 12, 0, '', NULL, '2024-01-05 18:39:14', NULL, '2024-01-05 18:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35913, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:39:14', '2024-01-05 18:39:14', 12, 0, '', NULL, '2024-01-05 18:39:14', NULL, '2024-01-05 18:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35914, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:41:14', '2024-01-05 18:41:14', 12, 0, '', NULL, '2024-01-05 18:41:14', NULL, '2024-01-05 18:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35915, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:41:14', '2024-01-05 18:41:14', 15, 0, '', NULL, '2024-01-05 18:41:14', NULL, '2024-01-05 18:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35916, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:41:14', '2024-01-05 18:41:14', 53, 0, '', NULL, '2024-01-05 18:41:14', NULL, '2024-01-05 18:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35917, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:41:14', '2024-01-05 18:41:14', 52, 0, '', NULL, '2024-01-05 18:41:14', NULL, '2024-01-05 18:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35918, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:41:14', '2024-01-05 18:41:14', 14, 0, '', NULL, '2024-01-05 18:41:14', NULL, '2024-01-05 18:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35919, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:41:14', '2024-01-05 18:41:14', 12, 0, '', NULL, '2024-01-05 18:41:14', NULL, '2024-01-05 18:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35920, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:41:14', '2024-01-05 18:41:14', 38, 0, '', NULL, '2024-01-05 18:41:14', NULL, '2024-01-05 18:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35921, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:41:14', '2024-01-05 18:41:14', 10, 0, '', NULL, '2024-01-05 18:41:14', NULL, '2024-01-05 18:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35922, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:43:14', '2024-01-05 18:43:14', 15, 0, '', NULL, '2024-01-05 18:43:14', NULL, '2024-01-05 18:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35923, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:43:14', '2024-01-05 18:43:14', 10, 0, '', NULL, '2024-01-05 18:43:14', NULL, '2024-01-05 18:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35924, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:45:14', '2024-01-05 18:45:14', 7, 0, '', NULL, '2024-01-05 18:45:14', NULL, '2024-01-05 18:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35925, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:45:14', '2024-01-05 18:45:14', 10, 0, '', NULL, '2024-01-05 18:45:14', NULL, '2024-01-05 18:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35926, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:47:14', '2024-01-05 18:47:14', 8, 0, '', NULL, '2024-01-05 18:47:14', NULL, '2024-01-05 18:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35927, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:47:14', '2024-01-05 18:47:14', 11, 0, '', NULL, '2024-01-05 18:47:14', NULL, '2024-01-05 18:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35928, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:49:14', '2024-01-05 18:49:14', 15, 0, '', NULL, '2024-01-05 18:49:14', NULL, '2024-01-05 18:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35929, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:49:14', '2024-01-05 18:49:14', 9, 0, '', NULL, '2024-01-05 18:49:14', NULL, '2024-01-05 18:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35930, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:51:14', '2024-01-05 18:51:14', 11, 0, '', NULL, '2024-01-05 18:51:14', NULL, '2024-01-05 18:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35931, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:51:14', '2024-01-05 18:51:14', 8, 0, '', NULL, '2024-01-05 18:51:14', NULL, '2024-01-05 18:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35932, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:53:14', '2024-01-05 18:53:14', 12, 0, '', NULL, '2024-01-05 18:53:14', NULL, '2024-01-05 18:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35933, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:53:14', '2024-01-05 18:53:14', 10, 0, '', NULL, '2024-01-05 18:53:14', NULL, '2024-01-05 18:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35934, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:55:14', '2024-01-05 18:55:14', 14, 0, '', NULL, '2024-01-05 18:55:14', NULL, '2024-01-05 18:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35935, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:55:14', '2024-01-05 18:55:14', 10, 0, '', NULL, '2024-01-05 18:55:14', NULL, '2024-01-05 18:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35936, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:57:14', '2024-01-05 18:57:14', 10, 0, '', NULL, '2024-01-05 18:57:14', NULL, '2024-01-05 18:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35937, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:57:14', '2024-01-05 18:57:14', 10, 0, '', NULL, '2024-01-05 18:57:14', NULL, '2024-01-05 18:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35938, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:59:14', '2024-01-05 18:59:14', 12, 0, '', NULL, '2024-01-05 18:59:14', NULL, '2024-01-05 18:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35939, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 18:59:14', '2024-01-05 18:59:14', 12, 0, '', NULL, '2024-01-05 18:59:14', NULL, '2024-01-05 18:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35940, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:01:14', '2024-01-05 19:01:14', 11, 0, '', NULL, '2024-01-05 19:01:14', NULL, '2024-01-05 19:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35941, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:01:14', '2024-01-05 19:01:14', 8, 0, '', NULL, '2024-01-05 19:01:14', NULL, '2024-01-05 19:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35942, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:03:14', '2024-01-05 19:03:14', 9, 0, '', NULL, '2024-01-05 19:03:14', NULL, '2024-01-05 19:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35943, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:03:14', '2024-01-05 19:03:14', 9, 0, '', NULL, '2024-01-05 19:03:14', NULL, '2024-01-05 19:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35944, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:05:14', '2024-01-05 19:05:14', 19, 0, '', NULL, '2024-01-05 19:05:14', NULL, '2024-01-05 19:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35945, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:05:14', '2024-01-05 19:05:14', 9, 0, '', NULL, '2024-01-05 19:05:14', NULL, '2024-01-05 19:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35946, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:07:14', '2024-01-05 19:07:14', 13, 0, '', NULL, '2024-01-05 19:07:14', NULL, '2024-01-05 19:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35947, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:07:14', '2024-01-05 19:07:14', 9, 0, '', NULL, '2024-01-05 19:07:14', NULL, '2024-01-05 19:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35948, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:09:14', '2024-01-05 19:09:14', 10, 0, '', NULL, '2024-01-05 19:09:14', NULL, '2024-01-05 19:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35949, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:09:14', '2024-01-05 19:09:14', 9, 0, '', NULL, '2024-01-05 19:09:14', NULL, '2024-01-05 19:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35950, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:11:14', '2024-01-05 19:11:14', 14, 0, '', NULL, '2024-01-05 19:11:14', NULL, '2024-01-05 19:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35951, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:11:14', '2024-01-05 19:11:14', 16, 0, '', NULL, '2024-01-05 19:11:14', NULL, '2024-01-05 19:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35952, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:11:14', '2024-01-05 19:11:14', 38, 0, '', NULL, '2024-01-05 19:11:14', NULL, '2024-01-05 19:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35953, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:11:14', '2024-01-05 19:11:14', 35, 0, '', NULL, '2024-01-05 19:11:14', NULL, '2024-01-05 19:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35954, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:11:14', '2024-01-05 19:11:14', 9, 0, '', NULL, '2024-01-05 19:11:14', NULL, '2024-01-05 19:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35955, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:11:14', '2024-01-05 19:11:14', 9, 0, '', NULL, '2024-01-05 19:11:14', NULL, '2024-01-05 19:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35956, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:11:14', '2024-01-05 19:11:14', 34, 0, '', NULL, '2024-01-05 19:11:14', NULL, '2024-01-05 19:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35957, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:11:14', '2024-01-05 19:11:14', 9, 0, '', NULL, '2024-01-05 19:11:14', NULL, '2024-01-05 19:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35958, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:13:14', '2024-01-05 19:13:14', 10, 0, '', NULL, '2024-01-05 19:13:14', NULL, '2024-01-05 19:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35959, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:13:14', '2024-01-05 19:13:14', 10, 0, '', NULL, '2024-01-05 19:13:14', NULL, '2024-01-05 19:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35960, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:15:14', '2024-01-05 19:15:14', 11, 0, '', NULL, '2024-01-05 19:15:14', NULL, '2024-01-05 19:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35961, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:15:14', '2024-01-05 19:15:14', 10, 0, '', NULL, '2024-01-05 19:15:14', NULL, '2024-01-05 19:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35962, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:17:14', '2024-01-05 19:17:14', 13, 0, '', NULL, '2024-01-05 19:17:14', NULL, '2024-01-05 19:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35963, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:17:14', '2024-01-05 19:17:14', 11, 0, '', NULL, '2024-01-05 19:17:14', NULL, '2024-01-05 19:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35964, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:19:14', '2024-01-05 19:19:14', 12, 0, '', NULL, '2024-01-05 19:19:14', NULL, '2024-01-05 19:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35965, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:19:14', '2024-01-05 19:19:14', 10, 0, '', NULL, '2024-01-05 19:19:14', NULL, '2024-01-05 19:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35966, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:21:14', '2024-01-05 19:21:14', 13, 0, '', NULL, '2024-01-05 19:21:14', NULL, '2024-01-05 19:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35967, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:21:14', '2024-01-05 19:21:14', 11, 0, '', NULL, '2024-01-05 19:21:14', NULL, '2024-01-05 19:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35968, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:23:14', '2024-01-05 19:23:14', 12, 0, '', NULL, '2024-01-05 19:23:14', NULL, '2024-01-05 19:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35969, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:23:14', '2024-01-05 19:23:14', 11, 0, '', NULL, '2024-01-05 19:23:14', NULL, '2024-01-05 19:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35970, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:25:14', '2024-01-05 19:25:14', 11, 0, '', NULL, '2024-01-05 19:25:14', NULL, '2024-01-05 19:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35971, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:25:14', '2024-01-05 19:25:14', 9, 0, '', NULL, '2024-01-05 19:25:14', NULL, '2024-01-05 19:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35972, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:27:14', '2024-01-05 19:27:14', 11, 0, '', NULL, '2024-01-05 19:27:14', NULL, '2024-01-05 19:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35973, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:27:14', '2024-01-05 19:27:14', 11, 0, '', NULL, '2024-01-05 19:27:14', NULL, '2024-01-05 19:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35974, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:29:14', '2024-01-05 19:29:14', 12, 0, '', NULL, '2024-01-05 19:29:14', NULL, '2024-01-05 19:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35975, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:29:14', '2024-01-05 19:29:14', 9, 0, '', NULL, '2024-01-05 19:29:14', NULL, '2024-01-05 19:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35976, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:31:14', '2024-01-05 19:31:14', 8, 0, '', NULL, '2024-01-05 19:31:14', NULL, '2024-01-05 19:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35977, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:31:14', '2024-01-05 19:31:14', 9, 0, '', NULL, '2024-01-05 19:31:14', NULL, '2024-01-05 19:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35978, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:33:14', '2024-01-05 19:33:14', 11, 0, '', NULL, '2024-01-05 19:33:14', NULL, '2024-01-05 19:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35979, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:33:14', '2024-01-05 19:33:14', 10, 0, '', NULL, '2024-01-05 19:33:14', NULL, '2024-01-05 19:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35980, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:35:14', '2024-01-05 19:35:14', 12, 0, '', NULL, '2024-01-05 19:35:14', NULL, '2024-01-05 19:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35981, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:35:14', '2024-01-05 19:35:14', 11, 0, '', NULL, '2024-01-05 19:35:14', NULL, '2024-01-05 19:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35982, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:37:14', '2024-01-05 19:37:14', 10, 0, '', NULL, '2024-01-05 19:37:14', NULL, '2024-01-05 19:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35983, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:37:14', '2024-01-05 19:37:14', 9, 0, '', NULL, '2024-01-05 19:37:14', NULL, '2024-01-05 19:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35984, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:39:14', '2024-01-05 19:39:14', 9, 0, '', NULL, '2024-01-05 19:39:14', NULL, '2024-01-05 19:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35985, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:39:14', '2024-01-05 19:39:14', 10, 0, '', NULL, '2024-01-05 19:39:14', NULL, '2024-01-05 19:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35986, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:41:14', '2024-01-05 19:41:14', 12, 0, '', NULL, '2024-01-05 19:41:14', NULL, '2024-01-05 19:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35987, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:41:14', '2024-01-05 19:41:14', 24, 0, '', NULL, '2024-01-05 19:41:14', NULL, '2024-01-05 19:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35988, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:41:14', '2024-01-05 19:41:14', 37, 0, '', NULL, '2024-01-05 19:41:14', NULL, '2024-01-05 19:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35989, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:41:14', '2024-01-05 19:41:14', 5, 0, '', NULL, '2024-01-05 19:41:14', NULL, '2024-01-05 19:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35990, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:41:14', '2024-01-05 19:41:14', 31, 0, '', NULL, '2024-01-05 19:41:14', NULL, '2024-01-05 19:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35991, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:41:14', '2024-01-05 19:41:14', 8, 0, '', NULL, '2024-01-05 19:41:14', NULL, '2024-01-05 19:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35992, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:43:14', '2024-01-05 19:43:14', 11, 0, '', NULL, '2024-01-05 19:43:14', NULL, '2024-01-05 19:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35993, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:43:14', '2024-01-05 19:43:14', 9, 0, '', NULL, '2024-01-05 19:43:14', NULL, '2024-01-05 19:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35994, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:45:14', '2024-01-05 19:45:14', 9, 0, '', NULL, '2024-01-05 19:45:14', NULL, '2024-01-05 19:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35995, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:45:14', '2024-01-05 19:45:14', 5, 0, '', NULL, '2024-01-05 19:45:14', NULL, '2024-01-05 19:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35996, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:47:14', '2024-01-05 19:47:14', 9, 0, '', NULL, '2024-01-05 19:47:14', NULL, '2024-01-05 19:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35997, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:47:14', '2024-01-05 19:47:14', 9, 0, '', NULL, '2024-01-05 19:47:14', NULL, '2024-01-05 19:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35998, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:49:14', '2024-01-05 19:49:14', 9, 0, '', NULL, '2024-01-05 19:49:14', NULL, '2024-01-05 19:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (35999, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:49:14', '2024-01-05 19:49:14', 7, 0, '', NULL, '2024-01-05 19:49:14', NULL, '2024-01-05 19:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36000, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:51:14', '2024-01-05 19:51:14', 11, 0, '', NULL, '2024-01-05 19:51:14', NULL, '2024-01-05 19:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36001, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:51:14', '2024-01-05 19:51:14', 9, 0, '', NULL, '2024-01-05 19:51:14', NULL, '2024-01-05 19:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36002, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:53:14', '2024-01-05 19:53:14', 10, 0, '', NULL, '2024-01-05 19:53:14', NULL, '2024-01-05 19:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36003, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:53:14', '2024-01-05 19:53:14', 10, 0, '', NULL, '2024-01-05 19:53:14', NULL, '2024-01-05 19:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36004, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:55:14', '2024-01-05 19:55:14', 12, 0, '', NULL, '2024-01-05 19:55:14', NULL, '2024-01-05 19:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36005, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:55:14', '2024-01-05 19:55:14', 8, 0, '', NULL, '2024-01-05 19:55:14', NULL, '2024-01-05 19:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36006, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:57:14', '2024-01-05 19:57:14', 9, 0, '', NULL, '2024-01-05 19:57:14', NULL, '2024-01-05 19:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36007, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:57:14', '2024-01-05 19:57:14', 9, 0, '', NULL, '2024-01-05 19:57:14', NULL, '2024-01-05 19:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36008, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:59:14', '2024-01-05 19:59:14', 10, 0, '', NULL, '2024-01-05 19:59:14', NULL, '2024-01-05 19:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36009, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 19:59:14', '2024-01-05 19:59:14', 8, 0, '', NULL, '2024-01-05 19:59:14', NULL, '2024-01-05 19:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36010, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:01:14', '2024-01-05 20:01:14', 10, 0, '', NULL, '2024-01-05 20:01:14', NULL, '2024-01-05 20:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36011, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:01:14', '2024-01-05 20:01:14', 8, 0, '', NULL, '2024-01-05 20:01:14', NULL, '2024-01-05 20:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36012, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:03:14', '2024-01-05 20:03:14', 11, 0, '', NULL, '2024-01-05 20:03:14', NULL, '2024-01-05 20:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36013, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:03:14', '2024-01-05 20:03:14', 9, 0, '', NULL, '2024-01-05 20:03:14', NULL, '2024-01-05 20:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36014, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:05:14', '2024-01-05 20:05:14', 10, 0, '', NULL, '2024-01-05 20:05:14', NULL, '2024-01-05 20:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36015, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:05:14', '2024-01-05 20:05:14', 9, 0, '', NULL, '2024-01-05 20:05:14', NULL, '2024-01-05 20:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36016, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:07:14', '2024-01-05 20:07:14', 10, 0, '', NULL, '2024-01-05 20:07:14', NULL, '2024-01-05 20:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36017, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:07:14', '2024-01-05 20:07:14', 9, 0, '', NULL, '2024-01-05 20:07:14', NULL, '2024-01-05 20:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36018, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:09:14', '2024-01-05 20:09:14', 8, 0, '', NULL, '2024-01-05 20:09:14', NULL, '2024-01-05 20:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36019, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:09:14', '2024-01-05 20:09:14', 10, 0, '', NULL, '2024-01-05 20:09:14', NULL, '2024-01-05 20:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36020, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:11:14', '2024-01-05 20:11:14', 12, 0, '', NULL, '2024-01-05 20:11:14', NULL, '2024-01-05 20:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36021, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:11:14', '2024-01-05 20:11:14', 15, 0, '', NULL, '2024-01-05 20:11:14', NULL, '2024-01-05 20:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36022, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:11:14', '2024-01-05 20:11:14', 34, 0, '', NULL, '2024-01-05 20:11:14', NULL, '2024-01-05 20:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36023, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:11:14', '2024-01-05 20:11:14', 47, 0, '', NULL, '2024-01-05 20:11:14', NULL, '2024-01-05 20:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36024, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:11:14', '2024-01-05 20:11:14', 11, 0, '', NULL, '2024-01-05 20:11:14', NULL, '2024-01-05 20:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36025, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:11:14', '2024-01-05 20:11:14', 9, 0, '', NULL, '2024-01-05 20:11:14', NULL, '2024-01-05 20:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36026, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:13:14', '2024-01-05 20:13:14', 11, 0, '', NULL, '2024-01-05 20:13:14', NULL, '2024-01-05 20:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36027, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:13:14', '2024-01-05 20:13:14', 10, 0, '', NULL, '2024-01-05 20:13:14', NULL, '2024-01-05 20:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36028, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:15:14', '2024-01-05 20:15:14', 11, 0, '', NULL, '2024-01-05 20:15:14', NULL, '2024-01-05 20:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36029, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:15:14', '2024-01-05 20:15:14', 9, 0, '', NULL, '2024-01-05 20:15:14', NULL, '2024-01-05 20:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36030, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:17:14', '2024-01-05 20:17:14', 11, 0, '', NULL, '2024-01-05 20:17:14', NULL, '2024-01-05 20:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36031, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:17:14', '2024-01-05 20:17:14', 11, 0, '', NULL, '2024-01-05 20:17:14', NULL, '2024-01-05 20:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36032, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:19:14', '2024-01-05 20:19:14', 11, 0, '', NULL, '2024-01-05 20:19:14', NULL, '2024-01-05 20:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36033, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:19:14', '2024-01-05 20:19:14', 11, 0, '', NULL, '2024-01-05 20:19:14', NULL, '2024-01-05 20:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36034, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:21:14', '2024-01-05 20:21:14', 11, 0, '', NULL, '2024-01-05 20:21:14', NULL, '2024-01-05 20:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36035, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:21:14', '2024-01-05 20:21:14', 12, 0, '', NULL, '2024-01-05 20:21:14', NULL, '2024-01-05 20:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36036, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:23:14', '2024-01-05 20:23:14', 10, 0, '', NULL, '2024-01-05 20:23:14', NULL, '2024-01-05 20:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36037, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:23:14', '2024-01-05 20:23:14', 10, 0, '', NULL, '2024-01-05 20:23:14', NULL, '2024-01-05 20:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36038, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:25:14', '2024-01-05 20:25:14', 9, 0, '', NULL, '2024-01-05 20:25:14', NULL, '2024-01-05 20:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36039, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:25:14', '2024-01-05 20:25:14', 9, 0, '', NULL, '2024-01-05 20:25:14', NULL, '2024-01-05 20:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36040, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:27:14', '2024-01-05 20:27:14', 10, 0, '', NULL, '2024-01-05 20:27:14', NULL, '2024-01-05 20:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36041, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:27:14', '2024-01-05 20:27:14', 11, 0, '', NULL, '2024-01-05 20:27:14', NULL, '2024-01-05 20:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36042, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:29:14', '2024-01-05 20:29:14', 14, 0, '', NULL, '2024-01-05 20:29:14', NULL, '2024-01-05 20:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36043, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:29:14', '2024-01-05 20:29:14', 8, 0, '', NULL, '2024-01-05 20:29:14', NULL, '2024-01-05 20:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36044, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:31:14', '2024-01-05 20:31:14', 9, 0, '', NULL, '2024-01-05 20:31:14', NULL, '2024-01-05 20:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36045, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:31:14', '2024-01-05 20:31:14', 11, 0, '', NULL, '2024-01-05 20:31:14', NULL, '2024-01-05 20:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36046, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:33:14', '2024-01-05 20:33:14', 19, 0, '', NULL, '2024-01-05 20:33:14', NULL, '2024-01-05 20:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36047, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:33:14', '2024-01-05 20:33:14', 9, 0, '', NULL, '2024-01-05 20:33:14', NULL, '2024-01-05 20:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36048, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:35:14', '2024-01-05 20:35:14', 14, 0, '', NULL, '2024-01-05 20:35:14', NULL, '2024-01-05 20:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36049, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:35:14', '2024-01-05 20:35:14', 11, 0, '', NULL, '2024-01-05 20:35:14', NULL, '2024-01-05 20:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36050, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:37:14', '2024-01-05 20:37:14', 12, 0, '', NULL, '2024-01-05 20:37:14', NULL, '2024-01-05 20:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36051, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:37:14', '2024-01-05 20:37:14', 10, 0, '', NULL, '2024-01-05 20:37:14', NULL, '2024-01-05 20:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36052, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:39:14', '2024-01-05 20:39:14', 12, 0, '', NULL, '2024-01-05 20:39:14', NULL, '2024-01-05 20:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36053, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:39:14', '2024-01-05 20:39:14', 10, 0, '', NULL, '2024-01-05 20:39:14', NULL, '2024-01-05 20:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36054, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:41:14', '2024-01-05 20:41:14', 13, 0, '', NULL, '2024-01-05 20:41:14', NULL, '2024-01-05 20:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36055, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:41:14', '2024-01-05 20:41:14', 14, 0, '', NULL, '2024-01-05 20:41:14', NULL, '2024-01-05 20:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36056, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:41:14', '2024-01-05 20:41:14', 36, 0, '', NULL, '2024-01-05 20:41:14', NULL, '2024-01-05 20:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36057, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:41:14', '2024-01-05 20:41:14', 36, 0, '', NULL, '2024-01-05 20:41:14', NULL, '2024-01-05 20:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36058, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:41:14', '2024-01-05 20:41:14', 12, 0, '', NULL, '2024-01-05 20:41:14', NULL, '2024-01-05 20:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36059, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:41:14', '2024-01-05 20:41:14', 9, 0, '', NULL, '2024-01-05 20:41:14', NULL, '2024-01-05 20:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36060, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:41:14', '2024-01-05 20:41:14', 121, 0, '', NULL, '2024-01-05 20:41:14', NULL, '2024-01-05 20:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36061, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:41:14', '2024-01-05 20:41:14', 12, 0, '', NULL, '2024-01-05 20:41:14', NULL, '2024-01-05 20:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36062, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:43:14', '2024-01-05 20:43:14', 10, 0, '', NULL, '2024-01-05 20:43:14', NULL, '2024-01-05 20:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36063, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:43:14', '2024-01-05 20:43:14', 10, 0, '', NULL, '2024-01-05 20:43:14', NULL, '2024-01-05 20:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36064, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:45:14', '2024-01-05 20:45:14', 13, 0, '', NULL, '2024-01-05 20:45:14', NULL, '2024-01-05 20:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36065, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:45:14', '2024-01-05 20:45:14', 9, 0, '', NULL, '2024-01-05 20:45:14', NULL, '2024-01-05 20:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36066, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:47:14', '2024-01-05 20:47:14', 11, 0, '', NULL, '2024-01-05 20:47:14', NULL, '2024-01-05 20:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36067, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:47:14', '2024-01-05 20:47:14', 10, 0, '', NULL, '2024-01-05 20:47:14', NULL, '2024-01-05 20:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36068, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:49:14', '2024-01-05 20:49:14', 10, 0, '', NULL, '2024-01-05 20:49:14', NULL, '2024-01-05 20:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36069, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:49:14', '2024-01-05 20:49:14', 12, 0, '', NULL, '2024-01-05 20:49:14', NULL, '2024-01-05 20:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36070, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:51:14', '2024-01-05 20:51:14', 9, 0, '', NULL, '2024-01-05 20:51:14', NULL, '2024-01-05 20:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36071, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:51:14', '2024-01-05 20:51:14', 11, 0, '', NULL, '2024-01-05 20:51:14', NULL, '2024-01-05 20:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36072, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:53:14', '2024-01-05 20:53:14', 12, 0, '', NULL, '2024-01-05 20:53:14', NULL, '2024-01-05 20:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36073, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:53:14', '2024-01-05 20:53:14', 7, 0, '', NULL, '2024-01-05 20:53:14', NULL, '2024-01-05 20:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36074, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:55:14', '2024-01-05 20:55:14', 10, 0, '', NULL, '2024-01-05 20:55:14', NULL, '2024-01-05 20:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36075, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:55:14', '2024-01-05 20:55:14', 10, 0, '', NULL, '2024-01-05 20:55:14', NULL, '2024-01-05 20:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36076, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:57:14', '2024-01-05 20:57:14', 14, 0, '', NULL, '2024-01-05 20:57:14', NULL, '2024-01-05 20:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36077, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:57:14', '2024-01-05 20:57:14', 10, 0, '', NULL, '2024-01-05 20:57:14', NULL, '2024-01-05 20:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36078, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:59:14', '2024-01-05 20:59:14', 12, 0, '', NULL, '2024-01-05 20:59:14', NULL, '2024-01-05 20:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36079, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 20:59:14', '2024-01-05 20:59:14', 10, 0, '', NULL, '2024-01-05 20:59:14', NULL, '2024-01-05 20:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36080, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:01:14', '2024-01-05 21:01:14', 9, 0, '', NULL, '2024-01-05 21:01:14', NULL, '2024-01-05 21:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36081, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:01:14', '2024-01-05 21:01:14', 7, 0, '', NULL, '2024-01-05 21:01:14', NULL, '2024-01-05 21:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36082, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:03:14', '2024-01-05 21:03:14', 9, 0, '', NULL, '2024-01-05 21:03:14', NULL, '2024-01-05 21:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36083, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:03:14', '2024-01-05 21:03:14', 9, 0, '', NULL, '2024-01-05 21:03:14', NULL, '2024-01-05 21:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36084, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:05:14', '2024-01-05 21:05:14', 11, 0, '', NULL, '2024-01-05 21:05:14', NULL, '2024-01-05 21:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36085, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:05:14', '2024-01-05 21:05:14', 9, 0, '', NULL, '2024-01-05 21:05:14', NULL, '2024-01-05 21:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36086, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:07:14', '2024-01-05 21:07:14', 12, 0, '', NULL, '2024-01-05 21:07:14', NULL, '2024-01-05 21:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36087, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:07:14', '2024-01-05 21:07:14', 10, 0, '', NULL, '2024-01-05 21:07:14', NULL, '2024-01-05 21:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36088, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:09:14', '2024-01-05 21:09:14', 10, 0, '', NULL, '2024-01-05 21:09:14', NULL, '2024-01-05 21:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36089, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:09:14', '2024-01-05 21:09:14', 9, 0, '', NULL, '2024-01-05 21:09:14', NULL, '2024-01-05 21:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36090, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:11:14', '2024-01-05 21:11:14', 11, 0, '', NULL, '2024-01-05 21:11:14', NULL, '2024-01-05 21:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36091, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:11:14', '2024-01-05 21:11:14', 16, 0, '', NULL, '2024-01-05 21:11:14', NULL, '2024-01-05 21:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36092, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:11:14', '2024-01-05 21:11:14', 41, 0, '', NULL, '2024-01-05 21:11:14', NULL, '2024-01-05 21:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36093, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:11:14', '2024-01-05 21:11:14', 26, 0, '', NULL, '2024-01-05 21:11:14', NULL, '2024-01-05 21:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36094, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:11:14', '2024-01-05 21:11:14', 9, 0, '', NULL, '2024-01-05 21:11:14', NULL, '2024-01-05 21:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36095, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:11:14', '2024-01-05 21:11:14', 8, 0, '', NULL, '2024-01-05 21:11:14', NULL, '2024-01-05 21:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36096, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:13:14', '2024-01-05 21:13:14', 12, 0, '', NULL, '2024-01-05 21:13:14', NULL, '2024-01-05 21:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36097, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:13:14', '2024-01-05 21:13:14', 11, 0, '', NULL, '2024-01-05 21:13:14', NULL, '2024-01-05 21:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36098, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:15:14', '2024-01-05 21:15:14', 11, 0, '', NULL, '2024-01-05 21:15:14', NULL, '2024-01-05 21:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36099, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:15:14', '2024-01-05 21:15:14', 11, 0, '', NULL, '2024-01-05 21:15:14', NULL, '2024-01-05 21:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36100, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:17:14', '2024-01-05 21:17:14', 11, 0, '', NULL, '2024-01-05 21:17:14', NULL, '2024-01-05 21:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36101, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:17:14', '2024-01-05 21:17:14', 10, 0, '', NULL, '2024-01-05 21:17:14', NULL, '2024-01-05 21:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36102, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:19:14', '2024-01-05 21:19:14', 12, 0, '', NULL, '2024-01-05 21:19:14', NULL, '2024-01-05 21:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36103, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:19:14', '2024-01-05 21:19:14', 18, 0, '', NULL, '2024-01-05 21:19:14', NULL, '2024-01-05 21:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36104, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:21:14', '2024-01-05 21:21:14', 11, 0, '', NULL, '2024-01-05 21:21:14', NULL, '2024-01-05 21:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36105, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:21:14', '2024-01-05 21:21:14', 8, 0, '', NULL, '2024-01-05 21:21:14', NULL, '2024-01-05 21:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36106, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:23:14', '2024-01-05 21:23:14', 13, 0, '', NULL, '2024-01-05 21:23:14', NULL, '2024-01-05 21:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36107, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:23:14', '2024-01-05 21:23:14', 12, 0, '', NULL, '2024-01-05 21:23:14', NULL, '2024-01-05 21:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36108, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:25:14', '2024-01-05 21:25:14', 10, 0, '', NULL, '2024-01-05 21:25:14', NULL, '2024-01-05 21:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36109, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:25:14', '2024-01-05 21:25:14', 11, 0, '', NULL, '2024-01-05 21:25:14', NULL, '2024-01-05 21:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36110, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:27:14', '2024-01-05 21:27:14', 11, 0, '', NULL, '2024-01-05 21:27:14', NULL, '2024-01-05 21:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36111, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:27:14', '2024-01-05 21:27:14', 10, 0, '', NULL, '2024-01-05 21:27:14', NULL, '2024-01-05 21:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36112, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:29:14', '2024-01-05 21:29:14', 10, 0, '', NULL, '2024-01-05 21:29:14', NULL, '2024-01-05 21:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36113, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:29:14', '2024-01-05 21:29:14', 10, 0, '', NULL, '2024-01-05 21:29:14', NULL, '2024-01-05 21:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36114, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:31:14', '2024-01-05 21:31:14', 13, 0, '', NULL, '2024-01-05 21:31:14', NULL, '2024-01-05 21:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36115, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:31:14', '2024-01-05 21:31:14', 10, 0, '', NULL, '2024-01-05 21:31:14', NULL, '2024-01-05 21:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36116, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:33:14', '2024-01-05 21:33:14', 12, 0, '', NULL, '2024-01-05 21:33:14', NULL, '2024-01-05 21:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36117, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:33:14', '2024-01-05 21:33:14', 13, 0, '', NULL, '2024-01-05 21:33:14', NULL, '2024-01-05 21:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36118, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:35:14', '2024-01-05 21:35:14', 11, 0, '', NULL, '2024-01-05 21:35:14', NULL, '2024-01-05 21:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36119, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:35:14', '2024-01-05 21:35:14', 9, 0, '', NULL, '2024-01-05 21:35:14', NULL, '2024-01-05 21:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36120, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:37:14', '2024-01-05 21:37:14', 13, 0, '', NULL, '2024-01-05 21:37:14', NULL, '2024-01-05 21:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36121, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:37:14', '2024-01-05 21:37:14', 11, 0, '', NULL, '2024-01-05 21:37:14', NULL, '2024-01-05 21:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36122, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:39:14', '2024-01-05 21:39:14', 13, 0, '', NULL, '2024-01-05 21:39:14', NULL, '2024-01-05 21:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36123, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:39:14', '2024-01-05 21:39:14', 10, 0, '', NULL, '2024-01-05 21:39:14', NULL, '2024-01-05 21:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36124, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:41:14', '2024-01-05 21:41:14', 11, 0, '', NULL, '2024-01-05 21:41:14', NULL, '2024-01-05 21:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36125, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:41:14', '2024-01-05 21:41:14', 13, 0, '', NULL, '2024-01-05 21:41:14', NULL, '2024-01-05 21:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36126, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:41:14', '2024-01-05 21:41:14', 37, 0, '', NULL, '2024-01-05 21:41:14', NULL, '2024-01-05 21:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36127, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:41:14', '2024-01-05 21:41:14', 50, 0, '', NULL, '2024-01-05 21:41:14', NULL, '2024-01-05 21:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36128, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:41:14', '2024-01-05 21:41:14', 9, 0, '', NULL, '2024-01-05 21:41:14', NULL, '2024-01-05 21:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36129, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:41:14', '2024-01-05 21:41:14', 9, 0, '', NULL, '2024-01-05 21:41:14', NULL, '2024-01-05 21:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36130, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:43:14', '2024-01-05 21:43:14', 11, 0, '', NULL, '2024-01-05 21:43:14', NULL, '2024-01-05 21:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36131, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:43:14', '2024-01-05 21:43:14', 10, 0, '', NULL, '2024-01-05 21:43:14', NULL, '2024-01-05 21:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36132, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:45:14', '2024-01-05 21:45:14', 12, 0, '', NULL, '2024-01-05 21:45:14', NULL, '2024-01-05 21:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36133, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:45:14', '2024-01-05 21:45:14', 9, 0, '', NULL, '2024-01-05 21:45:14', NULL, '2024-01-05 21:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36134, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:47:14', '2024-01-05 21:47:14', 12, 0, '', NULL, '2024-01-05 21:47:14', NULL, '2024-01-05 21:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36135, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:47:14', '2024-01-05 21:47:14', 9, 0, '', NULL, '2024-01-05 21:47:14', NULL, '2024-01-05 21:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36136, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:49:14', '2024-01-05 21:49:14', 11, 0, '', NULL, '2024-01-05 21:49:14', NULL, '2024-01-05 21:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36137, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:49:14', '2024-01-05 21:49:14', 11, 0, '', NULL, '2024-01-05 21:49:14', NULL, '2024-01-05 21:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36138, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:51:14', '2024-01-05 21:51:14', 13, 0, '', NULL, '2024-01-05 21:51:14', NULL, '2024-01-05 21:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36139, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:51:14', '2024-01-05 21:51:14', 10, 0, '', NULL, '2024-01-05 21:51:14', NULL, '2024-01-05 21:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36140, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:53:14', '2024-01-05 21:53:14', 11, 0, '', NULL, '2024-01-05 21:53:14', NULL, '2024-01-05 21:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36141, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:53:14', '2024-01-05 21:53:14', 12, 0, '', NULL, '2024-01-05 21:53:14', NULL, '2024-01-05 21:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36142, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:55:14', '2024-01-05 21:55:14', 12, 0, '', NULL, '2024-01-05 21:55:14', NULL, '2024-01-05 21:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36143, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:55:14', '2024-01-05 21:55:14', 10, 0, '', NULL, '2024-01-05 21:55:14', NULL, '2024-01-05 21:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36144, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:57:14', '2024-01-05 21:57:14', 10, 0, '', NULL, '2024-01-05 21:57:14', NULL, '2024-01-05 21:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36145, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:57:14', '2024-01-05 21:57:14', 9, 0, '', NULL, '2024-01-05 21:57:14', NULL, '2024-01-05 21:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36146, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:59:14', '2024-01-05 21:59:14', 10, 0, '', NULL, '2024-01-05 21:59:14', NULL, '2024-01-05 21:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36147, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 21:59:14', '2024-01-05 21:59:14', 11, 0, '', NULL, '2024-01-05 21:59:14', NULL, '2024-01-05 21:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36148, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:01:14', '2024-01-05 22:01:14', 9, 0, '', NULL, '2024-01-05 22:01:14', NULL, '2024-01-05 22:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36149, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:01:14', '2024-01-05 22:01:14', 9, 0, '', NULL, '2024-01-05 22:01:14', NULL, '2024-01-05 22:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36150, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:03:14', '2024-01-05 22:03:14', 9, 0, '', NULL, '2024-01-05 22:03:14', NULL, '2024-01-05 22:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36151, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:03:14', '2024-01-05 22:03:14', 9, 0, '', NULL, '2024-01-05 22:03:14', NULL, '2024-01-05 22:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36152, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:05:14', '2024-01-05 22:05:14', 10, 0, '', NULL, '2024-01-05 22:05:14', NULL, '2024-01-05 22:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36153, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:05:14', '2024-01-05 22:05:14', 9, 0, '', NULL, '2024-01-05 22:05:14', NULL, '2024-01-05 22:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36154, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:07:14', '2024-01-05 22:07:14', 9, 0, '', NULL, '2024-01-05 22:07:14', NULL, '2024-01-05 22:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36155, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:07:14', '2024-01-05 22:07:14', 10, 0, '', NULL, '2024-01-05 22:07:14', NULL, '2024-01-05 22:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36156, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:09:14', '2024-01-05 22:09:14', 7, 0, '', NULL, '2024-01-05 22:09:14', NULL, '2024-01-05 22:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36157, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:09:14', '2024-01-05 22:09:14', 7, 0, '', NULL, '2024-01-05 22:09:14', NULL, '2024-01-05 22:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36158, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:11:14', '2024-01-05 22:11:14', 11, 0, '', NULL, '2024-01-05 22:11:14', NULL, '2024-01-05 22:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36159, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:11:14', '2024-01-05 22:11:14', 13, 0, '', NULL, '2024-01-05 22:11:14', NULL, '2024-01-05 22:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36160, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:11:14', '2024-01-05 22:11:14', 31, 0, '', NULL, '2024-01-05 22:11:14', NULL, '2024-01-05 22:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36161, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:11:14', '2024-01-05 22:11:14', 28, 0, '', NULL, '2024-01-05 22:11:14', NULL, '2024-01-05 22:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36162, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:11:14', '2024-01-05 22:11:14', 11, 0, '', NULL, '2024-01-05 22:11:14', NULL, '2024-01-05 22:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36163, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:11:14', '2024-01-05 22:11:14', 9, 0, '', NULL, '2024-01-05 22:11:14', NULL, '2024-01-05 22:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36164, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:11:14', '2024-01-05 22:11:14', 29, 0, '', NULL, '2024-01-05 22:11:14', NULL, '2024-01-05 22:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36165, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:11:14', '2024-01-05 22:11:14', 8, 0, '', NULL, '2024-01-05 22:11:14', NULL, '2024-01-05 22:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36166, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:13:14', '2024-01-05 22:13:14', 10, 0, '', NULL, '2024-01-05 22:13:14', NULL, '2024-01-05 22:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36167, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:13:14', '2024-01-05 22:13:14', 17, 0, '', NULL, '2024-01-05 22:13:14', NULL, '2024-01-05 22:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36168, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:15:14', '2024-01-05 22:15:14', 11, 0, '', NULL, '2024-01-05 22:15:14', NULL, '2024-01-05 22:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36169, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:15:14', '2024-01-05 22:15:14', 9, 0, '', NULL, '2024-01-05 22:15:14', NULL, '2024-01-05 22:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36170, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:17:14', '2024-01-05 22:17:14', 9, 0, '', NULL, '2024-01-05 22:17:14', NULL, '2024-01-05 22:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36171, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:17:14', '2024-01-05 22:17:14', 10, 0, '', NULL, '2024-01-05 22:17:14', NULL, '2024-01-05 22:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36172, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:19:14', '2024-01-05 22:19:14', 8, 0, '', NULL, '2024-01-05 22:19:14', NULL, '2024-01-05 22:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36173, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:19:14', '2024-01-05 22:19:14', 8, 0, '', NULL, '2024-01-05 22:19:14', NULL, '2024-01-05 22:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36174, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:21:14', '2024-01-05 22:21:14', 9, 0, '', NULL, '2024-01-05 22:21:14', NULL, '2024-01-05 22:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36175, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:21:14', '2024-01-05 22:21:14', 7, 0, '', NULL, '2024-01-05 22:21:14', NULL, '2024-01-05 22:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36176, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:23:14', '2024-01-05 22:23:14', 9, 0, '', NULL, '2024-01-05 22:23:14', NULL, '2024-01-05 22:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36177, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:23:14', '2024-01-05 22:23:14', 8, 0, '', NULL, '2024-01-05 22:23:14', NULL, '2024-01-05 22:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36178, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:25:14', '2024-01-05 22:25:14', 7, 0, '', NULL, '2024-01-05 22:25:14', NULL, '2024-01-05 22:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36179, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:25:14', '2024-01-05 22:25:14', 11, 0, '', NULL, '2024-01-05 22:25:14', NULL, '2024-01-05 22:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36180, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:27:14', '2024-01-05 22:27:14', 8, 0, '', NULL, '2024-01-05 22:27:14', NULL, '2024-01-05 22:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36181, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:27:14', '2024-01-05 22:27:14', 9, 0, '', NULL, '2024-01-05 22:27:14', NULL, '2024-01-05 22:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36182, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:29:14', '2024-01-05 22:29:14', 10, 0, '', NULL, '2024-01-05 22:29:14', NULL, '2024-01-05 22:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36183, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:29:14', '2024-01-05 22:29:14', 9, 0, '', NULL, '2024-01-05 22:29:14', NULL, '2024-01-05 22:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36184, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:31:14', '2024-01-05 22:31:14', 9, 0, '', NULL, '2024-01-05 22:31:14', NULL, '2024-01-05 22:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36185, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:31:14', '2024-01-05 22:31:14', 8, 0, '', NULL, '2024-01-05 22:31:14', NULL, '2024-01-05 22:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36186, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:33:14', '2024-01-05 22:33:14', 11, 0, '', NULL, '2024-01-05 22:33:14', NULL, '2024-01-05 22:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36187, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:33:14', '2024-01-05 22:33:14', 9, 0, '', NULL, '2024-01-05 22:33:14', NULL, '2024-01-05 22:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36188, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:35:14', '2024-01-05 22:35:14', 9, 0, '', NULL, '2024-01-05 22:35:14', NULL, '2024-01-05 22:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36189, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:35:14', '2024-01-05 22:35:14', 9, 0, '', NULL, '2024-01-05 22:35:14', NULL, '2024-01-05 22:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36190, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:37:14', '2024-01-05 22:37:14', 10, 0, '', NULL, '2024-01-05 22:37:14', NULL, '2024-01-05 22:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36191, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:37:14', '2024-01-05 22:37:14', 10, 0, '', NULL, '2024-01-05 22:37:14', NULL, '2024-01-05 22:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36192, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:39:14', '2024-01-05 22:39:14', 12, 0, '', NULL, '2024-01-05 22:39:14', NULL, '2024-01-05 22:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36193, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:39:14', '2024-01-05 22:39:14', 10, 0, '', NULL, '2024-01-05 22:39:14', NULL, '2024-01-05 22:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36194, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:41:14', '2024-01-05 22:41:14', 13, 0, '', NULL, '2024-01-05 22:41:14', NULL, '2024-01-05 22:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36195, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:41:14', '2024-01-05 22:41:14', 14, 0, '', NULL, '2024-01-05 22:41:14', NULL, '2024-01-05 22:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36196, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:41:14', '2024-01-05 22:41:14', 26, 0, '', NULL, '2024-01-05 22:41:14', NULL, '2024-01-05 22:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36197, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:41:14', '2024-01-05 22:41:14', 41, 0, '', NULL, '2024-01-05 22:41:14', NULL, '2024-01-05 22:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36198, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:41:14', '2024-01-05 22:41:14', 10, 0, '', NULL, '2024-01-05 22:41:14', NULL, '2024-01-05 22:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36199, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:41:14', '2024-01-05 22:41:14', 9, 0, '', NULL, '2024-01-05 22:41:14', NULL, '2024-01-05 22:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36200, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:43:14', '2024-01-05 22:43:14', 11, 0, '', NULL, '2024-01-05 22:43:14', NULL, '2024-01-05 22:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36201, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:43:14', '2024-01-05 22:43:14', 10, 0, '', NULL, '2024-01-05 22:43:14', NULL, '2024-01-05 22:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36202, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:45:14', '2024-01-05 22:45:14', 13, 0, '', NULL, '2024-01-05 22:45:14', NULL, '2024-01-05 22:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36203, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:45:14', '2024-01-05 22:45:14', 11, 0, '', NULL, '2024-01-05 22:45:14', NULL, '2024-01-05 22:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36204, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:47:14', '2024-01-05 22:47:14', 15, 0, '', NULL, '2024-01-05 22:47:14', NULL, '2024-01-05 22:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36205, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:47:14', '2024-01-05 22:47:14', 11, 0, '', NULL, '2024-01-05 22:47:14', NULL, '2024-01-05 22:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36206, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:49:14', '2024-01-05 22:49:14', 13, 0, '', NULL, '2024-01-05 22:49:14', NULL, '2024-01-05 22:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36207, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:49:14', '2024-01-05 22:49:14', 10, 0, '', NULL, '2024-01-05 22:49:14', NULL, '2024-01-05 22:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36208, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:51:14', '2024-01-05 22:51:14', 12, 0, '', NULL, '2024-01-05 22:51:14', NULL, '2024-01-05 22:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36209, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:51:14', '2024-01-05 22:51:14', 11, 0, '', NULL, '2024-01-05 22:51:14', NULL, '2024-01-05 22:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36210, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:53:14', '2024-01-05 22:53:14', 12, 0, '', NULL, '2024-01-05 22:53:14', NULL, '2024-01-05 22:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36211, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:53:14', '2024-01-05 22:53:14', 11, 0, '', NULL, '2024-01-05 22:53:14', NULL, '2024-01-05 22:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36212, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:55:14', '2024-01-05 22:55:14', 11, 0, '', NULL, '2024-01-05 22:55:14', NULL, '2024-01-05 22:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36213, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:55:14', '2024-01-05 22:55:14', 11, 0, '', NULL, '2024-01-05 22:55:14', NULL, '2024-01-05 22:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36214, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:57:14', '2024-01-05 22:57:14', 12, 0, '', NULL, '2024-01-05 22:57:14', NULL, '2024-01-05 22:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36215, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:57:14', '2024-01-05 22:57:14', 9, 0, '', NULL, '2024-01-05 22:57:14', NULL, '2024-01-05 22:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36216, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:59:14', '2024-01-05 22:59:14', 11, 0, '', NULL, '2024-01-05 22:59:14', NULL, '2024-01-05 22:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36217, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 22:59:14', '2024-01-05 22:59:14', 10, 0, '', NULL, '2024-01-05 22:59:14', NULL, '2024-01-05 22:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36218, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:01:14', '2024-01-05 23:01:14', 11, 0, '', NULL, '2024-01-05 23:01:14', NULL, '2024-01-05 23:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36219, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:01:14', '2024-01-05 23:01:14', 11, 0, '', NULL, '2024-01-05 23:01:14', NULL, '2024-01-05 23:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36220, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:03:14', '2024-01-05 23:03:14', 13, 0, '', NULL, '2024-01-05 23:03:14', NULL, '2024-01-05 23:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36221, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:03:14', '2024-01-05 23:03:14', 11, 0, '', NULL, '2024-01-05 23:03:14', NULL, '2024-01-05 23:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36222, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:05:14', '2024-01-05 23:05:14', 14, 0, '', NULL, '2024-01-05 23:05:14', NULL, '2024-01-05 23:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36223, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:05:14', '2024-01-05 23:05:14', 9, 0, '', NULL, '2024-01-05 23:05:14', NULL, '2024-01-05 23:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36224, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:07:14', '2024-01-05 23:07:14', 11, 0, '', NULL, '2024-01-05 23:07:14', NULL, '2024-01-05 23:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36225, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:07:14', '2024-01-05 23:07:14', 11, 0, '', NULL, '2024-01-05 23:07:14', NULL, '2024-01-05 23:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36226, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:09:14', '2024-01-05 23:09:14', 11, 0, '', NULL, '2024-01-05 23:09:14', NULL, '2024-01-05 23:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36227, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:09:14', '2024-01-05 23:09:14', 11, 0, '', NULL, '2024-01-05 23:09:14', NULL, '2024-01-05 23:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36228, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:11:14', '2024-01-05 23:11:14', 12, 0, '', NULL, '2024-01-05 23:11:14', NULL, '2024-01-05 23:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36229, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:11:14', '2024-01-05 23:11:14', 16, 0, '', NULL, '2024-01-05 23:11:14', NULL, '2024-01-05 23:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36230, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:11:14', '2024-01-05 23:11:14', 48, 0, '', NULL, '2024-01-05 23:11:14', NULL, '2024-01-05 23:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36231, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:11:14', '2024-01-05 23:11:14', 47, 0, '', NULL, '2024-01-05 23:11:14', NULL, '2024-01-05 23:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36232, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:11:14', '2024-01-05 23:11:14', 13, 0, '', NULL, '2024-01-05 23:11:14', NULL, '2024-01-05 23:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36233, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:11:14', '2024-01-05 23:11:14', 8, 0, '', NULL, '2024-01-05 23:11:14', NULL, '2024-01-05 23:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36234, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:11:14', '2024-01-05 23:11:14', 31, 0, '', NULL, '2024-01-05 23:11:14', NULL, '2024-01-05 23:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36235, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:11:14', '2024-01-05 23:11:14', 8, 0, '', NULL, '2024-01-05 23:11:14', NULL, '2024-01-05 23:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36236, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:13:14', '2024-01-05 23:13:14', 11, 0, '', NULL, '2024-01-05 23:13:14', NULL, '2024-01-05 23:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36237, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:13:14', '2024-01-05 23:13:14', 11, 0, '', NULL, '2024-01-05 23:13:14', NULL, '2024-01-05 23:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36238, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:15:14', '2024-01-05 23:15:14', 10, 0, '', NULL, '2024-01-05 23:15:14', NULL, '2024-01-05 23:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36239, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:15:14', '2024-01-05 23:15:14', 8, 0, '', NULL, '2024-01-05 23:15:14', NULL, '2024-01-05 23:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36240, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:17:14', '2024-01-05 23:17:14', 13, 0, '', NULL, '2024-01-05 23:17:14', NULL, '2024-01-05 23:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36241, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:17:14', '2024-01-05 23:17:14', 9, 0, '', NULL, '2024-01-05 23:17:14', NULL, '2024-01-05 23:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36242, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:19:14', '2024-01-05 23:19:14', 10, 0, '', NULL, '2024-01-05 23:19:14', NULL, '2024-01-05 23:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36243, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:19:14', '2024-01-05 23:19:14', 12, 0, '', NULL, '2024-01-05 23:19:14', NULL, '2024-01-05 23:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36244, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:21:14', '2024-01-05 23:21:14', 12, 0, '', NULL, '2024-01-05 23:21:14', NULL, '2024-01-05 23:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36245, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:21:14', '2024-01-05 23:21:14', 12, 0, '', NULL, '2024-01-05 23:21:14', NULL, '2024-01-05 23:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36246, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:23:14', '2024-01-05 23:23:14', 12, 0, '', NULL, '2024-01-05 23:23:14', NULL, '2024-01-05 23:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36247, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:23:14', '2024-01-05 23:23:14', 10, 0, '', NULL, '2024-01-05 23:23:14', NULL, '2024-01-05 23:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36248, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:25:14', '2024-01-05 23:25:14', 11, 0, '', NULL, '2024-01-05 23:25:14', NULL, '2024-01-05 23:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36249, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:25:14', '2024-01-05 23:25:14', 10, 0, '', NULL, '2024-01-05 23:25:14', NULL, '2024-01-05 23:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36250, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:27:14', '2024-01-05 23:27:14', 10, 0, '', NULL, '2024-01-05 23:27:14', NULL, '2024-01-05 23:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36251, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:27:14', '2024-01-05 23:27:14', 10, 0, '', NULL, '2024-01-05 23:27:14', NULL, '2024-01-05 23:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36252, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:29:14', '2024-01-05 23:29:14', 13, 0, '', NULL, '2024-01-05 23:29:14', NULL, '2024-01-05 23:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36253, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:29:14', '2024-01-05 23:29:14', 10, 0, '', NULL, '2024-01-05 23:29:14', NULL, '2024-01-05 23:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36254, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:31:14', '2024-01-05 23:31:14', 12, 0, '', NULL, '2024-01-05 23:31:14', NULL, '2024-01-05 23:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36255, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:31:14', '2024-01-05 23:31:14', 9, 0, '', NULL, '2024-01-05 23:31:14', NULL, '2024-01-05 23:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36256, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:33:14', '2024-01-05 23:33:14', 12, 0, '', NULL, '2024-01-05 23:33:14', NULL, '2024-01-05 23:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36257, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:33:14', '2024-01-05 23:33:14', 11, 0, '', NULL, '2024-01-05 23:33:14', NULL, '2024-01-05 23:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36258, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:35:14', '2024-01-05 23:35:14', 11, 0, '', NULL, '2024-01-05 23:35:14', NULL, '2024-01-05 23:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36259, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:35:14', '2024-01-05 23:35:14', 11, 0, '', NULL, '2024-01-05 23:35:14', NULL, '2024-01-05 23:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36260, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:37:14', '2024-01-05 23:37:14', 11, 0, '', NULL, '2024-01-05 23:37:14', NULL, '2024-01-05 23:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36261, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:37:14', '2024-01-05 23:37:14', 9, 0, '', NULL, '2024-01-05 23:37:14', NULL, '2024-01-05 23:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36262, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:39:14', '2024-01-05 23:39:14', 10, 0, '', NULL, '2024-01-05 23:39:14', NULL, '2024-01-05 23:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36263, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:39:14', '2024-01-05 23:39:14', 10, 0, '', NULL, '2024-01-05 23:39:14', NULL, '2024-01-05 23:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36264, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:41:14', '2024-01-05 23:41:14', 13, 0, '', NULL, '2024-01-05 23:41:14', NULL, '2024-01-05 23:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36265, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:41:14', '2024-01-05 23:41:14', 14, 0, '', NULL, '2024-01-05 23:41:14', NULL, '2024-01-05 23:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36266, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:41:14', '2024-01-05 23:41:14', 62, 0, '', NULL, '2024-01-05 23:41:14', NULL, '2024-01-05 23:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36267, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:41:14', '2024-01-05 23:41:14', 48, 0, '', NULL, '2024-01-05 23:41:14', NULL, '2024-01-05 23:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36268, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:41:14', '2024-01-05 23:41:14', 10, 0, '', NULL, '2024-01-05 23:41:14', NULL, '2024-01-05 23:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36269, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:41:14', '2024-01-05 23:41:14', 8, 0, '', NULL, '2024-01-05 23:41:14', NULL, '2024-01-05 23:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36270, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:43:14', '2024-01-05 23:43:14', 12, 0, '', NULL, '2024-01-05 23:43:14', NULL, '2024-01-05 23:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36271, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:43:14', '2024-01-05 23:43:14', 10, 0, '', NULL, '2024-01-05 23:43:14', NULL, '2024-01-05 23:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36272, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:45:14', '2024-01-05 23:45:14', 12, 0, '', NULL, '2024-01-05 23:45:14', NULL, '2024-01-05 23:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36273, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:45:14', '2024-01-05 23:45:14', 9, 0, '', NULL, '2024-01-05 23:45:14', NULL, '2024-01-05 23:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36274, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:47:14', '2024-01-05 23:47:14', 11, 0, '', NULL, '2024-01-05 23:47:14', NULL, '2024-01-05 23:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36275, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:47:14', '2024-01-05 23:47:14', 10, 0, '', NULL, '2024-01-05 23:47:14', NULL, '2024-01-05 23:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36276, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:49:14', '2024-01-05 23:49:14', 12, 0, '', NULL, '2024-01-05 23:49:14', NULL, '2024-01-05 23:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36277, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:49:14', '2024-01-05 23:49:14', 8, 0, '', NULL, '2024-01-05 23:49:14', NULL, '2024-01-05 23:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36278, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:51:14', '2024-01-05 23:51:14', 11, 0, '', NULL, '2024-01-05 23:51:14', NULL, '2024-01-05 23:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36279, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:51:14', '2024-01-05 23:51:14', 11, 0, '', NULL, '2024-01-05 23:51:14', NULL, '2024-01-05 23:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36280, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:53:14', '2024-01-05 23:53:14', 12, 0, '', NULL, '2024-01-05 23:53:14', NULL, '2024-01-05 23:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36281, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:53:14', '2024-01-05 23:53:14', 10, 0, '', NULL, '2024-01-05 23:53:14', NULL, '2024-01-05 23:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36282, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:55:14', '2024-01-05 23:55:14', 12, 0, '', NULL, '2024-01-05 23:55:14', NULL, '2024-01-05 23:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36283, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:55:14', '2024-01-05 23:55:14', 10, 0, '', NULL, '2024-01-05 23:55:14', NULL, '2024-01-05 23:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36284, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:57:14', '2024-01-05 23:57:14', 12, 0, '', NULL, '2024-01-05 23:57:14', NULL, '2024-01-05 23:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36285, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:57:14', '2024-01-05 23:57:14', 12, 0, '', NULL, '2024-01-05 23:57:14', NULL, '2024-01-05 23:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36286, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:59:14', '2024-01-05 23:59:14', 22, 0, '', NULL, '2024-01-05 23:59:14', NULL, '2024-01-05 23:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36287, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-05 23:59:14', '2024-01-05 23:59:14', 26, 0, '', NULL, '2024-01-05 23:59:14', NULL, '2024-01-05 23:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36288, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:01:14', '2024-01-06 00:01:14', 20, 0, '', NULL, '2024-01-06 00:01:14', NULL, '2024-01-06 00:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36289, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:01:14', '2024-01-06 00:01:14', 11, 0, '', NULL, '2024-01-06 00:01:14', NULL, '2024-01-06 00:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36290, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:03:14', '2024-01-06 00:03:14', 10, 0, '', NULL, '2024-01-06 00:03:14', NULL, '2024-01-06 00:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36291, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:03:14', '2024-01-06 00:03:14', 11, 0, '', NULL, '2024-01-06 00:03:14', NULL, '2024-01-06 00:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36292, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:05:14', '2024-01-06 00:05:14', 18, 0, '', NULL, '2024-01-06 00:05:14', NULL, '2024-01-06 00:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36293, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:05:14', '2024-01-06 00:05:14', 11, 0, '', NULL, '2024-01-06 00:05:14', NULL, '2024-01-06 00:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36294, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:07:14', '2024-01-06 00:07:14', 11, 0, '', NULL, '2024-01-06 00:07:14', NULL, '2024-01-06 00:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36295, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:07:14', '2024-01-06 00:07:14', 10, 0, '', NULL, '2024-01-06 00:07:14', NULL, '2024-01-06 00:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36296, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:09:14', '2024-01-06 00:09:14', 14, 0, '', NULL, '2024-01-06 00:09:14', NULL, '2024-01-06 00:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36297, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:09:14', '2024-01-06 00:09:14', 11, 0, '', NULL, '2024-01-06 00:09:14', NULL, '2024-01-06 00:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36298, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:11:14', '2024-01-06 00:11:14', 13, 0, '', NULL, '2024-01-06 00:11:14', NULL, '2024-01-06 00:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36299, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:11:14', '2024-01-06 00:11:14', 15, 0, '', NULL, '2024-01-06 00:11:14', NULL, '2024-01-06 00:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36300, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:11:14', '2024-01-06 00:11:14', 36, 0, '', NULL, '2024-01-06 00:11:14', NULL, '2024-01-06 00:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36301, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:11:14', '2024-01-06 00:11:14', 33, 0, '', NULL, '2024-01-06 00:11:14', NULL, '2024-01-06 00:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36302, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:11:14', '2024-01-06 00:11:14', 13, 0, '', NULL, '2024-01-06 00:11:14', NULL, '2024-01-06 00:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36303, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:11:14', '2024-01-06 00:11:14', 9, 0, '', NULL, '2024-01-06 00:11:14', NULL, '2024-01-06 00:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36304, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:11:14', '2024-01-06 00:11:14', 42, 0, '', NULL, '2024-01-06 00:11:14', NULL, '2024-01-06 00:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36305, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:11:14', '2024-01-06 00:11:14', 10, 0, '', NULL, '2024-01-06 00:11:14', NULL, '2024-01-06 00:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36306, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:13:14', '2024-01-06 00:13:14', 11, 0, '', NULL, '2024-01-06 00:13:14', NULL, '2024-01-06 00:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36307, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:13:14', '2024-01-06 00:13:14', 8, 0, '', NULL, '2024-01-06 00:13:14', NULL, '2024-01-06 00:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36308, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:15:14', '2024-01-06 00:15:14', 11, 0, '', NULL, '2024-01-06 00:15:14', NULL, '2024-01-06 00:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36309, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:15:14', '2024-01-06 00:15:14', 9, 0, '', NULL, '2024-01-06 00:15:14', NULL, '2024-01-06 00:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36310, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:17:14', '2024-01-06 00:17:14', 11, 0, '', NULL, '2024-01-06 00:17:14', NULL, '2024-01-06 00:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36311, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:17:14', '2024-01-06 00:17:14', 10, 0, '', NULL, '2024-01-06 00:17:14', NULL, '2024-01-06 00:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36312, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:19:14', '2024-01-06 00:19:14', 11, 0, '', NULL, '2024-01-06 00:19:14', NULL, '2024-01-06 00:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36313, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:19:14', '2024-01-06 00:19:14', 9, 0, '', NULL, '2024-01-06 00:19:14', NULL, '2024-01-06 00:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36314, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:21:14', '2024-01-06 00:21:14', 12, 0, '', NULL, '2024-01-06 00:21:14', NULL, '2024-01-06 00:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36315, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:21:14', '2024-01-06 00:21:14', 7, 0, '', NULL, '2024-01-06 00:21:14', NULL, '2024-01-06 00:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36316, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:23:14', '2024-01-06 00:23:14', 12, 0, '', NULL, '2024-01-06 00:23:14', NULL, '2024-01-06 00:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36317, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:23:14', '2024-01-06 00:23:14', 11, 0, '', NULL, '2024-01-06 00:23:14', NULL, '2024-01-06 00:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36318, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:25:14', '2024-01-06 00:25:14', 11, 0, '', NULL, '2024-01-06 00:25:14', NULL, '2024-01-06 00:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36319, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:25:14', '2024-01-06 00:25:14', 10, 0, '', NULL, '2024-01-06 00:25:14', NULL, '2024-01-06 00:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36320, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:27:14', '2024-01-06 00:27:14', 12, 0, '', NULL, '2024-01-06 00:27:14', NULL, '2024-01-06 00:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36321, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:27:14', '2024-01-06 00:27:14', 10, 0, '', NULL, '2024-01-06 00:27:14', NULL, '2024-01-06 00:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36322, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:29:14', '2024-01-06 00:29:14', 11, 0, '', NULL, '2024-01-06 00:29:14', NULL, '2024-01-06 00:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36323, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:29:14', '2024-01-06 00:29:14', 9, 0, '', NULL, '2024-01-06 00:29:14', NULL, '2024-01-06 00:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36324, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:31:14', '2024-01-06 00:31:14', 11, 0, '', NULL, '2024-01-06 00:31:14', NULL, '2024-01-06 00:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36325, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:31:14', '2024-01-06 00:31:14', 11, 0, '', NULL, '2024-01-06 00:31:14', NULL, '2024-01-06 00:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36326, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:33:14', '2024-01-06 00:33:14', 11, 0, '', NULL, '2024-01-06 00:33:14', NULL, '2024-01-06 00:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36327, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:33:14', '2024-01-06 00:33:14', 8, 0, '', NULL, '2024-01-06 00:33:14', NULL, '2024-01-06 00:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36328, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:35:14', '2024-01-06 00:35:14', 10, 0, '', NULL, '2024-01-06 00:35:14', NULL, '2024-01-06 00:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36329, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:35:14', '2024-01-06 00:35:14', 9, 0, '', NULL, '2024-01-06 00:35:14', NULL, '2024-01-06 00:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36330, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:37:14', '2024-01-06 00:37:14', 13, 0, '', NULL, '2024-01-06 00:37:14', NULL, '2024-01-06 00:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36331, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:37:14', '2024-01-06 00:37:14', 11, 0, '', NULL, '2024-01-06 00:37:14', NULL, '2024-01-06 00:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36332, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:39:14', '2024-01-06 00:39:14', 9, 0, '', NULL, '2024-01-06 00:39:14', NULL, '2024-01-06 00:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36333, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:39:14', '2024-01-06 00:39:14', 7, 0, '', NULL, '2024-01-06 00:39:14', NULL, '2024-01-06 00:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36334, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:41:14', '2024-01-06 00:41:14', 12, 0, '', NULL, '2024-01-06 00:41:14', NULL, '2024-01-06 00:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36335, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:41:14', '2024-01-06 00:41:14', 18, 0, '', NULL, '2024-01-06 00:41:14', NULL, '2024-01-06 00:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36336, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:41:14', '2024-01-06 00:41:14', 32, 0, '', NULL, '2024-01-06 00:41:14', NULL, '2024-01-06 00:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36337, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:41:14', '2024-01-06 00:41:14', 11, 0, '', NULL, '2024-01-06 00:41:14', NULL, '2024-01-06 00:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36338, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:41:14', '2024-01-06 00:41:14', 46, 0, '', NULL, '2024-01-06 00:41:14', NULL, '2024-01-06 00:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36339, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:41:14', '2024-01-06 00:41:14', 8, 0, '', NULL, '2024-01-06 00:41:14', NULL, '2024-01-06 00:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36340, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:41:14', '2024-01-06 00:41:14', 32, 0, '', NULL, '2024-01-06 00:41:14', NULL, '2024-01-06 00:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36341, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:41:14', '2024-01-06 00:41:14', 9, 0, '', NULL, '2024-01-06 00:41:14', NULL, '2024-01-06 00:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36342, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:43:14', '2024-01-06 00:43:14', 22, 0, '', NULL, '2024-01-06 00:43:14', NULL, '2024-01-06 00:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36343, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:43:14', '2024-01-06 00:43:14', 9, 0, '', NULL, '2024-01-06 00:43:14', NULL, '2024-01-06 00:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36344, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:45:14', '2024-01-06 00:45:14', 10, 0, '', NULL, '2024-01-06 00:45:14', NULL, '2024-01-06 00:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36345, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:45:14', '2024-01-06 00:45:14', 9, 0, '', NULL, '2024-01-06 00:45:14', NULL, '2024-01-06 00:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36346, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:47:14', '2024-01-06 00:47:14', 10, 0, '', NULL, '2024-01-06 00:47:14', NULL, '2024-01-06 00:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36347, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:47:14', '2024-01-06 00:47:14', 9, 0, '', NULL, '2024-01-06 00:47:14', NULL, '2024-01-06 00:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36348, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:49:14', '2024-01-06 00:49:14', 28, 0, '', NULL, '2024-01-06 00:49:14', NULL, '2024-01-06 00:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36349, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:49:14', '2024-01-06 00:49:14', 16, 0, '', NULL, '2024-01-06 00:49:14', NULL, '2024-01-06 00:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36350, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:51:14', '2024-01-06 00:51:14', 8, 0, '', NULL, '2024-01-06 00:51:14', NULL, '2024-01-06 00:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36351, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:51:14', '2024-01-06 00:51:14', 9, 0, '', NULL, '2024-01-06 00:51:14', NULL, '2024-01-06 00:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36352, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:53:14', '2024-01-06 00:53:14', 11, 0, '', NULL, '2024-01-06 00:53:14', NULL, '2024-01-06 00:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36353, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:53:14', '2024-01-06 00:53:14', 8, 0, '', NULL, '2024-01-06 00:53:14', NULL, '2024-01-06 00:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36354, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:55:14', '2024-01-06 00:55:14', 9, 0, '', NULL, '2024-01-06 00:55:14', NULL, '2024-01-06 00:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36355, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:55:14', '2024-01-06 00:55:14', 7, 0, '', NULL, '2024-01-06 00:55:14', NULL, '2024-01-06 00:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36356, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:57:14', '2024-01-06 00:57:14', 14, 0, '', NULL, '2024-01-06 00:57:14', NULL, '2024-01-06 00:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36357, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:57:14', '2024-01-06 00:57:14', 8, 0, '', NULL, '2024-01-06 00:57:14', NULL, '2024-01-06 00:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36358, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:59:14', '2024-01-06 00:59:14', 8, 0, '', NULL, '2024-01-06 00:59:14', NULL, '2024-01-06 00:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36359, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 00:59:14', '2024-01-06 00:59:14', 8, 0, '', NULL, '2024-01-06 00:59:14', NULL, '2024-01-06 00:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36360, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:01:14', '2024-01-06 01:01:14', 10, 0, '', NULL, '2024-01-06 01:01:14', NULL, '2024-01-06 01:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36361, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:01:14', '2024-01-06 01:01:14', 10, 0, '', NULL, '2024-01-06 01:01:14', NULL, '2024-01-06 01:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36362, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:03:14', '2024-01-06 01:03:14', 9, 0, '', NULL, '2024-01-06 01:03:14', NULL, '2024-01-06 01:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36363, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:03:14', '2024-01-06 01:03:14', 9, 0, '', NULL, '2024-01-06 01:03:14', NULL, '2024-01-06 01:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36364, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:05:14', '2024-01-06 01:05:14', 14, 0, '', NULL, '2024-01-06 01:05:14', NULL, '2024-01-06 01:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36365, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:05:14', '2024-01-06 01:05:14', 12, 0, '', NULL, '2024-01-06 01:05:14', NULL, '2024-01-06 01:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36366, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:07:14', '2024-01-06 01:07:14', 8, 0, '', NULL, '2024-01-06 01:07:14', NULL, '2024-01-06 01:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36367, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:07:14', '2024-01-06 01:07:14', 9, 0, '', NULL, '2024-01-06 01:07:14', NULL, '2024-01-06 01:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36368, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:09:14', '2024-01-06 01:09:14', 12, 0, '', NULL, '2024-01-06 01:09:14', NULL, '2024-01-06 01:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36369, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:09:14', '2024-01-06 01:09:14', 8, 0, '', NULL, '2024-01-06 01:09:14', NULL, '2024-01-06 01:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36370, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:11:14', '2024-01-06 01:11:14', 13, 0, '', NULL, '2024-01-06 01:11:14', NULL, '2024-01-06 01:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36371, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:11:14', '2024-01-06 01:11:14', 15, 0, '', NULL, '2024-01-06 01:11:14', NULL, '2024-01-06 01:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36372, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:11:14', '2024-01-06 01:11:14', 35, 0, '', NULL, '2024-01-06 01:11:14', NULL, '2024-01-06 01:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36373, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:11:14', '2024-01-06 01:11:14', 10, 0, '', NULL, '2024-01-06 01:11:14', NULL, '2024-01-06 01:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36374, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:11:14', '2024-01-06 01:11:14', 35, 0, '', NULL, '2024-01-06 01:11:14', NULL, '2024-01-06 01:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36375, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:11:14', '2024-01-06 01:11:14', 7, 0, '', NULL, '2024-01-06 01:11:14', NULL, '2024-01-06 01:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36376, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:11:14', '2024-01-06 01:11:14', 31, 0, '', NULL, '2024-01-06 01:11:14', NULL, '2024-01-06 01:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36377, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:11:14', '2024-01-06 01:11:14', 8, 0, '', NULL, '2024-01-06 01:11:14', NULL, '2024-01-06 01:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36378, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:13:14', '2024-01-06 01:13:14', 12, 0, '', NULL, '2024-01-06 01:13:14', NULL, '2024-01-06 01:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36379, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:13:14', '2024-01-06 01:13:14', 10, 0, '', NULL, '2024-01-06 01:13:14', NULL, '2024-01-06 01:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36380, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:15:14', '2024-01-06 01:15:14', 10, 0, '', NULL, '2024-01-06 01:15:14', NULL, '2024-01-06 01:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36381, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:15:14', '2024-01-06 01:15:14', 7, 0, '', NULL, '2024-01-06 01:15:14', NULL, '2024-01-06 01:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36382, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:17:14', '2024-01-06 01:17:14', 11, 0, '', NULL, '2024-01-06 01:17:14', NULL, '2024-01-06 01:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36383, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:17:14', '2024-01-06 01:17:14', 23, 0, '', NULL, '2024-01-06 01:17:14', NULL, '2024-01-06 01:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36384, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:19:14', '2024-01-06 01:19:14', 13, 0, '', NULL, '2024-01-06 01:19:14', NULL, '2024-01-06 01:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36385, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:19:14', '2024-01-06 01:19:14', 10, 0, '', NULL, '2024-01-06 01:19:14', NULL, '2024-01-06 01:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36386, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:21:14', '2024-01-06 01:21:14', 12, 0, '', NULL, '2024-01-06 01:21:14', NULL, '2024-01-06 01:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36387, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:21:14', '2024-01-06 01:21:14', 11, 0, '', NULL, '2024-01-06 01:21:14', NULL, '2024-01-06 01:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36388, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:23:14', '2024-01-06 01:23:14', 12, 0, '', NULL, '2024-01-06 01:23:14', NULL, '2024-01-06 01:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36389, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:23:14', '2024-01-06 01:23:14', 10, 0, '', NULL, '2024-01-06 01:23:14', NULL, '2024-01-06 01:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36390, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:25:14', '2024-01-06 01:25:14', 12, 0, '', NULL, '2024-01-06 01:25:14', NULL, '2024-01-06 01:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36391, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:25:14', '2024-01-06 01:25:14', 11, 0, '', NULL, '2024-01-06 01:25:14', NULL, '2024-01-06 01:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36392, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:27:14', '2024-01-06 01:27:14', 12, 0, '', NULL, '2024-01-06 01:27:14', NULL, '2024-01-06 01:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36393, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:27:14', '2024-01-06 01:27:14', 9, 0, '', NULL, '2024-01-06 01:27:14', NULL, '2024-01-06 01:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36394, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:29:14', '2024-01-06 01:29:14', 14, 0, '', NULL, '2024-01-06 01:29:14', NULL, '2024-01-06 01:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36395, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:29:14', '2024-01-06 01:29:14', 11, 0, '', NULL, '2024-01-06 01:29:14', NULL, '2024-01-06 01:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36396, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:31:14', '2024-01-06 01:31:14', 16, 0, '', NULL, '2024-01-06 01:31:14', NULL, '2024-01-06 01:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36397, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:31:14', '2024-01-06 01:31:14', 9, 0, '', NULL, '2024-01-06 01:31:14', NULL, '2024-01-06 01:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36398, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:33:14', '2024-01-06 01:33:14', 12, 0, '', NULL, '2024-01-06 01:33:14', NULL, '2024-01-06 01:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36399, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:33:14', '2024-01-06 01:33:14', 10, 0, '', NULL, '2024-01-06 01:33:14', NULL, '2024-01-06 01:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36400, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:35:14', '2024-01-06 01:35:14', 15, 0, '', NULL, '2024-01-06 01:35:14', NULL, '2024-01-06 01:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36401, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:35:14', '2024-01-06 01:35:14', 10, 0, '', NULL, '2024-01-06 01:35:14', NULL, '2024-01-06 01:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36402, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:37:14', '2024-01-06 01:37:14', 12, 0, '', NULL, '2024-01-06 01:37:14', NULL, '2024-01-06 01:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36403, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:37:14', '2024-01-06 01:37:14', 11, 0, '', NULL, '2024-01-06 01:37:14', NULL, '2024-01-06 01:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36404, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:39:14', '2024-01-06 01:39:14', 11, 0, '', NULL, '2024-01-06 01:39:14', NULL, '2024-01-06 01:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36405, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:39:14', '2024-01-06 01:39:14', 10, 0, '', NULL, '2024-01-06 01:39:14', NULL, '2024-01-06 01:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36406, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:41:14', '2024-01-06 01:41:14', 13, 0, '', NULL, '2024-01-06 01:41:14', NULL, '2024-01-06 01:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36407, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:41:14', '2024-01-06 01:41:14', 16, 0, '', NULL, '2024-01-06 01:41:14', NULL, '2024-01-06 01:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36408, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:41:14', '2024-01-06 01:41:14', 55, 0, '', NULL, '2024-01-06 01:41:14', NULL, '2024-01-06 01:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36409, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:41:14', '2024-01-06 01:41:14', 40, 0, '', NULL, '2024-01-06 01:41:14', NULL, '2024-01-06 01:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36410, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:41:14', '2024-01-06 01:41:14', 9, 0, '', NULL, '2024-01-06 01:41:14', NULL, '2024-01-06 01:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36411, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:41:14', '2024-01-06 01:41:14', 9, 0, '', NULL, '2024-01-06 01:41:14', NULL, '2024-01-06 01:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36412, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:43:14', '2024-01-06 01:43:14', 12, 0, '', NULL, '2024-01-06 01:43:14', NULL, '2024-01-06 01:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36413, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:43:14', '2024-01-06 01:43:14', 13, 0, '', NULL, '2024-01-06 01:43:14', NULL, '2024-01-06 01:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36414, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:45:14', '2024-01-06 01:45:14', 15, 0, '', NULL, '2024-01-06 01:45:14', NULL, '2024-01-06 01:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36415, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:45:14', '2024-01-06 01:45:14', 12, 0, '', NULL, '2024-01-06 01:45:14', NULL, '2024-01-06 01:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36416, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:47:14', '2024-01-06 01:47:14', 12, 0, '', NULL, '2024-01-06 01:47:14', NULL, '2024-01-06 01:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36417, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:47:14', '2024-01-06 01:47:14', 10, 0, '', NULL, '2024-01-06 01:47:14', NULL, '2024-01-06 01:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36418, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:49:14', '2024-01-06 01:49:14', 11, 0, '', NULL, '2024-01-06 01:49:14', NULL, '2024-01-06 01:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36419, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:49:14', '2024-01-06 01:49:14', 11, 0, '', NULL, '2024-01-06 01:49:14', NULL, '2024-01-06 01:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36420, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:51:14', '2024-01-06 01:51:14', 45, 0, '', NULL, '2024-01-06 01:51:14', NULL, '2024-01-06 01:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36421, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:51:14', '2024-01-06 01:51:14', 9, 0, '', NULL, '2024-01-06 01:51:14', NULL, '2024-01-06 01:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36422, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:53:14', '2024-01-06 01:53:14', 11, 0, '', NULL, '2024-01-06 01:53:14', NULL, '2024-01-06 01:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36423, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:53:14', '2024-01-06 01:53:14', 8, 0, '', NULL, '2024-01-06 01:53:14', NULL, '2024-01-06 01:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36424, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:55:14', '2024-01-06 01:55:14', 10, 0, '', NULL, '2024-01-06 01:55:14', NULL, '2024-01-06 01:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36425, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:55:14', '2024-01-06 01:55:14', 11, 0, '', NULL, '2024-01-06 01:55:14', NULL, '2024-01-06 01:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36426, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:57:14', '2024-01-06 01:57:14', 10, 0, '', NULL, '2024-01-06 01:57:14', NULL, '2024-01-06 01:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36427, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:57:14', '2024-01-06 01:57:14', 9, 0, '', NULL, '2024-01-06 01:57:14', NULL, '2024-01-06 01:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36428, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:59:14', '2024-01-06 01:59:14', 12, 0, '', NULL, '2024-01-06 01:59:14', NULL, '2024-01-06 01:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36429, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 01:59:14', '2024-01-06 01:59:14', 10, 0, '', NULL, '2024-01-06 01:59:14', NULL, '2024-01-06 01:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36430, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:01:14', '2024-01-06 02:01:14', 10, 0, '', NULL, '2024-01-06 02:01:14', NULL, '2024-01-06 02:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36431, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:01:14', '2024-01-06 02:01:14', 9, 0, '', NULL, '2024-01-06 02:01:14', NULL, '2024-01-06 02:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36432, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:03:14', '2024-01-06 02:03:14', 13, 0, '', NULL, '2024-01-06 02:03:14', NULL, '2024-01-06 02:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36433, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:03:14', '2024-01-06 02:03:14', 10, 0, '', NULL, '2024-01-06 02:03:14', NULL, '2024-01-06 02:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36434, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:05:14', '2024-01-06 02:05:14', 14, 0, '', NULL, '2024-01-06 02:05:14', NULL, '2024-01-06 02:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36435, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:05:14', '2024-01-06 02:05:14', 15, 0, '', NULL, '2024-01-06 02:05:14', NULL, '2024-01-06 02:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36436, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:07:14', '2024-01-06 02:07:14', 9, 0, '', NULL, '2024-01-06 02:07:14', NULL, '2024-01-06 02:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36437, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:07:14', '2024-01-06 02:07:14', 11, 0, '', NULL, '2024-01-06 02:07:14', NULL, '2024-01-06 02:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36438, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:09:14', '2024-01-06 02:09:14', 11, 0, '', NULL, '2024-01-06 02:09:14', NULL, '2024-01-06 02:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36439, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:09:14', '2024-01-06 02:09:14', 10, 0, '', NULL, '2024-01-06 02:09:14', NULL, '2024-01-06 02:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36440, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:11:14', '2024-01-06 02:11:14', 13, 0, '', NULL, '2024-01-06 02:11:14', NULL, '2024-01-06 02:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36441, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:11:14', '2024-01-06 02:11:14', 17, 0, '', NULL, '2024-01-06 02:11:14', NULL, '2024-01-06 02:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36442, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:11:14', '2024-01-06 02:11:14', 41, 0, '', NULL, '2024-01-06 02:11:14', NULL, '2024-01-06 02:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36443, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:11:14', '2024-01-06 02:11:14', 37, 0, '', NULL, '2024-01-06 02:11:14', NULL, '2024-01-06 02:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36444, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:11:14', '2024-01-06 02:11:14', 13, 0, '', NULL, '2024-01-06 02:11:14', NULL, '2024-01-06 02:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36445, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:11:14', '2024-01-06 02:11:14', 9, 0, '', NULL, '2024-01-06 02:11:14', NULL, '2024-01-06 02:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36446, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:11:14', '2024-01-06 02:11:14', 33, 0, '', NULL, '2024-01-06 02:11:14', NULL, '2024-01-06 02:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36447, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:11:14', '2024-01-06 02:11:14', 9, 0, '', NULL, '2024-01-06 02:11:14', NULL, '2024-01-06 02:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36448, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:13:14', '2024-01-06 02:13:14', 13, 0, '', NULL, '2024-01-06 02:13:14', NULL, '2024-01-06 02:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36449, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:13:14', '2024-01-06 02:13:14', 10, 0, '', NULL, '2024-01-06 02:13:14', NULL, '2024-01-06 02:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36450, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:15:14', '2024-01-06 02:15:14', 11, 0, '', NULL, '2024-01-06 02:15:14', NULL, '2024-01-06 02:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36451, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:15:14', '2024-01-06 02:15:14', 10, 0, '', NULL, '2024-01-06 02:15:14', NULL, '2024-01-06 02:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36452, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:17:14', '2024-01-06 02:17:14', 10, 0, '', NULL, '2024-01-06 02:17:14', NULL, '2024-01-06 02:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36453, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:17:14', '2024-01-06 02:17:14', 10, 0, '', NULL, '2024-01-06 02:17:14', NULL, '2024-01-06 02:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36454, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:19:14', '2024-01-06 02:19:14', 11, 0, '', NULL, '2024-01-06 02:19:14', NULL, '2024-01-06 02:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36455, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:19:14', '2024-01-06 02:19:14', 21, 0, '', NULL, '2024-01-06 02:19:14', NULL, '2024-01-06 02:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36456, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:21:14', '2024-01-06 02:21:14', 12, 0, '', NULL, '2024-01-06 02:21:14', NULL, '2024-01-06 02:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36457, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:21:14', '2024-01-06 02:21:14', 12, 0, '', NULL, '2024-01-06 02:21:14', NULL, '2024-01-06 02:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36458, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:23:14', '2024-01-06 02:23:14', 10, 0, '', NULL, '2024-01-06 02:23:14', NULL, '2024-01-06 02:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36459, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:23:14', '2024-01-06 02:23:14', 9, 0, '', NULL, '2024-01-06 02:23:14', NULL, '2024-01-06 02:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36460, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:25:14', '2024-01-06 02:25:14', 10, 0, '', NULL, '2024-01-06 02:25:14', NULL, '2024-01-06 02:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36461, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:25:14', '2024-01-06 02:25:14', 10, 0, '', NULL, '2024-01-06 02:25:14', NULL, '2024-01-06 02:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36462, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:27:14', '2024-01-06 02:27:14', 13, 0, '', NULL, '2024-01-06 02:27:14', NULL, '2024-01-06 02:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36463, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:27:14', '2024-01-06 02:27:14', 12, 0, '', NULL, '2024-01-06 02:27:14', NULL, '2024-01-06 02:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36464, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:29:14', '2024-01-06 02:29:14', 10, 0, '', NULL, '2024-01-06 02:29:14', NULL, '2024-01-06 02:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36465, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:29:14', '2024-01-06 02:29:14', 10, 0, '', NULL, '2024-01-06 02:29:14', NULL, '2024-01-06 02:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36466, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:31:14', '2024-01-06 02:31:14', 12, 0, '', NULL, '2024-01-06 02:31:14', NULL, '2024-01-06 02:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36467, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:31:14', '2024-01-06 02:31:14', 12, 0, '', NULL, '2024-01-06 02:31:14', NULL, '2024-01-06 02:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36468, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:33:14', '2024-01-06 02:33:14', 12, 0, '', NULL, '2024-01-06 02:33:14', NULL, '2024-01-06 02:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36469, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:33:14', '2024-01-06 02:33:14', 10, 0, '', NULL, '2024-01-06 02:33:14', NULL, '2024-01-06 02:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36470, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:35:14', '2024-01-06 02:35:14', 13, 0, '', NULL, '2024-01-06 02:35:14', NULL, '2024-01-06 02:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36471, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:35:14', '2024-01-06 02:35:14', 11, 0, '', NULL, '2024-01-06 02:35:14', NULL, '2024-01-06 02:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36472, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:37:14', '2024-01-06 02:37:14', 9, 0, '', NULL, '2024-01-06 02:37:14', NULL, '2024-01-06 02:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36473, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:37:14', '2024-01-06 02:37:14', 11, 0, '', NULL, '2024-01-06 02:37:14', NULL, '2024-01-06 02:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36474, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:39:14', '2024-01-06 02:39:14', 12, 0, '', NULL, '2024-01-06 02:39:14', NULL, '2024-01-06 02:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36475, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:39:14', '2024-01-06 02:39:14', 10, 0, '', NULL, '2024-01-06 02:39:14', NULL, '2024-01-06 02:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36476, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:41:14', '2024-01-06 02:41:14', 14, 0, '', NULL, '2024-01-06 02:41:14', NULL, '2024-01-06 02:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36477, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:41:14', '2024-01-06 02:41:14', 15, 0, '', NULL, '2024-01-06 02:41:14', NULL, '2024-01-06 02:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36478, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:41:14', '2024-01-06 02:41:14', 38, 0, '', NULL, '2024-01-06 02:41:14', NULL, '2024-01-06 02:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36479, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:41:14', '2024-01-06 02:41:14', 11, 0, '', NULL, '2024-01-06 02:41:14', NULL, '2024-01-06 02:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36480, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:41:14', '2024-01-06 02:41:14', 38, 0, '', NULL, '2024-01-06 02:41:14', NULL, '2024-01-06 02:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36481, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:41:14', '2024-01-06 02:41:14', 9, 0, '', NULL, '2024-01-06 02:41:14', NULL, '2024-01-06 02:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36482, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:41:14', '2024-01-06 02:41:14', 49, 0, '', NULL, '2024-01-06 02:41:14', NULL, '2024-01-06 02:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36483, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:41:14', '2024-01-06 02:41:14', 10, 0, '', NULL, '2024-01-06 02:41:14', NULL, '2024-01-06 02:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36484, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:43:14', '2024-01-06 02:43:14', 12, 0, '', NULL, '2024-01-06 02:43:14', NULL, '2024-01-06 02:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36485, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:43:14', '2024-01-06 02:43:14', 12, 0, '', NULL, '2024-01-06 02:43:14', NULL, '2024-01-06 02:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36486, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:45:14', '2024-01-06 02:45:14', 10, 0, '', NULL, '2024-01-06 02:45:14', NULL, '2024-01-06 02:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36487, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:45:14', '2024-01-06 02:45:14', 10, 0, '', NULL, '2024-01-06 02:45:14', NULL, '2024-01-06 02:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36488, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:47:14', '2024-01-06 02:47:14', 12, 0, '', NULL, '2024-01-06 02:47:14', NULL, '2024-01-06 02:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36489, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:47:14', '2024-01-06 02:47:14', 8, 0, '', NULL, '2024-01-06 02:47:14', NULL, '2024-01-06 02:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36490, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:49:14', '2024-01-06 02:49:14', 11, 0, '', NULL, '2024-01-06 02:49:14', NULL, '2024-01-06 02:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36491, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:49:14', '2024-01-06 02:49:14', 18, 0, '', NULL, '2024-01-06 02:49:14', NULL, '2024-01-06 02:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36492, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:51:14', '2024-01-06 02:51:14', 13, 0, '', NULL, '2024-01-06 02:51:14', NULL, '2024-01-06 02:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36493, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:51:14', '2024-01-06 02:51:14', 11, 0, '', NULL, '2024-01-06 02:51:14', NULL, '2024-01-06 02:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36494, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:53:14', '2024-01-06 02:53:14', 6, 0, '', NULL, '2024-01-06 02:53:14', NULL, '2024-01-06 02:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36495, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:53:14', '2024-01-06 02:53:14', 12, 0, '', NULL, '2024-01-06 02:53:14', NULL, '2024-01-06 02:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36496, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:55:14', '2024-01-06 02:55:14', 12, 0, '', NULL, '2024-01-06 02:55:14', NULL, '2024-01-06 02:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36497, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:55:14', '2024-01-06 02:55:14', 11, 0, '', NULL, '2024-01-06 02:55:14', NULL, '2024-01-06 02:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36498, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:57:14', '2024-01-06 02:57:14', 11, 0, '', NULL, '2024-01-06 02:57:14', NULL, '2024-01-06 02:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36499, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:57:14', '2024-01-06 02:57:14', 10, 0, '', NULL, '2024-01-06 02:57:14', NULL, '2024-01-06 02:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36500, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:59:14', '2024-01-06 02:59:14', 12, 0, '', NULL, '2024-01-06 02:59:14', NULL, '2024-01-06 02:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36501, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 02:59:14', '2024-01-06 02:59:14', 8, 0, '', NULL, '2024-01-06 02:59:14', NULL, '2024-01-06 02:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36502, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:01:14', '2024-01-06 03:01:14', 13, 0, '', NULL, '2024-01-06 03:01:14', NULL, '2024-01-06 03:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36503, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:01:14', '2024-01-06 03:01:14', 11, 0, '', NULL, '2024-01-06 03:01:14', NULL, '2024-01-06 03:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36504, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:03:14', '2024-01-06 03:03:14', 9, 0, '', NULL, '2024-01-06 03:03:14', NULL, '2024-01-06 03:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36505, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:03:14', '2024-01-06 03:03:14', 9, 0, '', NULL, '2024-01-06 03:03:14', NULL, '2024-01-06 03:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36506, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:05:14', '2024-01-06 03:05:14', 10, 0, '', NULL, '2024-01-06 03:05:14', NULL, '2024-01-06 03:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36507, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:05:14', '2024-01-06 03:05:14', 9, 0, '', NULL, '2024-01-06 03:05:14', NULL, '2024-01-06 03:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36508, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:07:14', '2024-01-06 03:07:14', 10, 0, '', NULL, '2024-01-06 03:07:14', NULL, '2024-01-06 03:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36509, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:07:14', '2024-01-06 03:07:14', 8, 0, '', NULL, '2024-01-06 03:07:14', NULL, '2024-01-06 03:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36510, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:09:14', '2024-01-06 03:09:14', 10, 0, '', NULL, '2024-01-06 03:09:14', NULL, '2024-01-06 03:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36511, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:09:14', '2024-01-06 03:09:14', 11, 0, '', NULL, '2024-01-06 03:09:14', NULL, '2024-01-06 03:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36512, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:11:14', '2024-01-06 03:11:14', 11, 0, '', NULL, '2024-01-06 03:11:14', NULL, '2024-01-06 03:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36513, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:11:14', '2024-01-06 03:11:14', 16, 0, '', NULL, '2024-01-06 03:11:14', NULL, '2024-01-06 03:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36514, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:11:14', '2024-01-06 03:11:14', 37, 0, '', NULL, '2024-01-06 03:11:14', NULL, '2024-01-06 03:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36515, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:11:14', '2024-01-06 03:11:14', 33, 0, '', NULL, '2024-01-06 03:11:14', NULL, '2024-01-06 03:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36516, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:11:14', '2024-01-06 03:11:14', 12, 0, '', NULL, '2024-01-06 03:11:14', NULL, '2024-01-06 03:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36517, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:11:14', '2024-01-06 03:11:14', 11, 0, '', NULL, '2024-01-06 03:11:14', NULL, '2024-01-06 03:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36518, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:11:14', '2024-01-06 03:11:14', 32, 0, '', NULL, '2024-01-06 03:11:14', NULL, '2024-01-06 03:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36519, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:11:14', '2024-01-06 03:11:14', 9, 0, '', NULL, '2024-01-06 03:11:14', NULL, '2024-01-06 03:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36520, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:13:14', '2024-01-06 03:13:14', 8, 0, '', NULL, '2024-01-06 03:13:14', NULL, '2024-01-06 03:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36521, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:13:14', '2024-01-06 03:13:14', 5, 0, '', NULL, '2024-01-06 03:13:14', NULL, '2024-01-06 03:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36522, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:15:14', '2024-01-06 03:15:14', 10, 0, '', NULL, '2024-01-06 03:15:14', NULL, '2024-01-06 03:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36523, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:15:14', '2024-01-06 03:15:14', 8, 0, '', NULL, '2024-01-06 03:15:14', NULL, '2024-01-06 03:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36524, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:17:14', '2024-01-06 03:17:14', 9, 0, '', NULL, '2024-01-06 03:17:14', NULL, '2024-01-06 03:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36525, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:17:14', '2024-01-06 03:17:14', 10, 0, '', NULL, '2024-01-06 03:17:14', NULL, '2024-01-06 03:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36526, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:19:14', '2024-01-06 03:19:14', 14, 0, '', NULL, '2024-01-06 03:19:14', NULL, '2024-01-06 03:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36527, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:19:14', '2024-01-06 03:19:14', 9, 0, '', NULL, '2024-01-06 03:19:14', NULL, '2024-01-06 03:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36528, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:21:14', '2024-01-06 03:21:14', 9, 0, '', NULL, '2024-01-06 03:21:14', NULL, '2024-01-06 03:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36529, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:21:14', '2024-01-06 03:21:14', 8, 0, '', NULL, '2024-01-06 03:21:14', NULL, '2024-01-06 03:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36530, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:23:14', '2024-01-06 03:23:14', 18, 0, '', NULL, '2024-01-06 03:23:14', NULL, '2024-01-06 03:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36531, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:23:14', '2024-01-06 03:23:14', 8, 0, '', NULL, '2024-01-06 03:23:14', NULL, '2024-01-06 03:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36532, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:25:14', '2024-01-06 03:25:14', 11, 0, '', NULL, '2024-01-06 03:25:14', NULL, '2024-01-06 03:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36533, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:25:14', '2024-01-06 03:25:14', 9, 0, '', NULL, '2024-01-06 03:25:14', NULL, '2024-01-06 03:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36534, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:27:14', '2024-01-06 03:27:14', 10, 0, '', NULL, '2024-01-06 03:27:14', NULL, '2024-01-06 03:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36535, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:27:14', '2024-01-06 03:27:14', 8, 0, '', NULL, '2024-01-06 03:27:14', NULL, '2024-01-06 03:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36536, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:29:14', '2024-01-06 03:29:14', 9, 0, '', NULL, '2024-01-06 03:29:14', NULL, '2024-01-06 03:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36537, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:29:14', '2024-01-06 03:29:14', 8, 0, '', NULL, '2024-01-06 03:29:14', NULL, '2024-01-06 03:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36538, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:31:14', '2024-01-06 03:31:14', 9, 0, '', NULL, '2024-01-06 03:31:14', NULL, '2024-01-06 03:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36539, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:31:14', '2024-01-06 03:31:14', 19, 0, '', NULL, '2024-01-06 03:31:14', NULL, '2024-01-06 03:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36540, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:33:14', '2024-01-06 03:33:14', 12, 0, '', NULL, '2024-01-06 03:33:14', NULL, '2024-01-06 03:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36541, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:33:14', '2024-01-06 03:33:14', 18, 0, '', NULL, '2024-01-06 03:33:14', NULL, '2024-01-06 03:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36542, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:35:14', '2024-01-06 03:35:14', 10, 0, '', NULL, '2024-01-06 03:35:14', NULL, '2024-01-06 03:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36543, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:35:14', '2024-01-06 03:35:14', 9, 0, '', NULL, '2024-01-06 03:35:14', NULL, '2024-01-06 03:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36544, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:37:14', '2024-01-06 03:37:14', 10, 0, '', NULL, '2024-01-06 03:37:14', NULL, '2024-01-06 03:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36545, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:37:14', '2024-01-06 03:37:14', 8, 0, '', NULL, '2024-01-06 03:37:14', NULL, '2024-01-06 03:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36546, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:39:14', '2024-01-06 03:39:14', 11, 0, '', NULL, '2024-01-06 03:39:14', NULL, '2024-01-06 03:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36547, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:39:14', '2024-01-06 03:39:14', 9, 0, '', NULL, '2024-01-06 03:39:14', NULL, '2024-01-06 03:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36548, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:41:14', '2024-01-06 03:41:14', 10, 0, '', NULL, '2024-01-06 03:41:14', NULL, '2024-01-06 03:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36549, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:41:14', '2024-01-06 03:41:14', 13, 0, '', NULL, '2024-01-06 03:41:14', NULL, '2024-01-06 03:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36550, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:41:14', '2024-01-06 03:41:14', 34, 0, '', NULL, '2024-01-06 03:41:14', NULL, '2024-01-06 03:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36551, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:41:14', '2024-01-06 03:41:14', 28, 0, '', NULL, '2024-01-06 03:41:14', NULL, '2024-01-06 03:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36552, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:41:14', '2024-01-06 03:41:14', 13, 0, '', NULL, '2024-01-06 03:41:14', NULL, '2024-01-06 03:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36553, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:41:14', '2024-01-06 03:41:14', 88, 0, '', NULL, '2024-01-06 03:41:14', NULL, '2024-01-06 03:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36554, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:41:14', '2024-01-06 03:41:14', 114, 0, '', NULL, '2024-01-06 03:41:14', NULL, '2024-01-06 03:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36555, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:41:14', '2024-01-06 03:41:14', 9, 0, '', NULL, '2024-01-06 03:41:14', NULL, '2024-01-06 03:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36556, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:43:14', '2024-01-06 03:43:14', 12, 0, '', NULL, '2024-01-06 03:43:14', NULL, '2024-01-06 03:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36557, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:43:14', '2024-01-06 03:43:14', 10, 0, '', NULL, '2024-01-06 03:43:14', NULL, '2024-01-06 03:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36558, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:45:14', '2024-01-06 03:45:14', 10, 0, '', NULL, '2024-01-06 03:45:14', NULL, '2024-01-06 03:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36559, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:45:14', '2024-01-06 03:45:14', 9, 0, '', NULL, '2024-01-06 03:45:14', NULL, '2024-01-06 03:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36560, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:47:14', '2024-01-06 03:47:14', 14, 0, '', NULL, '2024-01-06 03:47:14', NULL, '2024-01-06 03:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36561, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:47:14', '2024-01-06 03:47:14', 10, 0, '', NULL, '2024-01-06 03:47:14', NULL, '2024-01-06 03:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36562, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:49:14', '2024-01-06 03:49:14', 11, 0, '', NULL, '2024-01-06 03:49:14', NULL, '2024-01-06 03:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36563, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:49:14', '2024-01-06 03:49:14', 10, 0, '', NULL, '2024-01-06 03:49:14', NULL, '2024-01-06 03:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36564, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:51:14', '2024-01-06 03:51:14', 9, 0, '', NULL, '2024-01-06 03:51:14', NULL, '2024-01-06 03:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36565, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:51:14', '2024-01-06 03:51:14', 9, 0, '', NULL, '2024-01-06 03:51:14', NULL, '2024-01-06 03:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36566, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:53:14', '2024-01-06 03:53:14', 11, 0, '', NULL, '2024-01-06 03:53:14', NULL, '2024-01-06 03:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36567, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:53:14', '2024-01-06 03:53:14', 9, 0, '', NULL, '2024-01-06 03:53:14', NULL, '2024-01-06 03:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36568, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:55:14', '2024-01-06 03:55:14', 23, 0, '', NULL, '2024-01-06 03:55:14', NULL, '2024-01-06 03:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36569, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:55:14', '2024-01-06 03:55:14', 11, 0, '', NULL, '2024-01-06 03:55:14', NULL, '2024-01-06 03:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36570, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:57:14', '2024-01-06 03:57:14', 10, 0, '', NULL, '2024-01-06 03:57:14', NULL, '2024-01-06 03:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36571, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:57:14', '2024-01-06 03:57:14', 10, 0, '', NULL, '2024-01-06 03:57:14', NULL, '2024-01-06 03:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36572, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:59:14', '2024-01-06 03:59:14', 12, 0, '', NULL, '2024-01-06 03:59:14', NULL, '2024-01-06 03:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36573, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 03:59:14', '2024-01-06 03:59:14', 12, 0, '', NULL, '2024-01-06 03:59:14', NULL, '2024-01-06 03:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36574, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:01:14', '2024-01-06 04:01:14', 11, 0, '', NULL, '2024-01-06 04:01:14', NULL, '2024-01-06 04:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36575, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:01:14', '2024-01-06 04:01:14', 12, 0, '', NULL, '2024-01-06 04:01:14', NULL, '2024-01-06 04:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36576, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:03:14', '2024-01-06 04:03:14', 11, 0, '', NULL, '2024-01-06 04:03:14', NULL, '2024-01-06 04:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36577, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:03:14', '2024-01-06 04:03:14', 12, 0, '', NULL, '2024-01-06 04:03:14', NULL, '2024-01-06 04:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36578, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:05:14', '2024-01-06 04:05:14', 10, 0, '', NULL, '2024-01-06 04:05:14', NULL, '2024-01-06 04:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36579, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:05:14', '2024-01-06 04:05:14', 9, 0, '', NULL, '2024-01-06 04:05:14', NULL, '2024-01-06 04:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36580, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:07:14', '2024-01-06 04:07:14', 13, 0, '', NULL, '2024-01-06 04:07:14', NULL, '2024-01-06 04:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36581, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:07:14', '2024-01-06 04:07:14', 11, 0, '', NULL, '2024-01-06 04:07:14', NULL, '2024-01-06 04:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36582, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:09:14', '2024-01-06 04:09:14', 12, 0, '', NULL, '2024-01-06 04:09:14', NULL, '2024-01-06 04:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36583, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:09:14', '2024-01-06 04:09:14', 9, 0, '', NULL, '2024-01-06 04:09:14', NULL, '2024-01-06 04:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36584, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:11:14', '2024-01-06 04:11:14', 14, 0, '', NULL, '2024-01-06 04:11:14', NULL, '2024-01-06 04:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36585, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:11:14', '2024-01-06 04:11:14', 15, 0, '', NULL, '2024-01-06 04:11:14', NULL, '2024-01-06 04:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36586, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:11:14', '2024-01-06 04:11:14', 35, 0, '', NULL, '2024-01-06 04:11:14', NULL, '2024-01-06 04:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36587, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:11:14', '2024-01-06 04:11:14', 35, 0, '', NULL, '2024-01-06 04:11:14', NULL, '2024-01-06 04:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36588, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:11:14', '2024-01-06 04:11:14', 11, 0, '', NULL, '2024-01-06 04:11:14', NULL, '2024-01-06 04:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36589, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:11:14', '2024-01-06 04:11:14', 9, 0, '', NULL, '2024-01-06 04:11:14', NULL, '2024-01-06 04:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36590, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:11:14', '2024-01-06 04:11:14', 36, 0, '', NULL, '2024-01-06 04:11:14', NULL, '2024-01-06 04:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36591, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:11:14', '2024-01-06 04:11:14', 9, 0, '', NULL, '2024-01-06 04:11:14', NULL, '2024-01-06 04:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36592, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:13:14', '2024-01-06 04:13:14', 13, 0, '', NULL, '2024-01-06 04:13:14', NULL, '2024-01-06 04:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36593, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:13:14', '2024-01-06 04:13:14', 12, 0, '', NULL, '2024-01-06 04:13:14', NULL, '2024-01-06 04:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36594, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:15:14', '2024-01-06 04:15:14', 9, 0, '', NULL, '2024-01-06 04:15:14', NULL, '2024-01-06 04:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36595, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:15:14', '2024-01-06 04:15:14', 10, 0, '', NULL, '2024-01-06 04:15:14', NULL, '2024-01-06 04:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36596, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:17:14', '2024-01-06 04:17:14', 12, 0, '', NULL, '2024-01-06 04:17:14', NULL, '2024-01-06 04:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36597, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:17:14', '2024-01-06 04:17:14', 9, 0, '', NULL, '2024-01-06 04:17:14', NULL, '2024-01-06 04:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36598, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:19:14', '2024-01-06 04:19:14', 11, 0, '', NULL, '2024-01-06 04:19:14', NULL, '2024-01-06 04:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36599, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:19:14', '2024-01-06 04:19:14', 26, 0, '', NULL, '2024-01-06 04:19:14', NULL, '2024-01-06 04:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36600, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:21:14', '2024-01-06 04:21:14', 12, 0, '', NULL, '2024-01-06 04:21:14', NULL, '2024-01-06 04:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36601, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:21:14', '2024-01-06 04:21:14', 9, 0, '', NULL, '2024-01-06 04:21:14', NULL, '2024-01-06 04:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36602, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:23:14', '2024-01-06 04:23:14', 32, 0, '', NULL, '2024-01-06 04:23:14', NULL, '2024-01-06 04:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36603, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:23:14', '2024-01-06 04:23:14', 10, 0, '', NULL, '2024-01-06 04:23:14', NULL, '2024-01-06 04:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36604, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:25:14', '2024-01-06 04:25:14', 10, 0, '', NULL, '2024-01-06 04:25:14', NULL, '2024-01-06 04:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36605, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:25:14', '2024-01-06 04:25:14', 13, 0, '', NULL, '2024-01-06 04:25:14', NULL, '2024-01-06 04:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36606, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:27:14', '2024-01-06 04:27:14', 10, 0, '', NULL, '2024-01-06 04:27:14', NULL, '2024-01-06 04:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36607, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:27:14', '2024-01-06 04:27:14', 9, 0, '', NULL, '2024-01-06 04:27:14', NULL, '2024-01-06 04:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36608, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:29:14', '2024-01-06 04:29:14', 12, 0, '', NULL, '2024-01-06 04:29:14', NULL, '2024-01-06 04:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36609, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:29:14', '2024-01-06 04:29:14', 10, 0, '', NULL, '2024-01-06 04:29:14', NULL, '2024-01-06 04:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36610, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:31:14', '2024-01-06 04:31:14', 11, 0, '', NULL, '2024-01-06 04:31:14', NULL, '2024-01-06 04:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36611, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:31:14', '2024-01-06 04:31:14', 10, 0, '', NULL, '2024-01-06 04:31:14', NULL, '2024-01-06 04:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36612, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:33:14', '2024-01-06 04:33:14', 11, 0, '', NULL, '2024-01-06 04:33:14', NULL, '2024-01-06 04:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36613, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:33:14', '2024-01-06 04:33:14', 9, 0, '', NULL, '2024-01-06 04:33:14', NULL, '2024-01-06 04:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36614, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:35:14', '2024-01-06 04:35:14', 11, 0, '', NULL, '2024-01-06 04:35:14', NULL, '2024-01-06 04:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36615, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:35:14', '2024-01-06 04:35:14', 11, 0, '', NULL, '2024-01-06 04:35:14', NULL, '2024-01-06 04:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36616, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:37:14', '2024-01-06 04:37:14', 11, 0, '', NULL, '2024-01-06 04:37:14', NULL, '2024-01-06 04:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36617, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:37:14', '2024-01-06 04:37:14', 11, 0, '', NULL, '2024-01-06 04:37:14', NULL, '2024-01-06 04:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36618, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:39:14', '2024-01-06 04:39:14', 11, 0, '', NULL, '2024-01-06 04:39:14', NULL, '2024-01-06 04:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36619, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:39:14', '2024-01-06 04:39:14', 11, 0, '', NULL, '2024-01-06 04:39:14', NULL, '2024-01-06 04:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36620, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:41:14', '2024-01-06 04:41:14', 13, 0, '', NULL, '2024-01-06 04:41:14', NULL, '2024-01-06 04:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36621, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:41:14', '2024-01-06 04:41:14', 15, 0, '', NULL, '2024-01-06 04:41:14', NULL, '2024-01-06 04:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36622, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:41:14', '2024-01-06 04:41:14', 38, 0, '', NULL, '2024-01-06 04:41:14', NULL, '2024-01-06 04:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36623, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:41:14', '2024-01-06 04:41:14', 34, 0, '', NULL, '2024-01-06 04:41:14', NULL, '2024-01-06 04:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36624, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:41:14', '2024-01-06 04:41:14', 17, 0, '', NULL, '2024-01-06 04:41:14', NULL, '2024-01-06 04:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36625, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:41:14', '2024-01-06 04:41:14', 8, 0, '', NULL, '2024-01-06 04:41:14', NULL, '2024-01-06 04:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36626, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:41:14', '2024-01-06 04:41:14', 32, 0, '', NULL, '2024-01-06 04:41:14', NULL, '2024-01-06 04:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36627, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:41:14', '2024-01-06 04:41:14', 10, 0, '', NULL, '2024-01-06 04:41:14', NULL, '2024-01-06 04:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36628, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:43:14', '2024-01-06 04:43:14', 12, 0, '', NULL, '2024-01-06 04:43:14', NULL, '2024-01-06 04:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36629, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:43:14', '2024-01-06 04:43:14', 10, 0, '', NULL, '2024-01-06 04:43:14', NULL, '2024-01-06 04:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36630, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:45:14', '2024-01-06 04:45:14', 10, 0, '', NULL, '2024-01-06 04:45:14', NULL, '2024-01-06 04:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36631, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:45:14', '2024-01-06 04:45:14', 9, 0, '', NULL, '2024-01-06 04:45:14', NULL, '2024-01-06 04:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36632, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:47:14', '2024-01-06 04:47:14', 11, 0, '', NULL, '2024-01-06 04:47:14', NULL, '2024-01-06 04:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36633, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:47:14', '2024-01-06 04:47:14', 11, 0, '', NULL, '2024-01-06 04:47:14', NULL, '2024-01-06 04:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36634, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:49:14', '2024-01-06 04:49:14', 12, 0, '', NULL, '2024-01-06 04:49:14', NULL, '2024-01-06 04:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36635, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:49:14', '2024-01-06 04:49:14', 9, 0, '', NULL, '2024-01-06 04:49:14', NULL, '2024-01-06 04:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36636, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:51:14', '2024-01-06 04:51:14', 12, 0, '', NULL, '2024-01-06 04:51:14', NULL, '2024-01-06 04:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36637, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:51:14', '2024-01-06 04:51:14', 10, 0, '', NULL, '2024-01-06 04:51:14', NULL, '2024-01-06 04:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36638, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:53:14', '2024-01-06 04:53:14', 9, 0, '', NULL, '2024-01-06 04:53:14', NULL, '2024-01-06 04:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36639, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:53:14', '2024-01-06 04:53:14', 19, 0, '', NULL, '2024-01-06 04:53:14', NULL, '2024-01-06 04:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36640, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:55:14', '2024-01-06 04:55:14', 14, 0, '', NULL, '2024-01-06 04:55:14', NULL, '2024-01-06 04:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36641, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:55:14', '2024-01-06 04:55:14', 9, 0, '', NULL, '2024-01-06 04:55:14', NULL, '2024-01-06 04:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36642, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:57:14', '2024-01-06 04:57:14', 13, 0, '', NULL, '2024-01-06 04:57:14', NULL, '2024-01-06 04:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36643, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:57:14', '2024-01-06 04:57:14', 9, 0, '', NULL, '2024-01-06 04:57:14', NULL, '2024-01-06 04:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36644, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:59:14', '2024-01-06 04:59:14', 11, 0, '', NULL, '2024-01-06 04:59:14', NULL, '2024-01-06 04:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36645, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 04:59:14', '2024-01-06 04:59:14', 10, 0, '', NULL, '2024-01-06 04:59:14', NULL, '2024-01-06 04:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36646, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:01:14', '2024-01-06 05:01:14', 12, 0, '', NULL, '2024-01-06 05:01:14', NULL, '2024-01-06 05:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36647, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:01:14', '2024-01-06 05:01:14', 8, 0, '', NULL, '2024-01-06 05:01:14', NULL, '2024-01-06 05:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36648, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:03:14', '2024-01-06 05:03:14', 12, 0, '', NULL, '2024-01-06 05:03:14', NULL, '2024-01-06 05:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36649, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:03:14', '2024-01-06 05:03:14', 11, 0, '', NULL, '2024-01-06 05:03:14', NULL, '2024-01-06 05:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36650, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:05:14', '2024-01-06 05:05:14', 10, 0, '', NULL, '2024-01-06 05:05:14', NULL, '2024-01-06 05:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36651, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:05:14', '2024-01-06 05:05:14', 11, 0, '', NULL, '2024-01-06 05:05:14', NULL, '2024-01-06 05:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36652, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:07:14', '2024-01-06 05:07:14', 11, 0, '', NULL, '2024-01-06 05:07:14', NULL, '2024-01-06 05:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36653, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:07:14', '2024-01-06 05:07:14', 10, 0, '', NULL, '2024-01-06 05:07:14', NULL, '2024-01-06 05:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36654, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:09:14', '2024-01-06 05:09:14', 11, 0, '', NULL, '2024-01-06 05:09:14', NULL, '2024-01-06 05:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36655, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:09:14', '2024-01-06 05:09:14', 16, 0, '', NULL, '2024-01-06 05:09:14', NULL, '2024-01-06 05:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36656, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:11:14', '2024-01-06 05:11:14', 13, 0, '', NULL, '2024-01-06 05:11:14', NULL, '2024-01-06 05:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36657, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:11:14', '2024-01-06 05:11:14', 13, 0, '', NULL, '2024-01-06 05:11:14', NULL, '2024-01-06 05:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36658, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:11:14', '2024-01-06 05:11:14', 51, 0, '', NULL, '2024-01-06 05:11:14', NULL, '2024-01-06 05:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36659, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:11:14', '2024-01-06 05:11:14', 51, 0, '', NULL, '2024-01-06 05:11:14', NULL, '2024-01-06 05:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36660, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:11:14', '2024-01-06 05:11:14', 10, 0, '', NULL, '2024-01-06 05:11:14', NULL, '2024-01-06 05:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36661, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:11:14', '2024-01-06 05:11:14', 9, 0, '', NULL, '2024-01-06 05:11:14', NULL, '2024-01-06 05:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36662, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:11:14', '2024-01-06 05:11:14', 30, 0, '', NULL, '2024-01-06 05:11:14', NULL, '2024-01-06 05:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36663, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:11:14', '2024-01-06 05:11:14', 94, 0, '', NULL, '2024-01-06 05:11:14', NULL, '2024-01-06 05:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36664, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:13:14', '2024-01-06 05:13:14', 8, 0, '', NULL, '2024-01-06 05:13:14', NULL, '2024-01-06 05:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36665, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:13:14', '2024-01-06 05:13:14', 8, 0, '', NULL, '2024-01-06 05:13:14', NULL, '2024-01-06 05:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36666, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:15:14', '2024-01-06 05:15:14', 12, 0, '', NULL, '2024-01-06 05:15:14', NULL, '2024-01-06 05:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36667, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:15:14', '2024-01-06 05:15:14', 12, 0, '', NULL, '2024-01-06 05:15:14', NULL, '2024-01-06 05:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36668, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:17:14', '2024-01-06 05:17:14', 10, 0, '', NULL, '2024-01-06 05:17:14', NULL, '2024-01-06 05:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36669, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:17:14', '2024-01-06 05:17:14', 10, 0, '', NULL, '2024-01-06 05:17:14', NULL, '2024-01-06 05:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36670, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:19:14', '2024-01-06 05:19:14', 11, 0, '', NULL, '2024-01-06 05:19:14', NULL, '2024-01-06 05:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36671, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:19:14', '2024-01-06 05:19:14', 8, 0, '', NULL, '2024-01-06 05:19:14', NULL, '2024-01-06 05:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36672, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:21:14', '2024-01-06 05:21:14', 11, 0, '', NULL, '2024-01-06 05:21:14', NULL, '2024-01-06 05:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36673, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:21:14', '2024-01-06 05:21:14', 9, 0, '', NULL, '2024-01-06 05:21:14', NULL, '2024-01-06 05:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36674, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:23:14', '2024-01-06 05:23:14', 10, 0, '', NULL, '2024-01-06 05:23:14', NULL, '2024-01-06 05:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36675, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:23:14', '2024-01-06 05:23:14', 11, 0, '', NULL, '2024-01-06 05:23:14', NULL, '2024-01-06 05:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36676, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:25:14', '2024-01-06 05:25:14', 9, 0, '', NULL, '2024-01-06 05:25:14', NULL, '2024-01-06 05:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36677, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:25:14', '2024-01-06 05:25:14', 14, 0, '', NULL, '2024-01-06 05:25:14', NULL, '2024-01-06 05:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36678, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:27:14', '2024-01-06 05:27:14', 17, 0, '', NULL, '2024-01-06 05:27:14', NULL, '2024-01-06 05:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36679, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:27:14', '2024-01-06 05:27:14', 10, 0, '', NULL, '2024-01-06 05:27:14', NULL, '2024-01-06 05:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36680, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:29:14', '2024-01-06 05:29:14', 22, 0, '', NULL, '2024-01-06 05:29:14', NULL, '2024-01-06 05:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36681, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:29:14', '2024-01-06 05:29:14', 9, 0, '', NULL, '2024-01-06 05:29:14', NULL, '2024-01-06 05:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36682, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:31:14', '2024-01-06 05:31:14', 13, 0, '', NULL, '2024-01-06 05:31:14', NULL, '2024-01-06 05:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36683, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:31:14', '2024-01-06 05:31:14', 9, 0, '', NULL, '2024-01-06 05:31:14', NULL, '2024-01-06 05:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36684, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:33:14', '2024-01-06 05:33:14', 12, 0, '', NULL, '2024-01-06 05:33:14', NULL, '2024-01-06 05:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36685, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:33:14', '2024-01-06 05:33:14', 10, 0, '', NULL, '2024-01-06 05:33:14', NULL, '2024-01-06 05:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36686, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:35:14', '2024-01-06 05:35:14', 10, 0, '', NULL, '2024-01-06 05:35:14', NULL, '2024-01-06 05:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36687, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:35:14', '2024-01-06 05:35:14', 7, 0, '', NULL, '2024-01-06 05:35:14', NULL, '2024-01-06 05:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36688, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:37:14', '2024-01-06 05:37:14', 11, 0, '', NULL, '2024-01-06 05:37:14', NULL, '2024-01-06 05:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36689, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:37:14', '2024-01-06 05:37:14', 10, 0, '', NULL, '2024-01-06 05:37:14', NULL, '2024-01-06 05:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36690, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:39:14', '2024-01-06 05:39:14', 9, 0, '', NULL, '2024-01-06 05:39:14', NULL, '2024-01-06 05:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36691, '', 1, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:39:14', '2024-01-06 05:39:14', 8, 0, '', NULL, '2024-01-06 05:39:14', NULL, '2024-01-06 05:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36692, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:41:14', '2024-01-06 05:41:14', 13, 0, '', NULL, '2024-01-06 05:41:14', NULL, '2024-01-06 05:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36693, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:41:14', '2024-01-06 05:41:14', 16, 0, '', NULL, '2024-01-06 05:41:14', NULL, '2024-01-06 05:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36694, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:41:14', '2024-01-06 05:41:14', 79, 401, '刷新令牌已过期', NULL, '2024-01-06 05:41:14', NULL, '2024-01-06 05:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36695, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:41:14', '2024-01-06 05:41:14', 67, 401, '刷新令牌已过期', NULL, '2024-01-06 05:41:14', NULL, '2024-01-06 05:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36696, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:43:14', '2024-01-06 05:43:14', 10, 0, '', NULL, '2024-01-06 05:43:14', NULL, '2024-01-06 05:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36697, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:43:14', '2024-01-06 05:43:14', 8, 400, '无效的刷新令牌', NULL, '2024-01-06 05:43:14', NULL, '2024-01-06 05:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36698, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:43:14', '2024-01-06 05:43:14', 14, 0, '', NULL, '2024-01-06 05:43:14', NULL, '2024-01-06 05:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36699, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:43:14', '2024-01-06 05:43:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 05:43:14', NULL, '2024-01-06 05:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36700, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:45:14', '2024-01-06 05:45:14', 12, 0, '', NULL, '2024-01-06 05:45:14', NULL, '2024-01-06 05:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36701, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:45:14', '2024-01-06 05:45:14', 14, 0, '', NULL, '2024-01-06 05:45:14', NULL, '2024-01-06 05:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36702, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:45:14', '2024-01-06 05:45:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 05:45:14', NULL, '2024-01-06 05:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36703, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:45:14', '2024-01-06 05:45:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 05:45:14', NULL, '2024-01-06 05:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36704, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:47:14', '2024-01-06 05:47:14', 13, 0, '', NULL, '2024-01-06 05:47:14', NULL, '2024-01-06 05:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36705, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:47:14', '2024-01-06 05:47:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 05:47:14', NULL, '2024-01-06 05:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36706, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:47:14', '2024-01-06 05:47:14', 15, 0, '', NULL, '2024-01-06 05:47:14', NULL, '2024-01-06 05:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36707, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:47:14', '2024-01-06 05:47:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 05:47:14', NULL, '2024-01-06 05:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36708, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:49:14', '2024-01-06 05:49:14', 12, 0, '', NULL, '2024-01-06 05:49:14', NULL, '2024-01-06 05:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36709, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:49:14', '2024-01-06 05:49:14', 14, 0, '', NULL, '2024-01-06 05:49:14', NULL, '2024-01-06 05:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36710, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:49:14', '2024-01-06 05:49:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 05:49:14', NULL, '2024-01-06 05:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36711, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:49:14', '2024-01-06 05:49:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 05:49:14', NULL, '2024-01-06 05:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36712, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:51:14', '2024-01-06 05:51:14', 12, 0, '', NULL, '2024-01-06 05:51:14', NULL, '2024-01-06 05:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36713, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:51:14', '2024-01-06 05:51:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 05:51:14', NULL, '2024-01-06 05:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36714, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:51:14', '2024-01-06 05:51:14', 15, 0, '', NULL, '2024-01-06 05:51:14', NULL, '2024-01-06 05:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36715, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:51:14', '2024-01-06 05:51:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 05:51:14', NULL, '2024-01-06 05:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36716, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:53:14', '2024-01-06 05:53:14', 11, 0, '', NULL, '2024-01-06 05:53:14', NULL, '2024-01-06 05:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36717, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:53:14', '2024-01-06 05:53:14', 12, 0, '', NULL, '2024-01-06 05:53:14', NULL, '2024-01-06 05:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36718, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:53:14', '2024-01-06 05:53:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 05:53:14', NULL, '2024-01-06 05:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36719, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:53:14', '2024-01-06 05:53:14', 8, 400, '无效的刷新令牌', NULL, '2024-01-06 05:53:14', NULL, '2024-01-06 05:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36720, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:55:14', '2024-01-06 05:55:14', 10, 0, '', NULL, '2024-01-06 05:55:14', NULL, '2024-01-06 05:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36721, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:55:14', '2024-01-06 05:55:14', 12, 0, '', NULL, '2024-01-06 05:55:14', NULL, '2024-01-06 05:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36722, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:55:14', '2024-01-06 05:55:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 05:55:14', NULL, '2024-01-06 05:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36723, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:55:14', '2024-01-06 05:55:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 05:55:14', NULL, '2024-01-06 05:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36724, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:57:14', '2024-01-06 05:57:14', 11, 0, '', NULL, '2024-01-06 05:57:14', NULL, '2024-01-06 05:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36725, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:57:14', '2024-01-06 05:57:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 05:57:14', NULL, '2024-01-06 05:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36726, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:57:14', '2024-01-06 05:57:14', 15, 0, '', NULL, '2024-01-06 05:57:14', NULL, '2024-01-06 05:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36727, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:57:14', '2024-01-06 05:57:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 05:57:14', NULL, '2024-01-06 05:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36728, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:59:14', '2024-01-06 05:59:14', 12, 0, '', NULL, '2024-01-06 05:59:14', NULL, '2024-01-06 05:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36729, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:59:14', '2024-01-06 05:59:14', 13, 0, '', NULL, '2024-01-06 05:59:14', NULL, '2024-01-06 05:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36730, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:59:14', '2024-01-06 05:59:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 05:59:14', NULL, '2024-01-06 05:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36731, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 05:59:14', '2024-01-06 05:59:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 05:59:14', NULL, '2024-01-06 05:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36732, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:01:14', '2024-01-06 06:01:14', 13, 0, '', NULL, '2024-01-06 06:01:14', NULL, '2024-01-06 06:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36733, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:01:14', '2024-01-06 06:01:14', 12, 0, '', NULL, '2024-01-06 06:01:14', NULL, '2024-01-06 06:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36734, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:01:14', '2024-01-06 06:01:14', 8, 400, '无效的刷新令牌', NULL, '2024-01-06 06:01:14', NULL, '2024-01-06 06:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36735, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:01:14', '2024-01-06 06:01:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 06:01:14', NULL, '2024-01-06 06:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36736, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:03:14', '2024-01-06 06:03:14', 13, 0, '', NULL, '2024-01-06 06:03:14', NULL, '2024-01-06 06:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36737, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:03:14', '2024-01-06 06:03:14', 16, 0, '', NULL, '2024-01-06 06:03:14', NULL, '2024-01-06 06:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36738, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:03:14', '2024-01-06 06:03:14', 12, 400, '无效的刷新令牌', NULL, '2024-01-06 06:03:14', NULL, '2024-01-06 06:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36739, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:03:14', '2024-01-06 06:03:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 06:03:14', NULL, '2024-01-06 06:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36740, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:05:14', '2024-01-06 06:05:14', 11, 0, '', NULL, '2024-01-06 06:05:14', NULL, '2024-01-06 06:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36741, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:05:14', '2024-01-06 06:05:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 06:05:14', NULL, '2024-01-06 06:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36742, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:05:14', '2024-01-06 06:05:14', 12, 0, '', NULL, '2024-01-06 06:05:14', NULL, '2024-01-06 06:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36743, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:05:14', '2024-01-06 06:05:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 06:05:14', NULL, '2024-01-06 06:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36744, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:07:14', '2024-01-06 06:07:14', 11, 0, '', NULL, '2024-01-06 06:07:14', NULL, '2024-01-06 06:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36745, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:07:14', '2024-01-06 06:07:14', 14, 0, '', NULL, '2024-01-06 06:07:14', NULL, '2024-01-06 06:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36746, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:07:14', '2024-01-06 06:07:14', 8, 400, '无效的刷新令牌', NULL, '2024-01-06 06:07:14', NULL, '2024-01-06 06:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36747, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:07:14', '2024-01-06 06:07:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 06:07:14', NULL, '2024-01-06 06:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36748, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:09:14', '2024-01-06 06:09:14', 12, 0, '', NULL, '2024-01-06 06:09:14', NULL, '2024-01-06 06:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36749, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:09:14', '2024-01-06 06:09:14', 14, 0, '', NULL, '2024-01-06 06:09:14', NULL, '2024-01-06 06:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36750, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:09:14', '2024-01-06 06:09:14', 12, 400, '无效的刷新令牌', NULL, '2024-01-06 06:09:14', NULL, '2024-01-06 06:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36751, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:09:14', '2024-01-06 06:09:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 06:09:14', NULL, '2024-01-06 06:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36752, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:11:14', '2024-01-06 06:11:14', 11, 0, '', NULL, '2024-01-06 06:11:14', NULL, '2024-01-06 06:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36753, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:11:14', '2024-01-06 06:11:14', 12, 0, '', NULL, '2024-01-06 06:11:14', NULL, '2024-01-06 06:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36754, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:11:14', '2024-01-06 06:11:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 06:11:14', NULL, '2024-01-06 06:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36755, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:11:14', '2024-01-06 06:11:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 06:11:14', NULL, '2024-01-06 06:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36756, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:13:14', '2024-01-06 06:13:14', 12, 0, '', NULL, '2024-01-06 06:13:14', NULL, '2024-01-06 06:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36757, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:13:14', '2024-01-06 06:13:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 06:13:14', NULL, '2024-01-06 06:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36758, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:13:14', '2024-01-06 06:13:14', 15, 0, '', NULL, '2024-01-06 06:13:14', NULL, '2024-01-06 06:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36759, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:13:14', '2024-01-06 06:13:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 06:13:14', NULL, '2024-01-06 06:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36760, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:15:14', '2024-01-06 06:15:14', 13, 0, '', NULL, '2024-01-06 06:15:14', NULL, '2024-01-06 06:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36761, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:15:14', '2024-01-06 06:15:14', 8, 400, '无效的刷新令牌', NULL, '2024-01-06 06:15:14', NULL, '2024-01-06 06:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36762, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:15:14', '2024-01-06 06:15:14', 15, 0, '', NULL, '2024-01-06 06:15:14', NULL, '2024-01-06 06:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36763, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:15:14', '2024-01-06 06:15:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 06:15:14', NULL, '2024-01-06 06:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36764, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:17:14', '2024-01-06 06:17:14', 12, 0, '', NULL, '2024-01-06 06:17:14', NULL, '2024-01-06 06:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36765, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:17:14', '2024-01-06 06:17:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 06:17:14', NULL, '2024-01-06 06:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36766, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:17:14', '2024-01-06 06:17:14', 14, 0, '', NULL, '2024-01-06 06:17:14', NULL, '2024-01-06 06:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36767, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:17:14', '2024-01-06 06:17:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 06:17:14', NULL, '2024-01-06 06:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36768, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:19:14', '2024-01-06 06:19:14', 13, 0, '', NULL, '2024-01-06 06:19:14', NULL, '2024-01-06 06:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36769, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:19:14', '2024-01-06 06:19:14', 16, 0, '', NULL, '2024-01-06 06:19:14', NULL, '2024-01-06 06:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36770, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:19:14', '2024-01-06 06:19:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 06:19:14', NULL, '2024-01-06 06:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36771, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:19:14', '2024-01-06 06:19:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 06:19:14', NULL, '2024-01-06 06:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36772, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:21:14', '2024-01-06 06:21:14', 15, 0, '', NULL, '2024-01-06 06:21:14', NULL, '2024-01-06 06:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36773, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:21:14', '2024-01-06 06:21:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 06:21:14', NULL, '2024-01-06 06:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36774, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:21:14', '2024-01-06 06:21:14', 14, 0, '', NULL, '2024-01-06 06:21:14', NULL, '2024-01-06 06:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36775, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:21:14', '2024-01-06 06:21:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 06:21:14', NULL, '2024-01-06 06:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36776, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:23:14', '2024-01-06 06:23:14', 11, 0, '', NULL, '2024-01-06 06:23:14', NULL, '2024-01-06 06:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36777, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:23:14', '2024-01-06 06:23:14', 13, 0, '', NULL, '2024-01-06 06:23:14', NULL, '2024-01-06 06:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36778, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:23:14', '2024-01-06 06:23:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 06:23:14', NULL, '2024-01-06 06:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36779, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:23:14', '2024-01-06 06:23:14', 8, 400, '无效的刷新令牌', NULL, '2024-01-06 06:23:14', NULL, '2024-01-06 06:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36780, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:25:14', '2024-01-06 06:25:14', 16, 0, '', NULL, '2024-01-06 06:25:14', NULL, '2024-01-06 06:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36781, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:25:14', '2024-01-06 06:25:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 06:25:14', NULL, '2024-01-06 06:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36782, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:25:14', '2024-01-06 06:25:14', 17, 0, '', NULL, '2024-01-06 06:25:14', NULL, '2024-01-06 06:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36783, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:25:14', '2024-01-06 06:25:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 06:25:14', NULL, '2024-01-06 06:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36784, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:27:14', '2024-01-06 06:27:14', 12, 0, '', NULL, '2024-01-06 06:27:14', NULL, '2024-01-06 06:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36785, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:27:14', '2024-01-06 06:27:14', 15, 0, '', NULL, '2024-01-06 06:27:14', NULL, '2024-01-06 06:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36786, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:27:14', '2024-01-06 06:27:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 06:27:14', NULL, '2024-01-06 06:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36787, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:27:14', '2024-01-06 06:27:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 06:27:14', NULL, '2024-01-06 06:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36788, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:29:14', '2024-01-06 06:29:14', 13, 0, '', NULL, '2024-01-06 06:29:14', NULL, '2024-01-06 06:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36789, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:29:14', '2024-01-06 06:29:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 06:29:14', NULL, '2024-01-06 06:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36790, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:29:14', '2024-01-06 06:29:14', 18, 0, '', NULL, '2024-01-06 06:29:14', NULL, '2024-01-06 06:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36791, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:29:14', '2024-01-06 06:29:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 06:29:14', NULL, '2024-01-06 06:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36792, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:31:14', '2024-01-06 06:31:14', 12, 0, '', NULL, '2024-01-06 06:31:14', NULL, '2024-01-06 06:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36793, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:31:14', '2024-01-06 06:31:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 06:31:14', NULL, '2024-01-06 06:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36794, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:31:14', '2024-01-06 06:31:14', 14, 0, '', NULL, '2024-01-06 06:31:14', NULL, '2024-01-06 06:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36795, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:31:14', '2024-01-06 06:31:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 06:31:14', NULL, '2024-01-06 06:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36796, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:33:14', '2024-01-06 06:33:14', 11, 0, '', NULL, '2024-01-06 06:33:14', NULL, '2024-01-06 06:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36797, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:33:14', '2024-01-06 06:33:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 06:33:14', NULL, '2024-01-06 06:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36798, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:33:14', '2024-01-06 06:33:14', 13, 0, '', NULL, '2024-01-06 06:33:14', NULL, '2024-01-06 06:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36799, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:33:14', '2024-01-06 06:33:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 06:33:14', NULL, '2024-01-06 06:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36800, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:35:14', '2024-01-06 06:35:14', 14, 0, '', NULL, '2024-01-06 06:35:14', NULL, '2024-01-06 06:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36801, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:35:14', '2024-01-06 06:35:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 06:35:14', NULL, '2024-01-06 06:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36802, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:35:14', '2024-01-06 06:35:14', 15, 0, '', NULL, '2024-01-06 06:35:14', NULL, '2024-01-06 06:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36803, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:35:14', '2024-01-06 06:35:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 06:35:14', NULL, '2024-01-06 06:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36804, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:37:14', '2024-01-06 06:37:14', 27, 0, '', NULL, '2024-01-06 06:37:14', NULL, '2024-01-06 06:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36805, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:37:14', '2024-01-06 06:37:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 06:37:14', NULL, '2024-01-06 06:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36806, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:37:14', '2024-01-06 06:37:14', 17, 0, '', NULL, '2024-01-06 06:37:14', NULL, '2024-01-06 06:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36807, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:37:14', '2024-01-06 06:37:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 06:37:14', NULL, '2024-01-06 06:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36808, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:39:14', '2024-01-06 06:39:14', 29, 0, '', NULL, '2024-01-06 06:39:14', NULL, '2024-01-06 06:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36809, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:39:14', '2024-01-06 06:39:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 06:39:14', NULL, '2024-01-06 06:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36810, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:39:14', '2024-01-06 06:39:14', 14, 0, '', NULL, '2024-01-06 06:39:14', NULL, '2024-01-06 06:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36811, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:39:14', '2024-01-06 06:39:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 06:39:14', NULL, '2024-01-06 06:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36812, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:41:14', '2024-01-06 06:41:14', 13, 0, '', NULL, '2024-01-06 06:41:14', NULL, '2024-01-06 06:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36813, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:41:14', '2024-01-06 06:41:14', 15, 0, '', NULL, '2024-01-06 06:41:14', NULL, '2024-01-06 06:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36814, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:41:14', '2024-01-06 06:41:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 06:41:14', NULL, '2024-01-06 06:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36815, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:41:14', '2024-01-06 06:41:14', 8, 400, '无效的刷新令牌', NULL, '2024-01-06 06:41:14', NULL, '2024-01-06 06:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36816, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:43:14', '2024-01-06 06:43:14', 13, 0, '', NULL, '2024-01-06 06:43:14', NULL, '2024-01-06 06:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36817, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:43:14', '2024-01-06 06:43:14', 12, 400, '无效的刷新令牌', NULL, '2024-01-06 06:43:14', NULL, '2024-01-06 06:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36818, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:43:14', '2024-01-06 06:43:14', 15, 0, '', NULL, '2024-01-06 06:43:14', NULL, '2024-01-06 06:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36819, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:43:14', '2024-01-06 06:43:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 06:43:14', NULL, '2024-01-06 06:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36820, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:45:14', '2024-01-06 06:45:14', 14, 0, '', NULL, '2024-01-06 06:45:14', NULL, '2024-01-06 06:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36821, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:45:14', '2024-01-06 06:45:14', 15, 400, '无效的刷新令牌', NULL, '2024-01-06 06:45:14', NULL, '2024-01-06 06:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36822, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:45:14', '2024-01-06 06:45:14', 21, 0, '', NULL, '2024-01-06 06:45:14', NULL, '2024-01-06 06:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36823, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:45:14', '2024-01-06 06:45:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 06:45:14', NULL, '2024-01-06 06:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36824, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:47:14', '2024-01-06 06:47:14', 14, 0, '', NULL, '2024-01-06 06:47:14', NULL, '2024-01-06 06:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36825, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:47:14', '2024-01-06 06:47:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 06:47:14', NULL, '2024-01-06 06:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36826, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:47:14', '2024-01-06 06:47:14', 17, 0, '', NULL, '2024-01-06 06:47:14', NULL, '2024-01-06 06:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36827, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:47:14', '2024-01-06 06:47:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 06:47:14', NULL, '2024-01-06 06:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36828, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:49:14', '2024-01-06 06:49:14', 10, 0, '', NULL, '2024-01-06 06:49:14', NULL, '2024-01-06 06:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36829, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:49:14', '2024-01-06 06:49:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 06:49:14', NULL, '2024-01-06 06:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36830, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:49:14', '2024-01-06 06:49:14', 12, 0, '', NULL, '2024-01-06 06:49:14', NULL, '2024-01-06 06:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36831, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:49:14', '2024-01-06 06:49:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 06:49:14', NULL, '2024-01-06 06:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36832, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:51:14', '2024-01-06 06:51:14', 13, 0, '', NULL, '2024-01-06 06:51:14', NULL, '2024-01-06 06:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36833, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:51:14', '2024-01-06 06:51:14', 13, 0, '', NULL, '2024-01-06 06:51:14', NULL, '2024-01-06 06:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36834, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:51:14', '2024-01-06 06:51:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 06:51:14', NULL, '2024-01-06 06:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36835, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:51:14', '2024-01-06 06:51:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 06:51:14', NULL, '2024-01-06 06:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36836, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:53:14', '2024-01-06 06:53:14', 13, 0, '', NULL, '2024-01-06 06:53:14', NULL, '2024-01-06 06:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36837, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:53:14', '2024-01-06 06:53:14', 16, 0, '', NULL, '2024-01-06 06:53:14', NULL, '2024-01-06 06:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36838, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:53:14', '2024-01-06 06:53:14', 15, 400, '无效的刷新令牌', NULL, '2024-01-06 06:53:14', NULL, '2024-01-06 06:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36839, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:53:14', '2024-01-06 06:53:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 06:53:14', NULL, '2024-01-06 06:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36840, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:55:14', '2024-01-06 06:55:14', 13, 0, '', NULL, '2024-01-06 06:55:14', NULL, '2024-01-06 06:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36841, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:55:14', '2024-01-06 06:55:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 06:55:14', NULL, '2024-01-06 06:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36842, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:55:14', '2024-01-06 06:55:14', 14, 0, '', NULL, '2024-01-06 06:55:14', NULL, '2024-01-06 06:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36843, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:55:14', '2024-01-06 06:55:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 06:55:14', NULL, '2024-01-06 06:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36844, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:57:14', '2024-01-06 06:57:14', 14, 0, '', NULL, '2024-01-06 06:57:14', NULL, '2024-01-06 06:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36845, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:57:14', '2024-01-06 06:57:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 06:57:14', NULL, '2024-01-06 06:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36846, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:57:14', '2024-01-06 06:57:14', 15, 0, '', NULL, '2024-01-06 06:57:14', NULL, '2024-01-06 06:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36847, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:57:14', '2024-01-06 06:57:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 06:57:14', NULL, '2024-01-06 06:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36848, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:59:14', '2024-01-06 06:59:14', 11, 0, '', NULL, '2024-01-06 06:59:14', NULL, '2024-01-06 06:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36849, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:59:14', '2024-01-06 06:59:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 06:59:14', NULL, '2024-01-06 06:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36850, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:59:14', '2024-01-06 06:59:14', 15, 0, '', NULL, '2024-01-06 06:59:14', NULL, '2024-01-06 06:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36851, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 06:59:14', '2024-01-06 06:59:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 06:59:14', NULL, '2024-01-06 06:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36852, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:01:14', '2024-01-06 07:01:14', 14, 0, '', NULL, '2024-01-06 07:01:14', NULL, '2024-01-06 07:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36853, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:01:14', '2024-01-06 07:01:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 07:01:14', NULL, '2024-01-06 07:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36854, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:01:14', '2024-01-06 07:01:14', 16, 0, '', NULL, '2024-01-06 07:01:14', NULL, '2024-01-06 07:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36855, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:01:14', '2024-01-06 07:01:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 07:01:14', NULL, '2024-01-06 07:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36856, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:03:14', '2024-01-06 07:03:14', 29, 0, '', NULL, '2024-01-06 07:03:14', NULL, '2024-01-06 07:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36857, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:03:14', '2024-01-06 07:03:14', 14, 0, '', NULL, '2024-01-06 07:03:14', NULL, '2024-01-06 07:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36858, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:03:14', '2024-01-06 07:03:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 07:03:14', NULL, '2024-01-06 07:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36859, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:03:14', '2024-01-06 07:03:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 07:03:14', NULL, '2024-01-06 07:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36860, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:05:14', '2024-01-06 07:05:14', 14, 0, '', NULL, '2024-01-06 07:05:14', NULL, '2024-01-06 07:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36861, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:05:14', '2024-01-06 07:05:14', 14, 0, '', NULL, '2024-01-06 07:05:14', NULL, '2024-01-06 07:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36862, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:05:14', '2024-01-06 07:05:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 07:05:14', NULL, '2024-01-06 07:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36863, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:05:14', '2024-01-06 07:05:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 07:05:14', NULL, '2024-01-06 07:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36864, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:07:14', '2024-01-06 07:07:14', 15, 0, '', NULL, '2024-01-06 07:07:14', NULL, '2024-01-06 07:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36865, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:07:14', '2024-01-06 07:07:14', 8, 400, '无效的刷新令牌', NULL, '2024-01-06 07:07:14', NULL, '2024-01-06 07:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36866, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:07:14', '2024-01-06 07:07:14', 15, 0, '', NULL, '2024-01-06 07:07:14', NULL, '2024-01-06 07:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36867, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:07:14', '2024-01-06 07:07:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 07:07:14', NULL, '2024-01-06 07:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36868, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:09:14', '2024-01-06 07:09:14', 15, 0, '', NULL, '2024-01-06 07:09:14', NULL, '2024-01-06 07:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36869, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:09:14', '2024-01-06 07:09:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 07:09:14', NULL, '2024-01-06 07:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36870, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:09:14', '2024-01-06 07:09:14', 17, 0, '', NULL, '2024-01-06 07:09:14', NULL, '2024-01-06 07:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36871, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:09:14', '2024-01-06 07:09:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 07:09:14', NULL, '2024-01-06 07:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36872, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:11:14', '2024-01-06 07:11:14', 12, 0, '', NULL, '2024-01-06 07:11:14', NULL, '2024-01-06 07:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36873, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:11:14', '2024-01-06 07:11:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 07:11:14', NULL, '2024-01-06 07:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36874, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:11:14', '2024-01-06 07:11:14', 16, 0, '', NULL, '2024-01-06 07:11:14', NULL, '2024-01-06 07:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36875, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:11:14', '2024-01-06 07:11:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 07:11:14', NULL, '2024-01-06 07:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36876, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:13:14', '2024-01-06 07:13:14', 13, 0, '', NULL, '2024-01-06 07:13:14', NULL, '2024-01-06 07:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36877, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:13:14', '2024-01-06 07:13:14', 12, 400, '无效的刷新令牌', NULL, '2024-01-06 07:13:14', NULL, '2024-01-06 07:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36878, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:13:14', '2024-01-06 07:13:14', 17, 0, '', NULL, '2024-01-06 07:13:14', NULL, '2024-01-06 07:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36879, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:13:14', '2024-01-06 07:13:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 07:13:14', NULL, '2024-01-06 07:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36880, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:15:14', '2024-01-06 07:15:14', 13, 0, '', NULL, '2024-01-06 07:15:14', NULL, '2024-01-06 07:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36881, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:15:14', '2024-01-06 07:15:14', 14, 400, '无效的刷新令牌', NULL, '2024-01-06 07:15:14', NULL, '2024-01-06 07:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36882, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:15:14', '2024-01-06 07:15:14', 21, 0, '', NULL, '2024-01-06 07:15:14', NULL, '2024-01-06 07:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36883, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:15:14', '2024-01-06 07:15:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 07:15:14', NULL, '2024-01-06 07:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36884, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:17:14', '2024-01-06 07:17:14', 12, 0, '', NULL, '2024-01-06 07:17:14', NULL, '2024-01-06 07:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36885, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:17:14', '2024-01-06 07:17:14', 16, 0, '', NULL, '2024-01-06 07:17:14', NULL, '2024-01-06 07:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36886, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:17:14', '2024-01-06 07:17:14', 13, 400, '无效的刷新令牌', NULL, '2024-01-06 07:17:14', NULL, '2024-01-06 07:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36887, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:17:14', '2024-01-06 07:17:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 07:17:14', NULL, '2024-01-06 07:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36888, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:19:14', '2024-01-06 07:19:14', 14, 0, '', NULL, '2024-01-06 07:19:14', NULL, '2024-01-06 07:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36889, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:19:14', '2024-01-06 07:19:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 07:19:14', NULL, '2024-01-06 07:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36890, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:19:14', '2024-01-06 07:19:14', 30, 0, '', NULL, '2024-01-06 07:19:14', NULL, '2024-01-06 07:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36891, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:19:14', '2024-01-06 07:19:14', 8, 400, '无效的刷新令牌', NULL, '2024-01-06 07:19:14', NULL, '2024-01-06 07:19:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36892, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:21:14', '2024-01-06 07:21:14', 13, 0, '', NULL, '2024-01-06 07:21:14', NULL, '2024-01-06 07:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36893, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:21:14', '2024-01-06 07:21:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 07:21:14', NULL, '2024-01-06 07:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36894, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:21:14', '2024-01-06 07:21:14', 16, 0, '', NULL, '2024-01-06 07:21:14', NULL, '2024-01-06 07:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36895, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:21:14', '2024-01-06 07:21:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 07:21:14', NULL, '2024-01-06 07:21:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36896, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:23:14', '2024-01-06 07:23:14', 12, 0, '', NULL, '2024-01-06 07:23:14', NULL, '2024-01-06 07:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36897, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:23:14', '2024-01-06 07:23:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 07:23:14', NULL, '2024-01-06 07:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36898, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:23:14', '2024-01-06 07:23:14', 17, 0, '', NULL, '2024-01-06 07:23:14', NULL, '2024-01-06 07:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36899, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:23:14', '2024-01-06 07:23:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 07:23:14', NULL, '2024-01-06 07:23:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36900, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:25:14', '2024-01-06 07:25:14', 11, 0, '', NULL, '2024-01-06 07:25:14', NULL, '2024-01-06 07:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36901, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:25:14', '2024-01-06 07:25:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 07:25:14', NULL, '2024-01-06 07:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36902, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:25:14', '2024-01-06 07:25:14', 15, 0, '', NULL, '2024-01-06 07:25:14', NULL, '2024-01-06 07:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36903, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:25:14', '2024-01-06 07:25:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 07:25:14', NULL, '2024-01-06 07:25:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36904, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:27:14', '2024-01-06 07:27:14', 14, 0, '', NULL, '2024-01-06 07:27:14', NULL, '2024-01-06 07:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36905, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:27:14', '2024-01-06 07:27:14', 12, 0, '', NULL, '2024-01-06 07:27:14', NULL, '2024-01-06 07:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36906, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:27:14', '2024-01-06 07:27:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 07:27:14', NULL, '2024-01-06 07:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36907, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:27:14', '2024-01-06 07:27:14', 12, 400, '无效的刷新令牌', NULL, '2024-01-06 07:27:14', NULL, '2024-01-06 07:27:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36908, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:29:14', '2024-01-06 07:29:14', 13, 0, '', NULL, '2024-01-06 07:29:14', NULL, '2024-01-06 07:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36909, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:29:14', '2024-01-06 07:29:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 07:29:14', NULL, '2024-01-06 07:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36910, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:29:14', '2024-01-06 07:29:14', 14, 0, '', NULL, '2024-01-06 07:29:14', NULL, '2024-01-06 07:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36911, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:29:14', '2024-01-06 07:29:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 07:29:14', NULL, '2024-01-06 07:29:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36912, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:31:14', '2024-01-06 07:31:14', 13, 0, '', NULL, '2024-01-06 07:31:14', NULL, '2024-01-06 07:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36913, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:31:14', '2024-01-06 07:31:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 07:31:14', NULL, '2024-01-06 07:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36914, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:31:14', '2024-01-06 07:31:14', 15, 0, '', NULL, '2024-01-06 07:31:14', NULL, '2024-01-06 07:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36915, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:31:14', '2024-01-06 07:31:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 07:31:14', NULL, '2024-01-06 07:31:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36916, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:33:14', '2024-01-06 07:33:14', 12, 0, '', NULL, '2024-01-06 07:33:14', NULL, '2024-01-06 07:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36917, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:33:14', '2024-01-06 07:33:14', 12, 0, '', NULL, '2024-01-06 07:33:14', NULL, '2024-01-06 07:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36918, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:33:14', '2024-01-06 07:33:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 07:33:14', NULL, '2024-01-06 07:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36919, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:33:14', '2024-01-06 07:33:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 07:33:14', NULL, '2024-01-06 07:33:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36920, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:35:14', '2024-01-06 07:35:14', 17, 0, '', NULL, '2024-01-06 07:35:14', NULL, '2024-01-06 07:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36921, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:35:14', '2024-01-06 07:35:14', 20, 0, '', NULL, '2024-01-06 07:35:14', NULL, '2024-01-06 07:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36922, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:35:14', '2024-01-06 07:35:14', 34, 400, '无效的刷新令牌', NULL, '2024-01-06 07:35:14', NULL, '2024-01-06 07:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36923, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:35:14', '2024-01-06 07:35:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 07:35:14', NULL, '2024-01-06 07:35:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36924, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:37:14', '2024-01-06 07:37:14', 11, 0, '', NULL, '2024-01-06 07:37:14', NULL, '2024-01-06 07:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36925, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:37:14', '2024-01-06 07:37:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 07:37:14', NULL, '2024-01-06 07:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36926, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:37:14', '2024-01-06 07:37:14', 13, 0, '', NULL, '2024-01-06 07:37:14', NULL, '2024-01-06 07:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36927, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:37:14', '2024-01-06 07:37:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 07:37:14', NULL, '2024-01-06 07:37:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36928, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:39:14', '2024-01-06 07:39:14', 13, 0, '', NULL, '2024-01-06 07:39:14', NULL, '2024-01-06 07:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36929, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:39:14', '2024-01-06 07:39:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 07:39:14', NULL, '2024-01-06 07:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36930, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:39:14', '2024-01-06 07:39:14', 16, 0, '', NULL, '2024-01-06 07:39:14', NULL, '2024-01-06 07:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36931, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:39:14', '2024-01-06 07:39:14', 8, 400, '无效的刷新令牌', NULL, '2024-01-06 07:39:14', NULL, '2024-01-06 07:39:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36932, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:41:14', '2024-01-06 07:41:14', 14, 0, '', NULL, '2024-01-06 07:41:14', NULL, '2024-01-06 07:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36933, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:41:14', '2024-01-06 07:41:14', 8, 400, '无效的刷新令牌', NULL, '2024-01-06 07:41:14', NULL, '2024-01-06 07:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36934, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:41:14', '2024-01-06 07:41:14', 15, 0, '', NULL, '2024-01-06 07:41:14', NULL, '2024-01-06 07:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36935, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:41:14', '2024-01-06 07:41:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 07:41:14', NULL, '2024-01-06 07:41:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36936, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:43:14', '2024-01-06 07:43:14', 14, 0, '', NULL, '2024-01-06 07:43:14', NULL, '2024-01-06 07:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36937, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:43:14', '2024-01-06 07:43:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 07:43:14', NULL, '2024-01-06 07:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36938, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:43:14', '2024-01-06 07:43:14', 15, 0, '', NULL, '2024-01-06 07:43:14', NULL, '2024-01-06 07:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36939, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:43:14', '2024-01-06 07:43:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 07:43:14', NULL, '2024-01-06 07:43:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36940, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:45:14', '2024-01-06 07:45:14', 12, 0, '', NULL, '2024-01-06 07:45:14', NULL, '2024-01-06 07:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36941, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:45:14', '2024-01-06 07:45:14', 13, 0, '', NULL, '2024-01-06 07:45:14', NULL, '2024-01-06 07:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36942, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:45:14', '2024-01-06 07:45:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 07:45:14', NULL, '2024-01-06 07:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36943, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:45:14', '2024-01-06 07:45:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 07:45:14', NULL, '2024-01-06 07:45:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36944, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:47:14', '2024-01-06 07:47:14', 9, 0, '', NULL, '2024-01-06 07:47:14', NULL, '2024-01-06 07:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36945, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:47:14', '2024-01-06 07:47:14', 15, 0, '', NULL, '2024-01-06 07:47:14', NULL, '2024-01-06 07:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36946, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:47:14', '2024-01-06 07:47:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 07:47:14', NULL, '2024-01-06 07:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36947, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:47:14', '2024-01-06 07:47:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 07:47:14', NULL, '2024-01-06 07:47:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36948, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:49:14', '2024-01-06 07:49:14', 11, 0, '', NULL, '2024-01-06 07:49:14', NULL, '2024-01-06 07:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36949, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:49:14', '2024-01-06 07:49:14', 13, 0, '', NULL, '2024-01-06 07:49:14', NULL, '2024-01-06 07:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36950, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:49:14', '2024-01-06 07:49:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 07:49:14', NULL, '2024-01-06 07:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36951, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:49:14', '2024-01-06 07:49:14', 8, 400, '无效的刷新令牌', NULL, '2024-01-06 07:49:14', NULL, '2024-01-06 07:49:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36952, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:51:14', '2024-01-06 07:51:14', 13, 0, '', NULL, '2024-01-06 07:51:14', NULL, '2024-01-06 07:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36953, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:51:14', '2024-01-06 07:51:14', 14, 0, '', NULL, '2024-01-06 07:51:14', NULL, '2024-01-06 07:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36954, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:51:14', '2024-01-06 07:51:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 07:51:14', NULL, '2024-01-06 07:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36955, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:51:14', '2024-01-06 07:51:14', 5, 400, '无效的刷新令牌', NULL, '2024-01-06 07:51:14', NULL, '2024-01-06 07:51:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36956, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:53:14', '2024-01-06 07:53:14', 11, 0, '', NULL, '2024-01-06 07:53:14', NULL, '2024-01-06 07:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36957, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:53:14', '2024-01-06 07:53:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 07:53:14', NULL, '2024-01-06 07:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36958, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:53:14', '2024-01-06 07:53:14', 14, 0, '', NULL, '2024-01-06 07:53:14', NULL, '2024-01-06 07:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36959, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:53:14', '2024-01-06 07:53:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 07:53:14', NULL, '2024-01-06 07:53:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36960, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:55:14', '2024-01-06 07:55:14', 11, 0, '', NULL, '2024-01-06 07:55:14', NULL, '2024-01-06 07:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36961, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:55:14', '2024-01-06 07:55:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 07:55:14', NULL, '2024-01-06 07:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36962, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:55:14', '2024-01-06 07:55:14', 13, 0, '', NULL, '2024-01-06 07:55:14', NULL, '2024-01-06 07:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36963, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:55:14', '2024-01-06 07:55:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 07:55:14', NULL, '2024-01-06 07:55:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36964, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:57:14', '2024-01-06 07:57:14', 11, 0, '', NULL, '2024-01-06 07:57:14', NULL, '2024-01-06 07:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36965, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:57:14', '2024-01-06 07:57:14', 13, 0, '', NULL, '2024-01-06 07:57:14', NULL, '2024-01-06 07:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36966, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:57:14', '2024-01-06 07:57:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 07:57:14', NULL, '2024-01-06 07:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36967, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:57:14', '2024-01-06 07:57:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 07:57:14', NULL, '2024-01-06 07:57:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36968, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:59:14', '2024-01-06 07:59:14', 8, 0, '', NULL, '2024-01-06 07:59:14', NULL, '2024-01-06 07:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36969, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:59:14', '2024-01-06 07:59:14', 8, 400, '无效的刷新令牌', NULL, '2024-01-06 07:59:14', NULL, '2024-01-06 07:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36970, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:59:14', '2024-01-06 07:59:14', 33, 0, '', NULL, '2024-01-06 07:59:14', NULL, '2024-01-06 07:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36971, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 07:59:14', '2024-01-06 07:59:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 07:59:14', NULL, '2024-01-06 07:59:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36972, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:01:14', '2024-01-06 08:01:14', 14, 0, '', NULL, '2024-01-06 08:01:14', NULL, '2024-01-06 08:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36973, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:01:14', '2024-01-06 08:01:14', 14, 0, '', NULL, '2024-01-06 08:01:14', NULL, '2024-01-06 08:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36974, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:01:14', '2024-01-06 08:01:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 08:01:14', NULL, '2024-01-06 08:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36975, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:01:14', '2024-01-06 08:01:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 08:01:14', NULL, '2024-01-06 08:01:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36976, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:03:14', '2024-01-06 08:03:14', 12, 0, '', NULL, '2024-01-06 08:03:14', NULL, '2024-01-06 08:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36977, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:03:14', '2024-01-06 08:03:14', 14, 0, '', NULL, '2024-01-06 08:03:14', NULL, '2024-01-06 08:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36978, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:03:14', '2024-01-06 08:03:14', 8, 400, '无效的刷新令牌', NULL, '2024-01-06 08:03:14', NULL, '2024-01-06 08:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36979, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:03:14', '2024-01-06 08:03:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 08:03:14', NULL, '2024-01-06 08:03:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36980, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:05:14', '2024-01-06 08:05:14', 13, 0, '', NULL, '2024-01-06 08:05:14', NULL, '2024-01-06 08:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36981, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:05:14', '2024-01-06 08:05:14', 14, 0, '', NULL, '2024-01-06 08:05:14', NULL, '2024-01-06 08:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36982, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:05:14', '2024-01-06 08:05:14', 10, 400, '无效的刷新令牌', NULL, '2024-01-06 08:05:14', NULL, '2024-01-06 08:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36983, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:05:14', '2024-01-06 08:05:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 08:05:14', NULL, '2024-01-06 08:05:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36984, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:07:14', '2024-01-06 08:07:14', 12, 0, '', NULL, '2024-01-06 08:07:14', NULL, '2024-01-06 08:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36985, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:07:14', '2024-01-06 08:07:14', 13, 0, '', NULL, '2024-01-06 08:07:14', NULL, '2024-01-06 08:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36986, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:07:14', '2024-01-06 08:07:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 08:07:14', NULL, '2024-01-06 08:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36987, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:07:14', '2024-01-06 08:07:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 08:07:14', NULL, '2024-01-06 08:07:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36988, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:09:14', '2024-01-06 08:09:14', 11, 0, '', NULL, '2024-01-06 08:09:14', NULL, '2024-01-06 08:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36989, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:09:14', '2024-01-06 08:09:14', 8, 400, '无效的刷新令牌', NULL, '2024-01-06 08:09:14', NULL, '2024-01-06 08:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36990, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:09:14', '2024-01-06 08:09:14', 11, 0, '', NULL, '2024-01-06 08:09:14', NULL, '2024-01-06 08:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36991, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:09:14', '2024-01-06 08:09:14', 6, 400, '无效的刷新令牌', NULL, '2024-01-06 08:09:14', NULL, '2024-01-06 08:09:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36992, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:11:14', '2024-01-06 08:11:14', 12, 0, '', NULL, '2024-01-06 08:11:14', NULL, '2024-01-06 08:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36993, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:11:14', '2024-01-06 08:11:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 08:11:14', NULL, '2024-01-06 08:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36994, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:11:14', '2024-01-06 08:11:14', 32, 0, '', NULL, '2024-01-06 08:11:14', NULL, '2024-01-06 08:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36995, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:11:14', '2024-01-06 08:11:14', 8, 400, '无效的刷新令牌', NULL, '2024-01-06 08:11:14', NULL, '2024-01-06 08:11:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36996, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:13:14', '2024-01-06 08:13:14', 11, 0, '', NULL, '2024-01-06 08:13:14', NULL, '2024-01-06 08:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36997, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:13:14', '2024-01-06 08:13:14', 14, 0, '', NULL, '2024-01-06 08:13:14', NULL, '2024-01-06 08:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36998, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:13:14', '2024-01-06 08:13:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 08:13:14', NULL, '2024-01-06 08:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (36999, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:13:14', '2024-01-06 08:13:14', 7, 400, '无效的刷新令牌', NULL, '2024-01-06 08:13:14', NULL, '2024-01-06 08:13:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (37000, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:15:14', '2024-01-06 08:15:14', 12, 0, '', NULL, '2024-01-06 08:15:14', NULL, '2024-01-06 08:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (37001, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:15:14', '2024-01-06 08:15:14', 14, 0, '', NULL, '2024-01-06 08:15:14', NULL, '2024-01-06 08:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (37002, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:15:14', '2024-01-06 08:15:14', 11, 400, '无效的刷新令牌', NULL, '2024-01-06 08:15:14', NULL, '2024-01-06 08:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (37003, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:15:14', '2024-01-06 08:15:14', 9, 400, '无效的刷新令牌', NULL, '2024-01-06 08:15:14', NULL, '2024-01-06 08:15:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (37004, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:17:14', '2024-01-06 08:17:14', 12, 0, '', NULL, '2024-01-06 08:17:14', NULL, '2024-01-06 08:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (37005, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/notify-message/get-unread-count', '{\"query\":{},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:17:14', '2024-01-06 08:17:14', 16, 0, '', NULL, '2024-01-06 08:17:14', NULL, '2024-01-06 08:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (37006, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:17:14', '2024-01-06 08:17:14', 15, 400, '无效的刷新令牌', NULL, '2024-01-06 08:17:14', NULL, '2024-01-06 08:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (37007, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/auth/refresh-token', '{\"query\":{\"refreshToken\":\"bc36eeb7a8a642398ac0b6cfe3e23f3e\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:17:14', '2024-01-06 08:17:14', 14, 400, '无效的刷新令牌', NULL, '2024-01-06 08:17:14', NULL, '2024-01-06 08:17:14', b'0', 1); -INSERT INTO `infra_api_access_log` VALUES (37008, '', 0, 2, 'mes-server', 'GET', '/admin-api/system/tenant/get-by-website', '{\"query\":{\"website\":\"localhost\"},\"body\":null}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:17:47', '2024-01-06 08:17:47', 27, 0, '', NULL, '2024-01-06 08:17:47', NULL, '2024-01-06 08:17:47', b'0', 0); -INSERT INTO `infra_api_access_log` VALUES (37009, '', 0, 2, 'mes-server', 'POST', '/admin-api/system/captcha/get', '{\"query\":{},\"body\":\"{\\\"captchaType\\\":\\\"blockPuzzle\\\"}\"}', '127.0.0.1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', '2024-01-06 08:17:47', '2024-01-06 08:17:47', 189, 0, '', NULL, '2024-01-06 08:17:47', NULL, '2024-01-06 08:17:47', b'0', 0); - +) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = 'API 访问日志表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Table structure for infra_api_error_log -- ----------------------------