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
e315a5d1
Commit
e315a5d1
authored
May 06, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete 论坛视频分类查询-根据.md
parent
6e687daf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
93 deletions
+0
-93
论坛视频分类查询-根据.md
bbs-manager/ForumInfoController/论坛视频分类查询-根据.md
+0
-93
No files found.
bbs-manager/ForumInfoController/论坛视频分类查询-根据.md
deleted
100644 → 0
View file @
6e687daf
# 论坛视频分类查询-根据
> URL: http://localhost:10003/jac/bbs/mgr/forumInfo/getWebForumTreeList
>
> Origin Url: http://localhost:10003/jac/bbs/mgr/forumInfo/getWebForumTreeList
>
> Type: POST
### Request headers
|Header Name| Header Value|
|---------|------|
|jwt|79f69bee0a614938a49aba1e4ac14c31|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Body parameters
###### JSON
```
{
"forumIds": [
"30"
]
}
```
###### JSON document
```
{
"forumIds":[
"分类id集合: 29资讯 30动态 54问答 55高管直通车 56活动"
]
}
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "success",
"traceId": "ef2fb379a9e36acc",
"data": [
{
"value": "30",
"parentId": "0",
"sort": 8,
"label": "动态"
}
]
}
```
##### 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