基于koa2,restful风格的博客API服务
以下路径均已/api
为前缀
接收 post 参数
- name
String
用户名 - password
String
用户密码
返回值示例
{}
接收 post 参数 同注册
接收 post 参数
- title
String
文章标题 - content
String
文章内容
基于koa2,restful风格的博客API服务
以下路径均已/api
为前缀
接收 post 参数
String
用户名String
用户密码返回值示例
{}
接收 post 参数 同注册
接收 post 参数
String
文章标题String
文章内容