查询所有咨询专区
开发中POST
/c-system-app/api/engeleye/app/personalEdition/queryHelpDomainList最后修改时间: 3 年前
责任人: 未设置
暂无描述
请求参数
Header 参数
token
string
-
示例值:
123456
Body 参数application/json
object {0}
示例
{}
示例代码
返回响应
成功(200)
错误(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
string
状态码
示例:0000
msg
string
返回文字描述
示例:操作成功
result
array [object {4}]
结果集
示例:-
domainId
integer
咨询专区id
示例:1
domainName
string
咨询专区name
示例:医保
iconUrl
string
咨询专区icon
idTitleVos
array [object {2}]
详情结果集
示例:-
示例
{
"code": "0000",
"msg": "操作成功",
"result": [
{
"domainId": 1,
"domainName": "医保",
"iconUrl": "https://organizationapi.tiwenbao.com/static/balanceImg/yb--.png",
"idTitleVos": [
{
"helpId": 1,
"helpTitle": "医保不支持亲情服务多人绑定"
},
{
"helpId": 2,
"helpTitle": "医保个人服务查询无结果"
},
{
"helpId": 3,
"helpTitle": "二维码支付不了"
},
{
"helpId": 4,
"helpTitle": "医保需要缴费多少年?"
}
]
},
{
"domainId": 2,
"domainName": "健康卡",
"iconUrl": "https://organizationapi.tiwenbao.com/static/balanceImg/jkk--.png",
"idTitleVos": [
{
"helpId": 5,
"helpTitle": "医保不支持亲情服务多人绑定"
},
{
"helpId": 6,
"helpTitle": "医保个人服务查询无结果"
},
{
"helpId": 7,
"helpTitle": "二维码支付不了"
},
{
"helpId": 8,
"helpTitle": "医保需要缴费多少年?"
}
]
},
{
"domainId": 3,
"domainName": "挂号",
"iconUrl": "https://organizationapi.tiwenbao.com/static/balanceImg/gh--.png",
"idTitleVos": [
{
"helpId": 9,
"helpTitle": "医保不支持亲情服务多人绑定"
},
{
"helpId": 10,
"helpTitle": "医保个人服务查询无结果"
},
{
"helpId": 11,
"helpTitle": "二维码支付不了"
},
{
"helpId": 12,
"helpTitle": "医保需要缴费多少年?"
}
]
},
{
"domainId": 4,
"domainName": "问医生",
"iconUrl": "https://organizationapi.tiwenbao.com/static/balanceImg/wys--.png",
"idTitleVos": [
{
"helpId": 13,
"helpTitle": "医保不支持亲情服务多人绑定"
},
{
"helpId": 14,
"helpTitle": "医保个人服务查询无结果"
},
{
"helpId": 15,
"helpTitle": "二维码支付不了"
},
{
"helpId": 16,
"helpTitle": "医保需要缴费多少年?"
}
]
},
{
"domainId": 5,
"domainName": "体检",
"iconUrl": "https://organizationapi.tiwenbao.com/static/balanceImg/tj--.png",
"idTitleVos": [
{
"helpId": 17,
"helpTitle": "二维码支付不了"
},
{
"helpId": 18,
"helpTitle": "医保需要缴费多少年?"
},
{
"helpId": 19,
"helpTitle": "医保不支持亲情服务多人绑定"
},
{
"helpId": 20,
"helpTitle": "医保个人服务查询无结果"
},
{
"helpId": 21,
"helpTitle": "二维码支付不了"
},
{
"helpId": 22,
"helpTitle": "医保需要缴费多少年?"
},
{
"helpId": 23,
"helpTitle": "医保不支持亲情服务多人绑定"
},
{
"helpId": 24,
"helpTitle": "医保个人服务查询无结果"
}
]
},
{
"domainId": 6,
"domainName": "健康分",
"iconUrl": "https://organizationapi.tiwenbao.com/static/balanceImg/jkf--.png",
"idTitleVos": []
}
]
}
最后修改时间: 3 年前