Changes between Version 120 and Version 121 of pcautofinance1.0_developers/interfaces


Ignore:
Timestamp:
09/23/2015 03:56:34 PM (11 years ago)
Author:
wuxiaoling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcautofinance1.0_developers/interfaces

    v120 v121  
    419419||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必需 =||=说明=|| 
    420420||bid||品牌id||int||无||是|||| 
     421||type||类型||string||discount||否|||| 
    421422 
    422423**返回数据** 
     
    430431                    "id": 1421, 
    431432                    "name": "朗逸", 
    432                     "hasDisProd": "yes" 
     433                    "show": "0"//show字段,是Mrobot自己逻辑上添加,用于显示致灰及不致灰。 0表示致灰,1表示可点击。 
    433434                }, 
    434435                {} 
     
    466467||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必需 =||=说明=|| 
    467468||bid||品牌id||int||无||是|||| 
     469||type||类型||string||default||否|||| 
    468470 
    469471**返回数据** 
     
    476478                { 
    477479                    "id": 1421, 
    478                     "name": "朗逸" 
     480                    "name": "朗逸", 
     481                    "show": "0"//show字段,是Mrobot自己逻辑上添加,用于显示致灰及不致灰。 0表示致灰,1表示可点击。 
    479482                }, 
    480483                {}