| Version 20 (modified by xuzhongzhou, 12 years ago) (diff) |
|---|
Table of Contents
PCLADY时尚网
本应用主要功能为订阅、资讯、个人中心等。此版本仅开发iOS版本。
一、原型地址
二、设计稿地址
三、分享文案
四、事件、路径、计数器
五、相关问题备份
- 首页顶部栏目预设怎么办?预设多少个? -- 预设7个栏目
- 栏目选择的栏目固定吗? -- 最多只能选择20个
- 列表数据是否缓存 -- 缓存
- 登录才可收藏? -- 不登陆可以收藏在本地。登陆后数据云同步。
六、接口
6.1 资讯列表接口(每个栏目一个接口)
备注:
请求URL:
HTTP请求方式:GET
是否需要登录:否
返回格式:json
缓存方式:*
缓存时间:*
请求参数:
"pageNo": 1, "pageSize": 10
请求后端URL:*
请求后端参数:*
返回:
{
"msg": "",
"ret": 0,
"pageNo": 1,
"pageSize": 10,
"total": 5,
"list": [
{
type: 0,
title: "标题",
image: "图片URL",
imageCount: 5,
category: "穿衣搭配",
time: "时间"
}
]
}
6.2 文章终端页(web,带推荐,协议)
请求URL:
6.3 图库终端接口
备注:
请求URL: http://mrobot.pconline.com.cn/v2/photo/albums?modelId=13234
HTTP请求方式:GET
是否需要登录:否
返回格式:json
缓存方式:*
缓存时间:*
请求参数:*
请求后端URL:*
请求后端参数:*
返回:*
6.4 检查是否已收藏接口
备注:
请求URL:
HTTP请求方式:GET
是否需要登录:是
返回格式:json
缓存方式:*
缓存时间:*
请求参数:
HTTP Header
Cookie = "common_session_id=xxxx"
HTTP Body
id = 8888
请求后端URL:*
请求后端参数:*
返回:
{
"msg": "",
"ret": 0,
"favor": true
}
6.5 收藏接口
备注:
请求URL:
HTTP请求方式:POST
是否需要登录:是
返回格式:json
缓存方式:*
缓存时间:*
请求参数:
HTTP Header
Cookie = "common_session_id=xxxx"
HTTP Body
id = 8888
请求后端URL:*
请求后端参数:*
返回:
{
"msg": "",
"ret": 0
}
6.6 取消收藏接口
备注:
请求URL:
HTTP请求方式:POST
是否需要登录:是
返回格式:json
缓存方式:*
缓存时间:*
请求参数:
HTTP Header
Cookie = "common_session_id=xxxx"
HTTP Body
id = 8888
请求后端URL:*
请求后端参数:*
返回:
{
"msg": "",
"ret": 0
}
6.7 我的收藏列表接口
备注:
请求URL:
HTTP请求方式:GET
是否需要登录:是
返回格式:json
缓存方式:*
缓存时间:*
请求参数:
HTTP Header
Cookie = "common_session_id=xxxx"
HTTP Body
"pageNo": 1,
"pageSize": 10
请求后端URL:*
请求后端参数:*
返回:
{
"msg": "",
"ret": 0,
"pageNo": 1,
"pageSize": 10,
"total": 5,
"list": [
{
type: 0,
title: "标题",
image: "图片URL",
time: "时间"
}
]
}
6.8 应用推荐(Web)
请求URL:
Attachments
-
PCLAY时尚网需求文档0919.doc
(48.5 KB) -
added by shuaihong 12 years ago.
-
附:“时尚头条”APP栏目架构&读取规则.xls
(39.5 KB) -
added by shuaihong 12 years ago.
-
PCLAY时尚网需求文档1013.doc
(50.5 KB) -
added by shuaihong 12 years ago.
-
时尚资讯客户端相关项.xls
(14.0 KB) -
added by shuaihong 12 years ago.
-
时尚资讯客户端分享字段.doc
(78.5 KB) -
added by shuaihong 12 years ago.
-
时尚资讯客户端相关项1016.xls
(17.0 KB) -
added by shuaihong 12 years ago.
-
时尚资讯客户端相关项1210.xls
(19.5 KB) -
added by shuaihong 11 years ago.
-
PCLady资讯接口说明.xlsx
(483.6 KB) -
added by shuaihong 11 years ago.
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)