Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rap
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quwei
rap
Commits
6745f6da
Commit
6745f6da
authored
Apr 20, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
c12192dd
Pipeline
#3670
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
149 additions
and
0 deletions
+149
-0
管理后台-获取问答分类列表接口-分页.md
bbs-manager/QaInfoController/管理后台-获取问答分类列表接口-分页.md
+149
-0
No files found.
bbs-manager/QaInfoController/管理后台-获取问答分类列表接口-分页.md
0 → 100644
View file @
6745f6da
# 管理后台-获取问答分类列表接口-分页
> URL: http://localhost:10003/jac/bbs/mgr/qaInfo/getQaList?pageNum=1&pageSize=10
>
> Origin Url: http://localhost:10003/jac/bbs/mgr/qaInfo/getQaList
>
> Type: GET
### Request headers
|Header Name| Header Value|
|---------|------|
|jwt|0d116ad3177a40a6a4438c9f21e7ca5b|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
|true|pageNum|Number|1|页码|
|true|pageSize|Number|10|每页记录条数|
##### Body parameters
###### JSON
```
```
###### JSON document
```
null
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "success",
"traceId": "5ff3021e31114bf5",
"data": {
"records": [
{
"id": 2,
"name": "分类1-q-子分类2",
"pname": "分类1-q",
"pid": 1,
"status": 0,
"sort": 2,
"createTime": "2026-04-08 15:20:21",
"createUser": 102,
"updateTime": "2026-04-09 14:47:35",
"updateUser": 102,
"delFlag": 0
},
{
"id": 1,
"name": "分类1-q",
"pname": null,
"pid": 0,
"status": 0,
"sort": 1,
"createTime": "2026-04-08 15:19:32",
"createUser": 102,
"updateTime": "2026-04-09 14:47:34",
"updateUser": 102,
"delFlag": 0
}
],
"total": 2,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 1
}
}
```
##### Response document
```
{
"traceId":"No comment,Type =String",
"data":{
"total":"No comment,Type =Number",
"current":"No comment,Type =Number",
"hitCount":"No comment,Type =Boolean",
"size":"No comment,Type =Number",
"optimizeCountSql":"No comment,Type =Boolean",
"records":[
{
"createTime":"创建时间",
"pname":"父级名称",
"name":"问答类型名称",
"updateUser":"更新人",
"pid":"父id",
"createUser":"创建人",
"updateTime":"更新时间",
"id":"No comment,Type =Number",
"sort":"排序",
"delFlag":"0:未删除 1:已删除",
"status":"状态 0启用 1禁用"
}
],
"maxLimit":"No comment,Type =Number",
"orders":[
{
"asc":"No comment,Type =Boolean",
"column":"No comment,Type =String"
}
],
"countId":"No comment,Type =String",
"isSearchCount":"No comment,Type =Boolean"
},
"resultCode":"No comment,Type =Number",
"message":"No comment,Type =String"
}
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment