Changes between Version 63 and Version 64 of pcauto_club_4.0.0/api


Ignore:
Timestamp:
03/24/2015 05:18:06 PM (11 years ago)
Author:
lanzhenhua
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_4.0.0/api

    v63 v64  
    11171117=== 1.13收到的回复 === 
    11181118{{{ 
    1119 参考 
    1120 http://trac.pc.com.cn/iphone/wiki/pcauto_club_3.0.0/api#a4.7收到的回复帖子动态 
    1121 增加2064,2065 
     1119接口:http://mrobot.pcauto.com.cn/club/bbs/getClubReplyRemindsV46 
     1120说明:收到的回复(帖子、动态) 
     1121 
     1122请求参数: 
     1123登陆信息通过session拿 
     1124 
     1125是否登录:是 
     1126缓存时间:无 
     1127是否分页:有 
     1128 
     1129返回 
     1130{ 
     1131    "pageCount": 1, 
     1132    "pageNo": 1, 
     1133    "pageSize": 20, 
     1134    "resultList": [ 
     1135        { 
     1136            "createTime": 1420426895000, 
     1137            "replyContent": "A?", 
     1138            "replyId": 2486411, 
     1139            "replyType": 2, 
     1140            "replyUserId": 32010420, 
     1141            "replyUserImg": "http://i1.3conline.com/images/upload/upc/face/32/01/04/20/32010420_50x50", 
     1142            "replyUserName": "xiechuyu", 
     1143            "targetId": 170364, 
     1144            "time": 1420426895506, 
     1145            "toReplyContent": "CUSLayout为iOS下提供托管定位机制。系统提供的绝对定位方式极... 方便使用,另外iPhone的4寸屏幕的出现和iPad令iOS开发者在布局需要花更多的时间", 
     1146            "toReplyId": 2112279 
     1147        }, 
     1148        { 
     1149            "createTime": 1420362723000, 
     1150            "replyContent": "E", 
     1151            "replyId": 2462236, 
     1152            "replyType": 2, 
     1153            "replyUserId": 32010420, 
     1154            "replyUserImg": "http://i1.3conline.com/images/upload/upc/face/32/01/04/20/32010420_50x50", 
     1155            "replyUserName": "xiechuyu", 
     1156            "targetId": 224848, 
     1157            "time": 1420362723461, 
     1158            "toReplyContent": "Hoop[em2004]", 
     1159            "toReplyId": 224848 
     1160        } 
     1161    ], 
     1162    "total": 2 
     1163}帖子回复和动态回复要求对应返回字段一致 
    11221164}}} 
    11231165