chore: 代码保存

This commit is contained in:
2025-12-17 16:48:13 +08:00
parent 21b338ff17
commit 7e0ca0a8e7
7 changed files with 302 additions and 220 deletions

12
docs/Login.md Normal file
View File

@@ -0,0 +1,12 @@
# 用户登录
## 普通用户登录
http://localhost:9108/index.php?m=user&c=Users&a=login
## 管理员登录
http://localhost:9108/index.php?m=admin&c=Admin&a=login

24
docs/Project.md Normal file
View File

@@ -0,0 +1,24 @@
# 原生应用/项目查询
## 前端查询用户
### API 接口
src\application\api\controller\Ajax.php line:1130
### 页面
src\template\pc\lists_guestbook_project.htm
## 后端管理用户
### 页面
- src\application\admin\template\project\users_index.htm
- src\application\admin\template\project\level_index.htm

0
docs/README.md Normal file
View File