更新数据库,增加apifox实体json
This commit is contained in:
@@ -21,7 +21,7 @@ CREATE TABLE `tb_sys_user` (
|
||||
|
||||
-- 推荐:把默认 admin 密码替换为已哈希的值
|
||||
INSERT INTO `tb_sys_user` (id, username, password, email) VALUES
|
||||
('1', 'admin', '123456', '3223905473@qq.com');
|
||||
('1', 'admin', '$2a$10$/Bo2SXboVUpYfR6EA.y8puYQaMGBcuNYFY/EkQRY3w27IH56EuEcS', '3223905473@qq.com');
|
||||
|
||||
-- 用户信息表
|
||||
DROP TABLE IF EXISTS `tb_sys_user_info`;
|
||||
|
||||
Reference in New Issue
Block a user