Changes between Version 106 and Version 107 of pcautofinance1.0_developers/interfaces


Ignore:
Timestamp:
09/18/2015 12:07:12 PM (11 years ago)
Author:
wuxiaoling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcautofinance1.0_developers/interfaces

    v106 v107  
    230230    "list": [ 
    231231        { 
    232             "id": 1, 
    233             "name": "奥迪", 
    234             "icon": "http://logo.png", 
    235             "letter": "A", 
    236             "hasDisProd": "true" 
    237         }, 
    238         { 
    239             "id": 2, 
    240             "name": "AC宝马", 
    241             "icon": "http://logo.png", 
    242             "letter": "A", 
    243             "hasDisProd": "false" 
     232            "brands": [ 
     233                { 
     234                    "id": "693", 
     235                    "letter": "A", 
     236                    "logo": "http://img0.png", 
     237                    "name": "AC宝马" 
     238                }, 
     239                { 
     240                    "id": "1", 
     241                    "letter": "A", 
     242                    "logo": "http://img2.png", 
     243                    "name": "奥迪" 
     244                } 
     245            ], 
     246            "index": "A", 
     247            "rowNum": 4 
    244248        } 
    245249    ] 
     
    277281    "list": [ 
    278282        { 
    279             "id": 1, 
    280             "name": "奥迪", 
    281             "icon": "http://logo.png", 
    282             "letter": "A" 
    283         }, 
    284         { 
    285             "id": 2, 
    286             "name": "AC宝马", 
    287             "icon": "http://logo.png", 
    288             "letter": "A" 
     283            "brands": [ 
     284                { 
     285                    "id": "693", 
     286                    "letter": "A", 
     287                    "logo": "http://img0.png", 
     288                    "name": "AC宝马" 
     289                }, 
     290                { 
     291                    "id": "1", 
     292                    "letter": "A", 
     293                    "logo": "http://img2.png", 
     294                    "name": "奥迪" 
     295                } 
     296            ], 
     297            "index": "A", 
     298            "rowNum": 4 
    289299        } 
    290300    ]