Commit e315a5d1 authored by quwei's avatar quwei 🤸🏼

Delete 论坛视频分类查询-根据.md

parent 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"
}
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment