Changes between Version 199 and Version 200 of pcauto_4.0.0/interface


Ignore:
Timestamp:
11/05/2013 10:01:26 AM (12 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.0.0/interface

    v199 v200  
    147147"title": "",       //内容标题 
    148148"channelName":"所属栏目",    //如果是文章存在此字段,所属栏目,指3.6.0 mrobot整理的栏目 
     149"channelId":123,                  //对应channelName的id 
    149150"forumName":"版块名称",     //如果是帖子存在此字段, 所属版块 
    150151"ups":123,    // 赞的数量 
     
    155156], 
    156157"focus":[], //照旧 
    157 topArticles:[ 
     158topData:[ 
    158159{ 
    159160 
     
    167168updateAt: 1370620800000, 
    168169downs: 0, //踩数 
    169 ups: 0    //顶数 
     170ups: 0,    //顶数 
     171"channelName":"所属栏目",    //如果是文章存在此字段,所属栏目,指3.6.0 mrobot整理的栏目 
     172"channelId":123,                  //对应channelName的id,文章外的类型不存在这个字段 
     173"forumId":123,                  //对应论坛的id,帖子外的类型不存在这个字段 
    170174}], 
    171175topFocus:[] //照旧