Changes between Version 92 and Version 93 of pcauto_4.0.0/interface
- Timestamp:
- 10/14/2013 07:12:09 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pcauto_4.0.0/interface
v92 v93 412 412 "pageSize":20, 413 413 "total":200, 414 "remind ": [414 "reminds": [ 415 415 { 416 "id": 123123, 416 "id": 123123, //根据type不同而不同,为1时这是帖子id,为2时这是文章id 417 417 "type": 1, 418 418 //1回复帖子,2回复评论 419 "topicid": 12312,420 419 "face": "", 421 420 "userName": "xxx", … … 423 422 "time": "2013-01-01 02:10", 424 423 "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 // 该回复的楼层数,评论和帖子都用这个字段 426 430 } 427 431 ] … … 446 450 返回参数: 447 451 { 448 "result": { 449 }, 450 "code": 1, 451 "msg": "" 452 "code": 1, // 1代表成功,0代表失败 453 "msg": "" // 结果提示 452 454 } 453 455
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)