Skip to content
插件世界
Main Navigation
首页
社区
应用市场
指南
前端插件
Laravel 插件
生态系统
团队
加入我们
赞助我们
贡献指南
常见问题
提交反馈
互动交流
Appearance
页面梗概
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}
文章
描述
请求方式
接口路径