Changes between Version 65 and Version 66 of pcauto_BuyAuto_1.2.0


Ignore:
Timestamp:
03/04/2015 11:08:04 AM (11 years ago)
Author:
oujianqiang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_BuyAuto_1.2.0

    v65 v66  
    385385||serialId||String||Y||车系ID|| 
    386386||subscributedIds||String||N||已订阅的车型id|| 
     387||pageNo||String||N||请求分页|| 
     388||pageSize||String||N||请求分页大小,当不传参数pageNo时,pageSize默认为所有车型总数|| 
    387389[[BR]]返回结果: 
    388390{{{ 
    389391{ 
     392    total: 17,   //车型总数 
     393    pageCount: 6, //参配总页数,pageCount=ceil(total/pageSize) 
     394    pageNo: 1,   //第几页 
     395    pageSize: 3,         //每页大小 
    390396    "detailArray": [ 
    391397        {