Changes between Version 18 and Version 19 of interface/pcauto_BuyAuto_1.7.0


Ignore:
Timestamp:
02/23/2016 10:41:26 AM (10 years ago)
Author:
wuxiaoling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • interface/pcauto_BuyAuto_1.7.0

    v18 v19  
    214214||dId||String||Y||设置ID|| 
    215215---------- 
     216{{{#!java 
     217{ 
     218    "data": [ 
     219        { 
     220            "acId": 3208, 
     221            "deadline": "2015-07-18", 
     222            "discount": 0, 
     223            "discountPrice": 7.98, 
     224            "image": "http://img.pcauto.com.cn/images/upload/upc/tx/auto5/1601/28/c85/17990419_17990419_1453976590690_350x260.jpg", 
     225            "orderCount": 104, 
     226            "sgId": 377, 
     227            "sgName": "阳光", 
     228            "title": "7月18日东风日产全系夏日放价大团购" 
     229        } 
     230    ] 
     231} 
     232 
     233}}}