Toggle navigation
Toggle navigation
This project
Loading...
Sign in
platform
/
yohobuy-doc
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Snippets
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
wei
9 years ago
Commit
3910cc054a695f14228accf5d0c10de1f258fad3
1 parent
d11c7b10
修改平台列表返回参数
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
3 deletions
inferface-document/cms/resources.md
inferface-document/cms/resources.md
View file @
3910cc0
...
...
@@ -509,7 +509,35 @@ result:
```
json
{
"code"
:
200
,
"data"
:
[
"data"
:
{
"platforms"
:
[
{
"createTime"
:
1458719791
,
"platformFlag"
:
"321"
,
"platformId"
:
14
,
"platformName"
:
"321"
,
"status"
:
1
},
{
"createTime"
:
1432882973
,
"platformFlag"
:
"hf"
,
"platformId"
:
9
,
"platformName"
:
"wap"
,
"status"
:
1
},
{
"createTime"
:
1431670386
,
"platformFlag"
:
"ipad"
,
"platformId"
:
6
,
"platformName"
:
"yohoipad"
,
"status"
:
1
},
{
"createTime"
:
1430735334
,
"platformId"
:
5
,
"platformName"
:
"web"
,
"status"
:
1
},
{
"createTime"
:
1430300615
,
"platformFlag"
:
"iphone"
,
...
...
@@ -517,8 +545,9 @@ result:
"platformName"
:
"yohoApp"
,
"status"
:
1
}
],
"md5"
:
"b01118ada14ad7204d1182c3fa75563a"
,
]
},
"md5"
:
"f01bdc91842f4255acf31ea4dd61f3ac"
,
"message"
:
"操作成功"
}
...
...
Please
register
or
login
to post a comment