Toggle navigation
Toggle navigation
This project
Loading...
Sign in
lingmin
/
yohobuy-doc
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chaogeng
9 years ago
Commit
cd7e50dbbffb51d1a607a5211f331d560acf286b
1 parent
5f157e61
修改资讯接口文档
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
inferface-document/guang/article.md
inferface-document/guang/article.md
View file @
cd7e50d
...
...
@@ -31,8 +31,8 @@
"data"
:
{
"list"
:
[
{
"id"
:
""
,
“coverImage
": "", //封面图
"id"
:
""
,
//资讯ID
"coverImage"
:
""
,
//封面图
"articleTitle"
:
""
,
//资讯标题
"maxSortId"
:
""
,
//分类
"articleGender"
:
""
,
//性别
...
...
@@ -73,7 +73,7 @@
"data"
:
[
{
"id"
:
""
,
"
name
"
:
""
"
text
"
:
""
}
]
...
...
@@ -99,7 +99,7 @@
"data"
:
[
{
"id"
:
""
,
"
name
"
:
""
"
text
"
:
""
}
]
}
...
...
@@ -243,7 +243,7 @@
|属性名称|类型|例子|说明|
|--------|----|----|----|
|id|int|43|资讯id|
|publishTime|
int|1432188073
|定时发布时间|
|publishTime|
String|2016-02-19 16:17
|定时发布时间|
---------------------
### 返回
...
...
@@ -268,23 +268,23 @@
"message"
:
"请求成功"
,
"data"
:
{
"genderItems"
:
[{
//性别
"
id
"
:
""
,
"
value
"
:
""
,
"name"
:
""
}],
"publishStatusItems"
:
[{
//发布状态
"
id
"
:
""
,
"
value
"
:
""
,
"name"
:
""
}],
"articleTypeItems"
:
[{
//文章类型
"
id
"
:
""
,
"
value
"
:
""
,
"name"
:
""
}],
"coverImageTypeItems"
:
[{
//封面图片类型
"
id
"
:
""
,
"
value
"
:
""
,
"name"
:
""
}],
"adsImgSizeItems"
:
[{
//广告尺寸
"
id"
:
""
,
"
value"
:
""
,
"name"
:
""
}]
}
...
...
Please
register
or
login
to post a comment