JSL_OrganizeInternalOA/doc/内部系统后端(首页).md

72 lines
1.1 KiB
Markdown
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 内部系统后端(首页)
### 功能点设计
#### 功能点一:权限认证
★★★★★
要求如下:
+ 框架自选Shiro/springsecurity
+ token验证
+ redis存储token
接口:
+ 登录接口login
+ 返回用户详细信息
+ 返回此用户对应的权限
+ 返回生成的token
+ 退出接口logout
+ 删除redis中的token
#### 功能点二:轮播图展示
接口:
+ 查询推荐的轮播图4-6张
+ 返回所有被推荐的轮播图数据4-6条
#### 功能点三:推荐项目展示
接口:
+ 查询推荐的项目
+ 返回所有被推荐的项目条目6条
#### 功能点四:团队信息推荐
接口:
+ 查询团队信息
+ 返回团队信息简介
#### 功能点五:最新新闻展示
接口:
+ 查询最新新闻
+ 返回最新新闻条目3条
#### 功能点六:优秀成员推荐
接口:
+ 查询被推荐的成员
+ 返回被推荐的成员条目(至少三条)