Changes between Initial Version and Version 1 of chezhan


Ignore:
Timestamp:
03/29/2016 03:46:29 PM (10 years ago)
Author:
fangxirui
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • chezhan

    v1 v1  
     1[[PageOutline(1-100,接口索引)]] 
     2 
     3= 1. 2016北京车展接口 = 
     4{{{ 
     5接口/cmsapi/1.0/2016/getBeiJingCheZhanDynaList.do [GET] 
     6 
     7请求参数: 
     8   pageNo:第几页(默认:1) 
     9   pageSize:每页条数(默认:10) 
     10   req_enc: GBK(默认:UTF-8) 
     11   resp_enc: GBK(默认:UTF-8) 
     12 
     13是否登录 : 否 
     14缓存时间 : 否 
     15是否分页 : 是 
     16 
     17 
     18返回结果: 
     19{ 
     20    code: 状态码 
     21    pageCount: 总页数 
     22    pageNo: 页码 
     23    pageSize: 每页条数 
     24    total: 总条数 
     25 
     26    themeList: [{ 
     27        content:主题内容(表情转换为图片) 
     28        image1Url:图片1 
     29        image2Url:图片2 
     30        praiseCount:赞数 
     31        replyCount:评论数 
     32        nickName:昵称 
     33        themeUrl:主题终端页面链接 
     34    }] 
     35} 
     36 
     37}}}