-
Notifications
You must be signed in to change notification settings - Fork 6
API 接口
刘恒 edited this page Jul 4, 2018
·
5 revisions
示例接口
http://localhost:12345/api/createArticle
参数 | 是否必选 | 类型 | 说明 |
---|---|---|---|
content | Y | String | 内容 |
title | Y | String | 标题 |
oneNumber | Y | String | 查看人数 |
file | Y | fromDtaa | 图片 |
desc | Y | String | 描述 |
tag | Y | Array | 标签 |
userId | Y | string | 用户ID |
示例接口
http://localhost:12345/api/articlelist
参数 | 是否必选 | 类型 | 说明 |
---|---|---|---|
userId | N | String | 用户ID |
参数 | 是否必选 | 类型 | 说明 |
---|---|---|---|
userId | N | String | 用户ID |