Changes between Initial Version and Version 1 of appapi/4.4


Ignore:
Timestamp:
08/17/2015 10:04:12 AM (11 years ago)
Author:
zhouruxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.4

    v1 v1  
     1[[PageOutline(1-100,接口索引)]] 
     2 
     3== 1. 车友会提供APP接口4.3 == 
     4 
     5备注:Mrobot合并内容 
     6 
     7      话题详情页面(1.1.1 + 1.1.2 + 1.1.3 + 1.1.4 或者 1.1.5) 
     8 
     9=== 1.1 话题相关 
     10 
     11==== 1.1.1 话题头部信息 ==== 
     12{{{ 
     13接口/appapi/1.0/subject/getSubjectHead.do [GET] 
     14说明 : 话题头部信息 
     15请求参数 : 
     16    subjectId:话题ID(如果>0,则忽略title参数) 
     17    title:话题标题(不带#) 
     18 
     19是否登录 : 否 
     20缓存时间 : 无 
     21是否分页 : 否 
     22 
     23返回结果: 
     24{ 
     25       subjectId:话题ID 
     26       title:话题标题 
     27       description:导语 
     28       logo:话题图标  
     29       replyCount:参与话题说说数数 
     30       pvCount:话题阅读数 
     31 
     32       code : 0成功,-1失败 
     33       message : 提示信息 
     34       version : 接口版本号如1.0,1.0(latest)表示最新版本 
     35} 
     36}}} 
     37 
     38 
     39 
     40 
     41 
     42 
     43 
     44 
     45 
     46 
     47 
     48 
     49 
     50 
     51{{{ 
     52#!html 
     53<div style="background-color: #dfdede; border-radius: 5px 0 0 5px; height: 35px; overflow: hidden; width: 30px; z-index: 9999; float: right; padding: 3px 0px 0px 2px; right: 0; top: 300px;position: fixed;"> 
     54  <a href="#a1.车友会提供的接口汇总"><em>返回<br>顶部</em></a> 
     55</div> 
     56}}}