Commit 1bee07a8 authored by quwei's avatar quwei 🤸🏼

Upload New File

parent 47c7da6c
Pipeline #3668 canceled with stages
# 管理后台-根据id获取问答分类详情
> URL: http://localhost:10003/jac/bbs/mgr/qaInfo/getQaInfoById?id=1
>
> Origin Url: http://localhost:10003/jac/bbs/mgr/qaInfo/getQaInfoById
>
> 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|id|Number|1||
##### 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": "af18334bed93291e",
"data": {
"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
}
}
```
##### Response document
```
{
"traceId":"No comment,Type =String",
"data":{
"createTime":"创建时间",
"pname":"父级名称",
"name":"问答类型名称",
"updateUser":"更新人",
"pid":"父id",
"createUser":"创建人",
"updateTime":"更新时间",
"id":"No comment,Type =Number",
"sort":"排序",
"delFlag":"0:未删除 1:已删除",
"status":"状态 0启用 1禁用"
},
"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