Changes between Version 21 and Version 22 of appapi/4.7


Ignore:
Timestamp:
03/29/2016 02:34:04 PM (10 years ago)
Author:
guhenghong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.7

    v21 v22  
    318318    返回结果字段: 
    319319    { 
     320        tid:        帖子id 
    320321        title:     标题 
    321322        forumName:  板块名 
     
    338339    返回结果字段: 
    339340    { 
     341         
    340342        content:      内容 
    341343        quoteAuthor:   引用楼层作者:{uid,nickname} 
     
    343345        quoteTitle:   如果是回复主贴,该主贴的标题 
    344346        quoteContent:  如果是引用回复,引用楼层的内容 
     347        postCreateAt:  回帖时间 
    345348    } 
    346349