# LinkMe ## API Docs - 用户模块 [登陆接口](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-174077188.md): 登陆接口使用邮箱进行登陆,注意:如果邮箱/密码输入错误,系统将返回500状态码与服务器内部错误信息,登陆成功后会设置X-Jwt-Token与X-Refresh-Token两个Header,X-Jwt-Token用于身份校验,后续访问除登陆注册接口外的所有接口需携带,X-Refresh-Token只用于刷新X-Jwt-Token接口 - 用户模块 [注册接口](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-174055061.md): 注册接口用户名(email)使用邮箱格式,密码需使用强密码格式(大小写英文字母+数字+特殊字符) - 用户模块 [刷新令牌](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-174640788.md): 与前端约定,访问除登陆注册外的所有接口都需要携带: Authorization: Bearer token...这样格式的头部,刷新接口需传入X-Refresh-Token,如果校验没有问题会返回X-Jwt-Token - 用户模块 [登出接口](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-177889066.md): 需在header中携带长token,在Authorization中携带短token - 用户模块 [修改密码](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-182623522.md): - 用户模块 [发送sms](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-182829337.md): - 用户模块 [发送email](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-184408678.md): - 用户模块 [账号注销接口](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-184519455.md): - 用户模块 [获取个人资料](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-185189005.md): - 用户模块 [更新个人资料](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-185224259.md): - 用户模块 [获取所有用户](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-189102881.md): - 帖子模块 [编辑帖子](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-175456117.md): 编辑帖子接口需传入帖子标题(title)、帖子内容(content),编辑成功后返回200状态码,帖子编辑成功信息,帖子id - 帖子模块 [发布帖子](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-175487504.md): 发布帖子接口,需要传入帖子id,成功后返回200状态码,帖子发布成功信息,帖子id - 帖子模块 [撤销帖子](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-175487526.md): 撤销帖子接口,需要传入帖子id,成功后返回200状态码,帖子撤销成功信息,帖子id - 帖子模块 [更新帖子](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-175587368.md): - 帖子模块 [删除帖子](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-176840689.md): - 帖子模块 [获取作者帖子列表](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-177817686.md): - 帖子模块 [获取公开帖子列表](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-175588444.md): - 帖子模块 [获取作者帖子详情](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-177807309.md): - 帖子模块 [获取公开帖子详情](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-177808546.md): - 帖子模块 [获取所有帖子](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-189927838.md): - 帖子模块 [获取任意帖子详情](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-189927845.md): - 帖子模块 [获取帖子数](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-190471457.md): - 审核模块 [审核通过](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-182459581.md): - 审核模块 [审核拒绝](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-182459582.md): - 审核模块 [审核列表](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-182459587.md): - 审核模块 [审核详情](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-182459610.md): - 历史记录模块 [获取历史记录](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-181810245.md): - 历史记录模块 [删除单条历史记录](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-181843199.md): - 历史记录模块 [删除全部历史记录](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-181832935.md): - 权限模块 [ListMenus](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-243009953.md): - 权限模块 [CreateMenu](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-243010733.md): - 权限模块 [UpdateMenu](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-243012419.md): - 权限模块 [DeleteMenu](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-243012561.md): - 权限模块 [ListApis](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-243027533.md): - 权限模块 [CreateAPI](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-243027539.md): - 权限模块 [UpdateAPI](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-243027540.md): - 权限模块 [DeleteAPI](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-243027541.md): - 权限模块 [ListRoles](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-243027832.md): - 权限模块 [CreateRole](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-243027834.md): - 权限模块 [UpdateRole](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-243027837.md): - 权限模块 [DeleteRole](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-243027847.md): - 权限模块 [GetRoles](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-243486423.md): - 权限模块 [GetUserRoles](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-243486371.md): - 权限模块 [AssignUserRole](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-243453040.md): - 权限模块 [AssignUsersRole](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-243475787.md): - 榜单模块 [榜单获取](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-184428927.md): - 板块模块 [创建板块](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-185278806.md): - 板块模块 [查询模块列表](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-185420845.md): - 板块模块 [更新板块](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-185418702.md): - 板块模块 [删除板块](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-185419663.md): - 互动模块 [点赞帖子](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-178702208.md): - 互动模块 [收藏帖子](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-178702236.md): - 互动模块 [获取最近活动](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-191308908.md): - 评论模块 [创建评论](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-198487112.md): - 评论模块 [删除评论](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-198493587.md): - 评论模块 [获取评论列表](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-198494426.md): - 评论模块 [获取某一评论下更多评论](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-198494704.md): - 搜索模块 [用户查询](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-200765423.md): - 搜索模块 [帖子查询](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-200765443.md): - 用户关系模块 [添加用户关系](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-205664527.md): - 用户关系模块 [查看关注者关系列表](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-205659174.md): - 用户关系模块 [查看被关注者关系列表](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-205744461.md): - 抽奖秒杀模块 > 抽奖模块 [获取抽奖活动列表](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-219272983.md): - 抽奖秒杀模块 > 抽奖模块 [创建抽奖活动](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-219287959.md): - 抽奖秒杀模块 > 抽奖模块 [获取指定id的抽奖活动](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-219298052.md): - 抽奖秒杀模块 > 抽奖模块 [参与抽奖活动](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-219301187.md): - 抽奖秒杀模块 > 秒杀模块 [获取所有秒杀活动](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-220300961.md): - 抽奖秒杀模块 > 秒杀模块 [创建秒杀活动](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-220301308.md): - 抽奖秒杀模块 > 秒杀模块 [获取指定id的秒杀活动](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-220301367.md): - 抽奖秒杀模块 > 秒杀模块 [参与秒杀活动](https://apifox.com/apidoc/shared/3f733993-43cc-459b-b405-c35a3294101a/api-220301381.md):