Changes between Version 36 and Version 37 of web-intf


Ignore:
Timestamp:
03/12/2012 04:23:13 PM (14 years ago)
Author:
yangbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • web-intf

    v36 v37  
    996996                    "name":"自驾去西藏", 
    997997                    "status":1, 
     998                    "create-date":"yyyy-mm-dd", 
     999                    "count-img":3, 
     1000                    "count-comment":4, 
    9981001                    "act-img":[{"img-id":121, 
    9991002                                "img-url":"http://img.pconline.com.cn/2332.jpg", 
    10001003                                "img-url-middle":"http://img.pconline.com.cn/3232.jpg", 
    10011004                                "img-url-small":"http://img.pconline.com.cn/32234.jpg", 
    1002                                 "desc":"宁静的海滩"}, 
     1005                                "desc":"宁静的海滩" 
     1006                                }, 
    10031007                                {"img-id":121, 
    10041008                                "img-url":"http://img.pconline.com.cn/2332.jpg", 
    10051009                                "img-url-middle":"http://img.pconline.com.cn/3232.jpg", 
    10061010                                "img-url-small":"http://img.pconline.com.cn/32234.jpg", 
    1007                                 "desc":"宁静的海滩"} 
     1011                                "desc":"宁静的海滩" 
     1012                                } 
    10081013                              ] 
    10091014                   }, 
     
    10111016                    "name":"海南自驾行", 
    10121017                    "status":0, 
     1018                    "create-date":"yyyy-mm-dd", 
     1019                    "count-img":3, 
     1020                    "count-comment":4, 
    10131021                    "act-img":[{"img-id":121, 
    10141022                                "img-url":"http://img.pconline.com.cn/2332.jpg", 
     
    10321040        name:活动名称 
    10331041        status:活动状态 
     1042        create-date:活动创建日期(yyyy-mm-dd) 
     1043        count-img:活动图片数量 
     1044        count-comment:活动评论数量 
    10341045        img-id:图片ID 
    10351046        img-url:图片URL 
     
    11721183 
    11731184== 7. [=#point700 修改历史 ] == 
     11852012-03-12 
     1186     -修改5.5.1接口,增加活动创建时间、活动图片数量和活动评论数量3个属性 
     1187 
    117411882012-03-08 
    11751189    -修改5.1.7接口的返回参数形式,这里实际是返回报名成功的那个活动。