Commit 061d2cd4 authored by quwei's avatar quwei 🤸🏼

Upload New File

parent 81bf7076
Pipeline #3680 canceled with stages
# 删除权益项
> URL: http://localhost:13021/jac/accumulate/memberBenefit/delete
>
> Origin Url: http://localhost:13021/jac/accumulate/memberBenefit/delete
>
> 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
```
{
"id": 1
}
```
###### JSON document
```
{
"id":"权益项主键"
}
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 507,
"message": "当前权益已经被应用,不支持删除",
"traceId": "3e1e78b796ab77d8",
"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