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
ed224da0
Commit
ed224da0
authored
Apr 20, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
c1bc0d3d
Pipeline
#3665
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
90 additions
and
0 deletions
+90
-0
新增白名单.md
bbs-manager/InvitationWhiteListController/新增白名单.md
+90
-0
No files found.
bbs-manager/InvitationWhiteListController/新增白名单.md
0 → 100644
View file @
ed224da0
# 新增白名单
> URL: http://localhost:10003/jac/bbs/mgr/invitationWhiteList/add
>
> Origin Url: http://localhost:10003/jac/bbs/mgr/invitationWhiteList/add
>
> 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
```
{
"accountType": 2,
"phone": "13804125668",
"qaId": 2,
"status": 1,
"intro": "测试简介12312313"
}
```
###### JSON document
```
{
"phone":"关联手机号",
"accountType":"类型:1高管(暂时前端不能选择) 2问答专业技能人员 3水军,默认2",
"intro":"简介,最多20字",
"qaId":"问答分类id(一级或二级),类型为问答专业技能人员时必填",
"status":"状态 0启用 1禁用,默认0"
}
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "新建成功",
"traceId": "815c6c5e532a05b7",
"data": null
}
```
##### Response document
```
{
"traceId":"No comment,Type =String",
"data":{},
"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