Changes between Version 85 and Version 86 of pcauto_pconline_4.0.0/intf


Ignore:
Timestamp:
04/26/2013 04:01:58 PM (13 years ago)
Author:
fuxingfang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_pconline_4.0.0/intf

    v85 v86  
    226226例子: 
    227227 
    228             "model":{   //车型 
    229                  “list”:[ 
     228             
     229        “seriesList”:[//车系 
     230 
     231                 { 
     232                        “id”:1234,  //车系id 
     233                        “name”:”宝马3系”, //车系名字 
     234                        “image”:http://mrobot.pcauto.com/baoma3.jpg //车系小图url 
     235                }, 
     236                { 
     237                        “id”:1234,  //车系id 
     238                        “name”:”宝马”, //车系名字 
     239                         “image”:http://mrobot.pcauto.com/baoma.jpg //车系小图url 
     240                 } 
     241            ], 
     242 
     243       “modelList”:[//车型 
    230244                 { 
    231245                        “id”:1234,  //车型id 
     
    238252                         “image”:http://mrobot.pcauto.com/baoma.jpg //车型小图url 
    239253                } 
    240              ] 
    241          }, 
    242  
    243  
    244             “series”:{  //车系 
    245             “count”:12,  //数组数量 
    246                  “list”:[ 
    247                  { 
    248                         “id”:1234,  //车系id 
    249                         “name”:”宝马3系”, //车系名字 
    250                         “image”:http://mrobot.pcauto.com/baoma3.jpg //车系小图url 
    251                 }, 
    252                 { 
    253                         “id”:1234,  //车系id 
    254                         “name”:”宝马”, //车系名字 
    255                          “image”:http://mrobot.pcauto.com/baoma.jpg //车系小图url 
    256                  } 
    257             ] 
    258          }, 
    259  
    260  
    261  
    262             “forum”:{ //论坛 
    263                  “list”:[ 
     254             ], 
     255 
     256                 “forumList”:[//论坛 
    264257                 { 
    265258                        “id”:1234,  //论坛id 
     
    270263                        “name”:”宝马”, //论坛名字 
    271264                 } 
    272             ] 
    273           }, 
    274  
    275  
    276             “topic”:{ //帖子 
    277                  “list”:[ 
     265            ], 
     266 
     267 
     268                 “topicList”:[//帖子 
    278269                 { 
    279270                        “id”:1234,  //帖子id 
     
    285276                 } 
    286277            ] 
    287        } 
    288278} 
    289279 
     
    304294例子: 
    305295           { 
    306           "chexing":{  //车型 
    307                 “addlist”:[123121,1111,2222,3333,566788],  //新增车型id数组 
    308                 “delete”:[12356,6666,5555,32145],   //删除车型id数组 
    309                     }  
    310                   
    311           “chexi”:{  //车系 
     296          “series”:{  //车系 
    312297                  “addlist”:[123121,1111,2222,3333,566788], //新增车系id数组 
    313298                “delete”:[12356,6666,5555,32145], //删除车系id数组 
    314299                    }, 
    315           “luntan”:{ //论坛 
     300          "model":{  //车型 
     301                “addlist”:[123121,1111,2222,3333,566788],  //新增车型id数组 
     302                “delete”:[12356,6666,5555,32145],   //删除车型id数组 
     303                    }, 
     304          “forum”:{ //论坛 
    316305                “addlist”:[123121,1111,2222,3333,566788], //新增论坛id数组 
    317306                “delete”:[12356,6666,5555,32145], //删除论坛id数组 
    318307                    }, 
    319           “tiezi”:{ //帖子 
     308          “topic”:{ //帖子 
    320309                “addlist”:[123121,1111,2222,3333,566788], //新增帖子id数组 
    321310                “delete”:[12356,6666,5555,32145], //删除帖子id数组