Changes between Version 5 and Version 6 of autobuy


Ignore:
Timestamp:
08/11/2014 01:59:50 PM (12 years ago)
Author:
fanfengyu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • autobuy

    v5 v6  
    6161 *    @param page 分页,当前页数, 选填 
    6262 *    @param size 分页,页面长度, 选填 
    63  * @return json 
    64  */ 
     63 * @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 * ] 
     80 * }