== PCLADY时尚网接口地址 == === 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: