Changes between Version 77 and Version 78 of pcautofinance1.0_developers/interfaces


Ignore:
Timestamp:
09/16/2015 02:13:22 PM (11 years ago)
Author:
caozhaoyuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcautofinance1.0_developers/interfaces

    v77 v78  
    462462{{{#!java 
    463463{ 
    464     "list": [ 
    465         { 
    466             "manufacturer": "上海大众", 
    467             "serials": [ 
    468                 { 
    469                     "id": 1421, 
    470                     "name": "朗逸" 
    471                 }, 
    472                 {} 
    473             ] 
    474         }, 
    475         { 
    476             "manufacturer": "一汽大众" 
    477         } 
    478     ] 
     464    "serialId": 5124, 
     465    "modelId": 63512, 
     466    "name": "福特福克斯三厢", 
     467    "payment": 2415, 
     468    "cost": 7000, 
     469    "price": 9.7, 
     470    "icon": "http://logo.png", 
     471    "list": [ 
     472        { 
     473            "orgName": "招商银行", 
     474            "icon": "http://logo.png", 
     475            "products": [ 
     476                { 
     477                    "id": 1001, 
     478                    "name": "平安直通薪金贷", 
     479                    "payment": 2419, 
     480                    "cost": 0.7 
     481                } 
     482            ] 
     483        } 
     484    ], 
     485    "total": 12, 
     486    "pageNo": 1, 
     487    "pageSize": 6 
    479488} 
    480489}}}