Skip to content
页面梗概

助力生态可持续发展

赞助 插件世界 发展

成为赞助者

目录

用户

描述请求方式接口路径
获取用户列表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}

文章

描述请求方式接口路径