Changes between Version 92 and Version 93 of pcauto_4.0.0/interface


Ignore:
Timestamp:
10/14/2013 07:12:09 PM (13 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.0.0/interface

    v92 v93  
    412412  "pageSize":20, 
    413413  "total":200, 
    414   "remind": [ 
     414  "reminds": [ 
    415415      { 
    416         "id": 123123, 
     416        "id": 123123,   //根据type不同而不同,为1时这是帖子id,为2时这是文章id 
    417417        "type": 1, 
    418418        //1回复帖子,2回复评论 
    419         "topicid": 12312, 
    420419        "face": "", 
    421420        "userName": "xxx", 
     
    423422        "time": "2013-01-01 02:10", 
    424423        "toReply": "对方回复内容", 
    425         "content": "这次的内容" 
     424        "content": "这次的内容", 
     425        "topicId":123,    // 如果这条回复是评论,则这是对应评论列表的主题id;如果是回复帖子,为0 
     426        "topic_url":""      // 如果这条回复是评论,则这是对应评论列表的主题url;如果是回复帖子,为空字符串 
     427        "article_title":""  // 如果这条回复是评论,则这是对应文章的标题;如果是回复帖子,为空字符串 
     428        "floor_id":123   // 该回复的楼层id,评论和帖子都用这个字段 
     429        "floor":123        // 该回复的楼层数,评论和帖子都用这个字段 
    426430      } 
    427431    ] 
     
    446450    返回参数: 
    447451{ 
    448   "result": { 
    449   }, 
    450   "code": 1, 
    451   "msg": "" 
     452  "code": 1,   // 1代表成功,0代表失败 
     453  "msg": ""    // 结果提示 
    452454} 
    453455