Commit 66a4654a authored by quwei's avatar quwei 🤸🏼

Upload New File

parent 2404d125
Pipeline #3683 canceled with stages
# 保存等级权益配置
> URL: http://localhost:13021/jac/accumulate/memberLevel/saveBenefits
>
> Origin Url: http://localhost:13021/jac/accumulate/memberLevel/saveBenefits
>
> Type: POST
### Request headers
|Header Name| Header Value|
|---------|------|
|Token|5bf30e459b854767b243906e4df74b56|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Body parameters
###### JSON
```
{
"levelCode": 3,
"benefitIds": [
1,2
]
}
```
###### JSON document
```
{
"levelCode":"等级编码 1-4",
"benefitIds":[
"权益项主键 ID 列表,必选且仅允许启用(status=0)的权益"
]
}
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "保存成功",
"traceId": "022e940a6c7b83b4",
"data": null
}
```
##### Response document
```
{
"traceId":"接口响应ID",
"data":{},
"resultCode":"状态码",
"message":"状态码对应的信息"
}
```
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