Changes between Version 5 and Version 6 of baby/interface


Ignore:
Timestamp:
06/03/2014 05:53:42 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby/interface

    v5 v6  
    121121  { 
    122122   tips:"", 
     123   ad:"", 
    123124   cookbook:[ 
    124125    { 
     
    613614==== 6.1我的消息数 ==== 
    614615{{{ 
    615   备注:我的消息数 
    616   请求URL: 
    617   HTTP请求方式:get 
    618   是否需要登录:否 
    619   返回格式:JSON 
    620   缓存方式:无 
    621   缓存时间:无 
    622   请求参数: 
    623   返回参数 
    624   { 
    625   myTopicsCount:我的圈子数 
     616  备注:我的消息数--非论坛部分 
     617  请求URL: 
     618  HTTP请求方式:get 
     619  是否需要登录:否 
     620  返回格式:JSON 
     621  缓存方式:无 
     622  缓存时间:无 
     623  请求参数: 
     624  返回参数 
     625  { 
    626626  myAnswerCount:我的问答数 
    627627  myCollectionCount:我的收藏数 
    628   topicsReplyCount:圈子回复数 
    629628  answerReply:问答回复数 
    630629  articleReply:文章回复数 
     630  } 
     631}}} 
     632 
     633==== 6.1我的消息数2 ==== 
     634{{{ 
     635  备注:我的消息数--论坛部分 
     636  请求URL: 
     637  HTTP请求方式:get 
     638  是否需要登录:否 
     639  返回格式:JSON 
     640  缓存方式:无 
     641  缓存时间:无 
     642  请求参数: 
     643  返回参数 
     644  { 
     645  myTopicsCount:我的圈子数 
     646  topicsReplyCount:圈子回复数 
    631647  } 
    632648}}} 
     
    701717}}} 
    702718 
     719==== 6.3.1我的交流圈数量 ==== 
     720{{{ 
     721 备注:我的交流圈-主贴、精华帖 
     722 请求URL: 
     723 HTTP请求方式:get 
     724 是否需要登录:否 
     725 返回格式:JSON 
     726 缓存方式:无 
     727 缓存时间:无 
     728 请求参数: 
     729  设置header  Cookie = "common_session_id=xxxx"; 
     730 返回参数 
     731  { 
     732  topicCount:主贴数量 
     733  hotTopicCount:精华帖数量 
     734  replyTopicCount:回帖数量 
     735  } 
     736}}} 
     737 
    703738==== 6.4我的问答 ==== 
    704739{{{ 
     
    726761    } 
    727762   ] 
     763  } 
     764}}} 
     765 
     766==== 6.4.1我的问答数量 ==== 
     767{{{ 
     768  备注:我的问答 
     769  请求URL: 
     770  HTTP请求方式:get 
     771  是否需要登录:否 
     772  返回格式:JSON 
     773  缓存方式:无 
     774  缓存时间:无 
     775  请求参数: 
     776  设置header  Cookie = "common_session_id=xxxx"; 
     777  返回参数 
     778  { 
     779   solvedCount:已解决数量 
     780   unsolvedCount:未解决数量 
    728781  } 
    729782}}}