分页
GET
/webtenant/system/qywx/contact/getPage请求参数
Query 参数
enable
boolean
可选
是否启用 true启用 false禁用
keyword
string
课程关键字
pageNum
integer <int32>
页码
pageSize
integer <int32>
分页大小
type
integer <int32>
可选
联系方式类型,1-单人, 2-多人
示例代码
返回响应
成功(200)
没有权限(401)
禁止访问(403)
记录不存在(404)
HTTP 状态码: 200
内容格式: JSON*/*
OK
数据结构
code
integer <int32>
可选
data
object (IPage«联系我分页出参»)
可选
current
integer <int64>
可选
hitCount
boolean
可选
pages
integer <int64>
可选
records
array[object (联系我分页出参) {9}]
可选
searchCount
boolean
可选
size
integer <int64>
可选
total
integer <int64>
可选
msg
string
可选
traceId
string
可选
示例
{
"code": 0,
"data": {
"current": 0,
"hitCount": true,
"pages": 0,
"records": [
{
"configId": "string",
"courseCount": 0,
"enable": true,
"id": 0,
"name": "string",
"projectCount": 0,
"remark": "string",
"type": 0,
"updateTime": "2019-08-24T14:15:22.123Z"
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"msg": "string",
"traceId": "string"
}
最后修改时间: 3 days ago