超管登录对接

This commit is contained in:
柳清爽
2025-04-09 16:41:05 +08:00
parent c7062445ab
commit c24f6541b6
3 changed files with 13 additions and 17 deletions

View File

@@ -1,2 +0,0 @@
INSERT INTO `tk_administrators` (`name`, `account`, `password`, `status`, `createTime`, `updateTime`)
VALUES ('超级管理员', 'admin', MD5('123456'), 1, UNIX_TIMESTAMP(), UNIX_TIMESTAMP());