最近中文字幕mv2018在线高清,伊人久久综合色,一区二区亚洲精品国产精华液,又粗又爽高潮午夜免费视频,中文字幕亚洲码在线

最新活動 新春特惠

產(chǎn)品

硅云幫助文檔中心

搜索文檔

熱門搜索詞:

獲取帶寬規(guī)格

更新時間:2020-05-21?16:25 ?版本:v1.0
分享到: ? ?
我要反饋?
收藏 我的收藏

請求說明:


    此接口功能為獲取帶寬規(guī)格,此接口不需要驗(yàn)簽,帶寬規(guī)格很少修改,建議緩存下來


請求url:


/ncs-server/api/v1/product/getBandSpec


請求方式:


GET


請求參數(shù):



請求示例:


GET /ncs-server/api/v1/product/getBandSpec HTTP/1.1


返回示例:


實(shí)際以真實(shí)返回結(jié)果為準(zhǔn)


{
    "status": 2000,
    "message": "success",
    "data": [
        {
            "productId": "default",
            "bandwidthName": "默認(rèn)",
            "areaMarks": "test,",
            "levelOne": 1,
            "levelOneUnitPrice": 500,
            "levelTwo": 5,
            "levelTwoUnitPrice": 1500,
            "levelThreeUnitPrice": 4000,
            "minSize": 1,
            "maxSize": 100,
            "configuration": "配置說明",
            "pos": 1
        },
        {
            "productId": "large-bandwidth",
            "bandwidthName": "large-bandwidth",
            "areaMarks": "test,",
            "levelOne": 5,
            "levelOneUnitPrice": 500,
            "levelTwo": 10,
            "levelTwoUnitPrice": 500,
            "levelThreeUnitPrice": 500,
            "minSize": 50,
            "maxSize": 200,
            "configuration": "large-bandwidth",
            "pos": 2
        }
    ]
}


帶寬規(guī)格數(shù)據(jù)結(jié)構(gòu):


字段類型
描述
productId
string帶寬規(guī)格id
bandwidthName
string帶寬名
areaMarksstring可以在哪些地區(qū)使用,每個地區(qū)以英文逗號分隔
minSizeint該類帶寬能分配的最小帶寬
maxSizeint該類帶寬能分配的最大帶寬
levelOne
int第一等級
levelOneUnitPriceint第一等級單價,單位分
levelTwo
int第二等級
levelTwoUnitPriceint第二等級單價,單位分
levelThreeUnitPriceint第三等級單價,單位分 ,價格=每個等級帶寬數(shù)乘以各個等級的單價相加
configurationstring配置說明
posint排列位置標(biāo)識







您對該文檔有什么建議?

您對該文檔的評分:

本文導(dǎo)航

請求說明:

請求參數(shù):

請求示例:

返回示例:

搜索文檔