Changes between Version 119 and Version 120 of appapi/4.0


Ignore:
Timestamp:
03/19/2015 05:41:34 PM (11 years ago)
Author:
zhouruxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.0

    v119 v120  
    18921892}}} 
    18931893 
     1894 
     1895==== 1.4.12 同城优惠列表 ==== 
     1896{{{ 
     1897接口:/appapi/2.0/club/listTongChengYouhui.do [GET] 
     1898说明:同城优惠列表 
     1899请求参数 
     1900*provinceId 发动态省地区id(必选) 
     1901cityId 发动态市地区id(无则不传) 
     1902 
     1903是否登录:否 
     1904缓存时间:无 
     1905是否分页:是 
     1906 
     1907返回 
     1908{ 
     1909    tongChengYouhuiData:[ 
     1910        { 
     1911          endTime = 1415030400000; 
     1912          img:图片 
     1913          startTime = 1412092800000; 
     1914          time:时间 
     1915          title:标题 
     1916          topicUrl:http://bbs.pcauto.com.cn/topic-5460623.html 帖子url 
     1917        }, 
     1918        { 
     1919          endTime = 1415030400000; 
     1920          img:图片 
     1921          startTime = 1412092800000; 
     1922          time:时间 
     1923          title:标题 
     1924          topicUrl:http://bbs.pcauto.com.cn/topic-5460623.html 帖子url 
     1925        } 
     1926    ] 
     1927 
     1928 
     1929        total:总条数 
     1930        pageNo:页码 
     1931        pageSize:每页条数 
     1932        pageCount:总共几页 
     1933 
     1934        code:0成功,-1失败 
     1935        message:提示信息 
     1936        version: 接口版本号如1.0,1.0(latest)表示最新版本 
     1937         
     1938} 
     1939}}} 
     1940 
    18941941=== 1.5 PV相关接口 
    18951942