文档
测试

获取酒店拓展信息

GET
https://apis.folidaymall.com/online/capi/component/getExtensionInfo/{productId}

请求参数

参数名
类型
描述
必填
productId
600008545
必填

响应参数

参数名
类型
描述
必填
message
object
示例:null
必填
errorMessage
string
示例:
必填
responseCode
int
示例:0
必填
hasError
boolean
示例:false
必填
success
boolean
示例:true
必填
paginationDTO
object
示例:null
必填
data
object
数据字典
必填
extension
object
数据字典
必填
activityUrl
object
示例:null
必填
productId
string
示例:600008545
必填
entranceImg
object
示例:null
必填
subscriptInfo
object
数据字典
必填
productDetailUrl
object
示例:null
必填
subName
object
示例:null
必填
subListUrl
object
示例:null
必填
productListUrl
object
示例:null
必填

说明 / 示例

**出参** ``` { "message":null, "errorMessage":"", "responseCode":0, "hasError":false, "success":true, "paginationDTO":null, "data":{ "extension":{ "activityUrl":null, "productId":"600008545", "entranceImg":null, "subscriptInfo":{ "productDetailUrl":null, "subName":null, "subListUrl":null, "productListUrl":null } } } } ```