diff --git a/README.md b/README.md index 5bdc6c8..faf3850 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,16 @@ PC端演示地址:https://kinit.ktianc.top +管理员账户: + - 账号:15020221010 - 密码:kinit2022 +测试账户: + +- 账号:15020240125 +- 密码:test + ## 接口 CURD 代码自动生成 1. 目前只支持生成接口代码 diff --git a/kinit-api/application/settings.py b/kinit-api/application/settings.py index e7373fd..98fb2af 100644 --- a/kinit-api/application/settings.py +++ b/kinit-api/application/settings.py @@ -11,7 +11,7 @@ from fastapi.security import OAuth2PasswordBearer """ 系统版本 """ -VERSION = "3.6.0" +VERSION = "3.6.2" """安全警告: 不要在生产中打开调试运行!""" DEBUG = False