Changes between Version 81 and Version 82 of web-intf


Ignore:
Timestamp:
04/01/2012 02:04:52 PM (14 years ago)
Author:
daiyuwen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • web-intf

    v81 v82  
    13811381    是否需要登录:是 
    13821382    提交参数:common_session_id:登录后的session id 
     1383              time-unit:时间单位参数,us 为微秒,ms为毫秒 ,默认为微秒,返回值会有所变化  
    13831384              club-ids:查询条件,车友会IDS,用逗号分隔。例如(323,3434,34343) 
    13841385              area-id:查询条件,地区ID 
     
    13891390    返回参数: 
    13901391    返回参数: 
    1391         { "page-no":1, 
    1392           "page-size":20, 
    1393           "total":2, 
    1394           "kw":"看海", 
    1395           "acts":[{"id":32323, 
    1396                     "name":"自驾去西藏", 
    1397                     "status-label":"进行中", 
    1398                     "status":1}, 
    1399                    {"id":3253, 
    1400                     "name":"海南自驾行", 
    1401                     "status-label":"未开始", 
    1402                     "status":0} 
    1403                  ] 
    1404         } 
     1392        { 
     1393        "kw":"", 
     1394        "total":2, 
     1395        "acts":[ 
     1396                { 
     1397                "end-date-GMT":1334459168000, 
     1398                "end-date":"2012-04-15", 
     1399                "status":0, 
     1400                "area-id":440100, 
     1401                "id":2, 
     1402                "start-date-GMT":1333296000000, 
     1403                "club-id":2, 
     1404                "start-date":"2012-04-02", 
     1405                "status-label":"未开始", 
     1406                "name":"活动测试321", 
     1407                "count-member":0, 
     1408                "area-desc":"广东省,广州市", 
     1409                "club-name":"宝马" 
     1410                }, 
     1411                { 
     1412                "end-date-GMT":1331175968000, 
     1413                "end-date":"2012-03-08", 
     1414                "status":1, 
     1415                "area-id":440100, 
     1416                "id":31, 
     1417                "start-date-GMT":1355241600000, 
     1418                "club-id":2, 
     1419                "start-date":"2012-12-12", 
     1420                "status-label":"进行中", 
     1421                "name":"西藏之旅", 
     1422                "count-member":3, 
     1423                "area-desc":"广东省,广州市", 
     1424                "club-name":"宝马" 
     1425                } 
     1426        ], 
     1427        "page-no":1, 
     1428        "page-size":10 
     1429        } 
    14051430    返回参数说明: 
    14061431        page-no:请求的页码,第一次为1。 
     
    15501575== 7. [=#point700 修改历史 ] == 
    15511576 
    1552 2012-04-001 
     15772012-04-01 
    15531578 
    15541579      -接口修改,涉及timeunit参数,默认改为毫秒 
     1580 
     1581      -接口修改,5.5.3  同车友会、同地区推荐 增加提交参数time-unit,增加返回参数 
    15551582 
    155615832012-03-31