Changes between Version 6 and Version 7 of autobuy


Ignore:
Timestamp:
08/11/2014 02:35:02 PM (12 years ago)
Author:
fanfengyu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • autobuy

    v6 v7  
    6262 *    @param size 分页,页面长度, 选填 
    6363 * @return json 例: 
    64  *{ 
    65  * "data": [ 
    66  *  { 
    67  *   "acId": 191,##团购活动id 
    68  *   "deadline": "2014-08-06",##活动截至时间 
    69  *   "discount": 0.20000000298023224,##优惠 
    70  *   "discountPrice": 11.079999923706055,##优惠价 
    71  *   "image": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1406/25/c5/35654388_1403678285814_350x260.jpg",##图像 
    72  *   "orderCount": 3,##报名人数 
    73  *   "sgId": 8670,##车系id 
    74  *   "sgName": "奥迪Q3",##车系名 
    75  *   "title": "奥迪A4L 2013款 2.0 40TFSI quattro"##活动标题 
    76  *  },{ 
    77  *   ...其他团购信息 
    78  *  } 
    79  * ] 
     64 * {  
     65 *  "data": [ 
     66 *   { 
     67 *    "acId": 191,##团购活动id 
     68 *    "deadline": "2014-08-06",##活动截至时间 
     69 *    "discount": 0.20000000298023224,##优惠 
     70 *    "discountPrice": 11.079999923706055,##优惠价 
     71 *    "image": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1406/25/c5/35654388_1403678285814_350x260.jpg",##图像 
     72 *    "orderCount": 3,##报名人数 
     73 *    "sgId": 8670,##车系id 
     74 *    "sgName": "奥迪Q3",##车系名 
     75 *    "title": "奥迪A4L 2013款 2.0 40TFSI quattro"##活动标题 
     76 *   },{ 
     77 *    ...其他团购信息 
     78 *   }] 
    8079 * }