qimen.alibaba.ihome.ctom.content.image.query (方案渲染全景图查询接口)

用于在内容发布时,查询指定方案的渲染图和全景图。

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
_REQ_ID String 可选 123556674 请求序列号
entId String 必须 12345678 企业ID
storeId String 必须 12345678 门店ID
userId String 必须 12345678 查询用户ID
caseIds String 必须 12312 方案ID列表

响应参数

名称 类型 示例值 描述
success Boolean 12345678 true
error_code String 12345678 success
error_message String 12345678 success
data Struct [] 返回数据
  • └ storeId
  • String
  • 12345678
  • 方案归属的门店ID
  • └ storeName
  • String
  • 12345678
  • 方案归属的门店名称
  • └ ownerId
  • String
  • 12345678
  • 方案归属的用户ID
  • └ caseId
  • String
  • 12345678
  • 方案ID
  • └ totalarea
  • String
  • 12345678
  • 方案面积
  • └ panoXml
  • String
  • 12345678
  • 方案的全景图xml文件url地址
  • └ province
  • String
  • 12345678
  • 省份编码
  • └ city
  • String
  • 12345678
  • 城市编码
  • └ district
  • String
  • 12345678
  • 区域编码
  • └ address
  • String
  • 12345678
  • 详细地址
  • └ buildingName
  • String
  • 12345678
  • 小区名称
  • └ longitude
  • String
  • 12345678
  • 经度
  • └ latitude
  • String
  • 12345678
  • 纬度
  • └ modelName
  • String
  • 12345678
  • 方案户型名称
  • renderImgs
  • Struct []
  • 方案的渲染图列表
  • └ roomId
  • String
  • 12345678
  • 房间ID
  • └ roomName
  • String
  • 12345678
  • 房间名称
  • └ renderPath
  • String
  • 12345678
  • 渲染图url
  • └ height
  • Number
  • 12345678
  • 渲染图高度
  • └ width
  • Number
  • 12345678
  • 渲染图宽度
  • └ createTime
  • Number
  • 12345678
  • 渲染图创建时刻的时间戳
  • └ queueId
  • String
  • xxxx
  • 渲染图ID
  • └ title
  • String
  • 123123
  • 标题
  • └ content
  • String
  • 1231
  • 描述
  • └ mainFlag
  • String
  • main
  • 是否为主图
  • └ caseTitle
  • String
  • xxxx
  • 方案标题
  • └ caseUpdateTime
  • String
  • 12345678
  • 方案最新修改时间戳
  • └ modelImg
  • String
  • xxxx
  • 方案户型图
  • └ panoView
  • String
  • xxxx
  • 方案的全景预览地址
  • └ style
  • String
  • 123123
  • 方案风格

请求示例

{"_REQ_ID":"123556674","entId":"12345678","caseIds":"12312","storeId":"12345678","userId":"12345678"}

响应示例

{
    "success":12345678,
    "error_code":"12345678",
    "error_message":"12345678",
    "data":[
        {
                "storeId":"12345678",
                "storeName":"12345678",
                "ownerId":"12345678",
                "caseId":"12345678",
                "totalarea":"12345678",
                "panoXml":"12345678",
                "province":"12345678",
                "city":"12345678",
                "district":"12345678",
                "address":"12345678",
                "buildingName":"12345678",
                "longitude":"12345678",
                "latitude":"12345678",
                "modelName":"12345678",
                "renderImgs":[
                    {
                            "roomId":"12345678",
                            "roomName":"12345678",
                            "renderPath":"12345678",
                            "height":12345678,
                            "width":12345678,
                            "createTime":12345678,
                            "queueId":"xxxx",
                            "title":"123123",
                            "content":"1231",
                            "mainFlag":"main"
                    }
                ],
                "caseTitle":"xxxx",
                "caseUpdateTime":"12345678",
                "modelImg":"xxxx",
                "panoView":"xxxx",
                "style":"123123"
        }
    ]
}

验签示例

{"error_message":"Illegal request","success":"不等于true","error_code":"sign-check-failure"}

错误码解释

错误码 错误描述 解决方案

API工具

FAQ

返回
顶部