7天内免登录 确 定
手机快捷登录 帐号密码登录
别担心,无账号自动注册不会导致手机号被泄露
手机号码注册
已有账号? 去登录
确 定
136-8731-4921
人工咨询
申请试用

# 获取询价字典数据

接口名(method)

evaluation.appraise.inquiry.getInquiryDictionaryData

版本号(version)

1.0

# 接口描述

获取询价字典数据

# 请求地址

环境

正式环境

请求地址

https://open.qi-mou.com/

# 请求方法

GET

# 请求参数

# 公共请求参数

app_id

string

接入方appId

20200317689494536224768000

method

string

接口名

user.userinfo.get

version

string

版本号

1.0

charset

string

字符编码

UTF-8

timestamp

string

时间戳,格式为yyyy-MM-dd HH:mm:ss,时区为GMT+8。服务端允许客户端请求最大时间误差为10分钟

2020-11-01 13:44:11

app_auth_token

string

token

01c9a4191bfd4609d26

sign

string

请求参数的签名串

xxxx

# 业务请求参数

# 响应参数

# 公共响应参数

request_id

string

每次请求唯一id

4e770f101c9a4191bfd4609d26c6e0bd

code

string

返回码

40002

msg

string

返回信息

非法的参数

sub_code

string

请求失败返回的子错误码

isv.invalid-app-key

sub_msg

string

请求失败返回的子错误信息

无效的app_id参数

# 业务响应参数

elevatorTypeList

array

-

估价-有无电梯

createBy

string

-

createTime

string

-

创建时间

cssClass

string

-

default

boolean

-

dictCode

integer

-

dictLabel

string

-

dictSort

integer

-

dictType

string

-

dictValue

string

-

isDefault

string

-

limit

integer

-

条数

listClass

string

-

page

integer

-

页数

remark

string

-

searchValue

string

-

status

string

-

updateBy

string

-

updateTime

string

-

houseTypeList

array

-

估价-houseTypeList

createBy

string

-

createTime

string

-

创建时间

cssClass

string

-

default

boolean

-

dictCode

integer

-

dictLabel

string

-

dictSort

integer

-

dictType

string

-

dictValue

string

-

isDefault

string

-

limit

integer

-

条数

listClass

string

-

page

integer

-

页数

remark

string

-

searchValue

string

-

status

string

-

updateBy

string

-

updateTime

string

-

houseTypeStatusList

array

-

估价-户型

createBy

string

-

createTime

string

-

创建时间

cssClass

string

-

default

boolean

-

dictCode

integer

-

dictLabel

string

-

dictSort

integer

-

dictType

string

-

dictValue

string

-

isDefault

string

-

limit

integer

-

条数

listClass

string

-

page

integer

-

页数

remark

string

-

searchValue

string

-

status

string

-

updateBy

string

-

updateTime

string

-

orientationTypeList

array

-

估价-朝向

createBy

string

-

createTime

string

-

创建时间

cssClass

string

-

default

boolean

-

dictCode

integer

-

dictLabel

string

-

dictSort

integer

-

dictType

string

-

dictValue

string

-

isDefault

string

-

limit

integer

-

条数

listClass

string

-

page

integer

-

页数

remark

string

-

searchValue

string

-

status

string

-

updateBy

string

-

updateTime

string

-

# 响应示例

{
    "evaluation_appraise_inquiry_getInquiryDictionaryData_response": {
        "request_id": "4b8e7ca9cbcb448491df2f0120e49b9d",
        "code": "10000",
        "msg": "success",
        "elevatorTypeList": [
            {
                "createBy": "",
                "createTime": "",
                "cssClass": "",
                "default": "",
                "dictCode": "",
                "dictLabel": "",
                "dictSort": "",
                "dictType": "",
                "dictValue": "",
                "isDefault": "",
                "limit": "",
                "listClass": "",
                "page": "",
                "remark": "",
                "searchValue": "",
                "status": "",
                "updateBy": "",
                "updateTime": ""
            }
        ],
        "houseTypeList": [
            {
                "createBy": "",
                "createTime": "",
                "cssClass": "",
                "default": "",
                "dictCode": "",
                "dictLabel": "",
                "dictSort": "",
                "dictType": "",
                "dictValue": "",
                "isDefault": "",
                "limit": "",
                "listClass": "",
                "page": "",
                "remark": "",
                "searchValue": "",
                "status": "",
                "updateBy": "",
                "updateTime": ""
            }
        ],
        "houseTypeStatusList": [
            {
                "createBy": "",
                "createTime": "",
                "cssClass": "",
                "default": "",
                "dictCode": "",
                "dictLabel": "",
                "dictSort": "",
                "dictType": "",
                "dictValue": "",
                "isDefault": "",
                "limit": "",
                "listClass": "",
                "page": "",
                "remark": "",
                "searchValue": "",
                "status": "",
                "updateBy": "",
                "updateTime": ""
            }
        ],
        "orientationTypeList": [
            {
                "createBy": "",
                "createTime": "",
                "cssClass": "",
                "default": "",
                "dictCode": "",
                "dictLabel": "",
                "dictSort": "",
                "dictType": "",
                "dictValue": "",
                "isDefault": "",
                "limit": "",
                "listClass": "",
                "page": "",
                "remark": "",
                "searchValue": "",
                "status": "",
                "updateBy": "",
                "updateTime": ""
            }
        ]
    }
}

# 错误示例

{
    "error_response": {
        "request_id": "0d27836fcac345729176359388aeeb74",
        "code": "40004",
        "msg": "业务处理失败",
        "sub_code": "isv.name-error",
        "sub_msg": "姓名错误"
    }
}