根据专区id查询此专区所有内容
开发中POST
/c-system-app/api/engeleye/app/personalEdition/queryHelpDetailsListByDomainId最后修改时间: 3 年前
责任人: 未设置
暂无描述
请求参数
Header 参数
token
string
-
示例值:
123456
Body 参数application/json
domainId
integer
专区id
示例1
{
"domainId": 4
}
示例代码
返回响应
成功(200)
错误(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
string
状态码
示例:0000
msg
string
返回文字描述
示例:操作成功
result
array [object {6}]
结果集
示例:-
helpId
integer
专区文章id
示例:13
domainId
string
咨询专区id
示例:4
helpTitle
string
专区文章标题
示例:医保不支持亲情服务多人绑定
helpContent
string
专区文章内容
示例:空
createTime
string
专区文章创建时间
示例:2022-05-10 16:12:19
updateTime
null
专区文章更新时间
示例:-
示例
{
"code": "0000",
"msg": "操作成功",
"result": [
{
"helpId": 13,
"domainId": "4",
"helpTitle": "医保不支持亲情服务多人绑定",
"helpContent": "空",
"createTime": "2022-05-10 16:12:19",
"updateTime": null
},
{
"helpId": 14,
"domainId": "4",
"helpTitle": "医保个人服务查询无结果",
"helpContent": "空",
"createTime": "2022-05-10 16:12:19",
"updateTime": null
},
{
"helpId": 15,
"domainId": "4",
"helpTitle": "二维码支付不了",
"helpContent": "空",
"createTime": "2022-05-10 16:12:19",
"updateTime": null
},
{
"helpId": 16,
"domainId": "4",
"helpTitle": "医保需要缴费多少年?",
"helpContent": "空",
"createTime": "2022-05-10 16:12:19",
"updateTime": null
}
]
}
最后修改时间: 3 年前