Changes between Version 59 and Version 60 of web-intf


Ignore:
Timestamp:
03/28/2012 11:49:03 AM (14 years ago)
Author:
daiyuwen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • web-intf

    v59 v60  
    14081408              resp-enc:响应时字符编码,缺省是UTF-8 
    14091409    返回参数: 
    1410                 { "pageNo" : 1, 
    1411                   "pageSize" : 2, 
     1410                { "page-no" : 1, 
     1411                  "page-size" : 2, 
    14121412                  "total" : 23, 
    14131413                  "notices":[{ 
     
    14171417                                "act-id":66, 
    14181418                                "act-name":"自驾去西藏", 
    1419                                 "senderId":0, 
    1420                                 "senderName":"", 
     1419                                "sender-id":0, 
     1420                                "sender-name":"", 
    14211421                                "sender-img-url":"", 
    14221422                                "content":"活动开始,祝您一路平安,玩的开心", 
     
    14251425                                "statics":"-1", 
    14261426                                "thumbnail-url":"", 
    1427                                 "accountId":"24242860" 
     1427                                "uid":"24242860" 
    14281428                                }, 
    14291429                                { 
     
    14331433                                "act-id":66, 
    14341434                                "act-name":"自驾去西藏", 
    1435                                 "senderId":0, 
    1436                                 "senderName":"", 
     1435                                "sender-id":0, 
     1436                                "sender-name":"", 
    14371437                                "sender-img-url":"", 
    14381438                                "content":"活动开始,祝您一路平安,玩的开心", 
     
    14411441                                "statics":"-1", 
    14421442                                "thumbnail-url":"", 
    1443                                 "accountId":"24242860" 
     1443                                "uid":"24242860" 
    14441444                                }] 
    14451445                } 
    14461446    返回参数说明: 
    1447         pageNo:分页页码 
    1448         pageSize:单页数量 
     1447        page-no:分页页码 
     1448        page-size:单页数量 
    14491449        total:总的消息数量 
    14501450        id:通知的ID 
     
    14571457        act-id : 活动ID 
    14581458        act-name : 活动名称 
    1459         senderId : 发送者ID,若为0则为系统消息 
    1460         senderName : 发送者昵称 
     1459        sender-id : 发送者ID,若为0则为系统消息 
     1460        sender-name : 发送者昵称 
    14611461        sender-img-url : 发送者头像 
    14621462        content : 内容 
     
    14651465        statics : 什么状态的系统消息,全部:-1;未读:0;已读:1 
    14661466        thumbnail-url : 缩略图URL 
    1467         accountId : 接收人的ID 
     1467        uid: 接收人的ID 
    14681468    排序方式: 
    14691469        按create-date时间逆序