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
30092688
Commit
30092688
authored
Apr 20, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
7400c3f6
Pipeline
#3663
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
216 additions
and
0 deletions
+216
-0
获取帖子白名单分页列表_手机号脱敏_.md
...nager/InvitationWhiteListController/获取帖子白名单分页列表_手机号脱敏_.md
+216
-0
No files found.
bbs-manager/InvitationWhiteListController/获取帖子白名单分页列表_手机号脱敏_.md
0 → 100644
View file @
30092688
# 获取帖子白名单分页列表(手机号脱敏)
> URL: http://localhost:10003/jac/bbs/mgr/invitationWhiteList/getPageList
>
> Origin Url: http://localhost:10003/jac/bbs/mgr/invitationWhiteList/getPageList
>
> Type: POST
### Request headers
|Header Name| Header Value|
|---------|------|
|jwt|0d116ad3177a40a6a4438c9f21e7ca5b|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Body parameters
###### JSON
```
{
"pageNum": 1,
"pageSize": 10
}
```
###### JSON document
```
{
"phone":"手机号",
"accountType":"账号类型 1高管 2问答专业技能人员 3水军,精准查询",
"pageSize":"每页记录条数",
"pageNum":"页码",
"status":"状态 0启用 1禁用,精准查询"
}
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "success",
"traceId": "f264d730b460d3f3",
"data": {
"records": [
{
"id": 9,
"phone": "177****6736",
"accountType": 3,
"accountTypeLabel": "水军",
"status": 0,
"statusLabel": "启用",
"qaId": null,
"intro": null,
"createTime": "2025-07-17 15:28:05"
},
{
"id": 8,
"phone": "156****0230",
"accountType": 3,
"accountTypeLabel": "水军",
"status": 0,
"statusLabel": "启用",
"qaId": null,
"intro": null,
"createTime": "2025-07-17 15:27:36"
},
{
"id": 7,
"phone": "180****4446",
"accountType": 3,
"accountTypeLabel": "水军",
"status": 0,
"statusLabel": "启用",
"qaId": null,
"intro": null,
"createTime": "2025-07-17 15:27:20"
},
{
"id": 5,
"phone": "189****5507",
"accountType": 3,
"accountTypeLabel": "水军",
"status": 0,
"statusLabel": "启用",
"qaId": null,
"intro": null,
"createTime": "2025-07-17 13:46:22"
},
{
"id": 4,
"phone": "176****9399",
"accountType": 3,
"accountTypeLabel": "水军",
"status": 0,
"statusLabel": "启用",
"qaId": null,
"intro": null,
"createTime": "2025-07-17 13:46:16"
},
{
"id": 3,
"phone": "139****8976",
"accountType": 3,
"accountTypeLabel": "水军",
"status": 0,
"statusLabel": "启用",
"qaId": null,
"intro": null,
"createTime": "2025-07-17 13:46:11"
},
{
"id": 2,
"phone": "156****6355",
"accountType": 3,
"accountTypeLabel": "水军",
"status": 0,
"statusLabel": "启用",
"qaId": null,
"intro": null,
"createTime": "2025-07-17 13:46:06"
},
{
"id": 1,
"phone": "180****6362",
"accountType": 3,
"accountTypeLabel": "水军",
"status": 0,
"statusLabel": "启用",
"qaId": null,
"intro": null,
"createTime": "2025-07-17 13:46:00"
}
],
"total": 8,
"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":[
{
"phone":"脱敏手机号",
"createTime":"创建时间",
"accountType":"账号类型编码 1高管 2问答专业技能人员 3水军",
"intro":"简介",
"id":"主键id",
"accountTypeLabel":"账号类型名称",
"statusLabel":"状态名称",
"status":"状态 0启用 1禁用",
"qaId":"问答分类id(一级或二级)"
}
],
"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