Changes between Version 78 and Version 79 of pclady_news2.0.0_api


Ignore:
Timestamp:
12/30/2015 03:22:29 PM (10 years ago)
Author:
hezhenwei1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pclady_news2.0.0_api

    v78 v79  
    156156  "collectCount":"100", 
    157157  "supportCount":"100", 
    158   "opposeCount":"50", 
     158  "opposeCount":"50",, 
     159  "supportState":"0", 
    159160  "sysTime":"系统当前时间YYYY-MM-DD HH:mm:ss", 
    160161  "html":"文章html文本", 
     
    182183  "collectCount":"100", 
    183184  "commentCount":"50", 
    184   "state":"0" 
     185  "supportState":"0" 
    185186} 
    186187 
     
    189190||= 参数名 =||= 参数含义 =||=参数名=||=参数含意=|| 
    190191||= collectCount =||= 文章被收藏次数 =||= commentCount =||= 文章评论数量 =|| 
    191 ||= state =||= 0:未点赞未踩,1:已点赞,2:已踩 =||= =||= =|| 
     192||= supportState =||= 0:未点赞未踩,1:已点赞,2:已踩 =||= =||= =|| 
    192193 
    193194 
     
    10411042  "pageSize": 20, 
    10421043  "total": 100, 
    1043   "data":{ 
    1044     "activityList":[ 
     1044  "data":[ 
    10451045      {  
    10461046        "activityID":"活动ID", 
     
    10541054      ...... 
    10551055    ] 
    1056   } 
    10571056} 
    10581057 
     
    16061605  "pageSize": 20, 
    16071606  "total": 100, 
    1608   "specialList":[ 
     1607  "data":[ 
    16091608      { 
    16101609        "specialID":"专题ID", 
     
    16171616      ...... 
    16181617    ] 
    1619   } 
    16201618} 
    16211619