Changes between Version 60 and Version 61 of web-intf


Ignore:
Timestamp:
10/12/2012 03:40:52 PM (14 years ago)
Author:
chenyu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • web-intf

    v60 v61  
    750750}}} 
    751751 
    752 === 2.16 http://dp.pconline.com.cn/intf/ipad/user-message-new.jsp  获取摄影师自己新信息提示 === 
     752=== 2.16 http://dp.pconline.com.cn/intf/ipad/infocenter-data.jsp 获取用户中心信息=== 
    753753{{{ 
    754754    HTTP请求方式:get                          
    755     是否需要登录:否                           
     755    是否需要登录:否                           
    756756    请求参数:uid:用户id 
    757               start-time:计算更新的起始时间 
    758               end-time:计算更新的结束时间 
    759757 
    760758    返回参数:  
    761     {  
    762       "total":100 
    763     } 
    764  
    765     total:新信息总数量 
    766  
    767     注:更新指用户有新访客或者新评论.没有的话为0 
     759   { 
     760    "user-id":"example-id", 
     761    "photo-src":"dp.pconline.com/fake-photo-src.png", 
     762    "name":"example-name", 
     763    "rate-last-week":1 
     764    "recent-visit":{ 
     765        "visit-total":2, 
     766        "visitor":[ 
     767                { 
     768                   "id":"example-id", 
     769                   "photo-src":"dp.pconline.com/fake-photo-src.png", 
     770                   "name":"example-name", 
     771                   "visit-time":"" 
     772                }, 
     773                { 
     774                   "id":"example-id", 
     775                   "photo-src":"dp.pconline.com/fake-photo-src.png", 
     776                   "name":"example-name", 
     777                   "visit-time":"" 
     778                }, 
     779        ], 
     780    }, 
     781    "comments":{ 
     782        "comments-total":2, 
     783        "albums-total":1, 
     784        "albums":[ 
     785            { 
     786                "cover-src":"dp.pconline.com/fake-cover-src.png", 
     787                "album-id":"example-album-id", 
     788                "album-name":"example-album-name", 
     789                "comments-tatle":2 
     790                "comments":[ 
     791                    { 
     792                        "user-id":"example-id", 
     793                        "user-name":"example-name", 
     794                        "content":"example-content", 
     795                        "time":"example-time" 
     796                    }, 
     797                    { 
     798                    "user-id":"example-id", 
     799                    "user-name":"example-name", 
     800                    "content":"example-content", 
     801                    "time":"example-time" 
     802                    } 
     803                ] 
     804            } 
     805        ] 
     806    } 
     807} 
     808 
     809    "user-id":用户id 
     810    "photo-src":用户头像路径 
     811    "name":用户名字 
     812    "rate-last-week":上周排名 
     813    "visit-total":访客人数 
     814    "visitor-id":访客id 
     815    "visitor-photo-src":访客头像 
     816    "visitor-name":访客名字 
     817    "visit-time":访客到访时间 
     818    "comments-total":所有图集评论总数 
     819    "albums-total":图集数 
     820    "cover-src":图集封面图路径 
     821    "album-id":图集id 
     822    "album-name":图集名称 
     823    "comments-tatle":图集评论总数 
     824 
     825     
    768826}}} 
    769827