Commit 3a8e1c7a authored by quwei's avatar quwei 🤸🏼

Upload New File

parent 9e784a80
Pipeline #3658 canceled with stages
# 新增热门搜索词
> URL: http://localhost:10003/jac/bbs/mgr/hotSearchWord/add
>
> Origin Url: http://localhost:10003/jac/bbs/mgr/hotSearchWord/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
```
{
"keyword": "重卡",
"status": 0
}
```
###### JSON document
```
{
"keyword":"热门搜索词,最多10字",
"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": "1282afe6958fc867",
"data": null
}
```
##### 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