Skip to content
文档站
Main Navigation
首页
官网
指南
API 参考
数据字典
生态系统
团队
加入我们
赞助我们
贡献指南
常见问题
提交反馈
互动交流
应用市场
项目资料
飞书
团队协同文档
项目研发流程
xx - 目录索引
xx - 项目管理表(简化)
【xxx 项目】需求及 Bug 管理(完整)
项目 - 接口文档
Apifox
Appearance
Menu
Return to top
页面梗概
Table of Contents for current page
助力生态可持续发展
赞助 文档站 发展
成为赞助者
目录
必读信息
开发必读:基础资料
通用数据结构
数据存储结构
数据字典
用户
描述
请求方式
接口路径
获取用户列表
GET
/api/users
新增用户
POST
/api/users
更新用户资料
PUT
/api/users/
{userId}
【WIP】发布文章
POST
/api/users/
userId
/posts
查看用户文章列表
GET
/api/users/
userId
/posts
查看用户文章详情
GET
/api/users/
userId
/posts/
{postId}
文章
描述
请求方式
接口路径