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

Upload New File

parent bf067efa
Pipeline #3676 canceled with stages
# 新建或编辑车辆智能维保券
> URL: http://localhost:13021/jac/operate/coupon/saveVehicleSmartMaintCoupon
>
> Origin Url: http://localhost:13021/jac/operate/coupon/saveVehicleSmartMaintCoupon
>
> Type: GET
### 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
```
{
"tbossName": "quwei",
"infoName": "优惠券1",
"infoContent": "150",
"remark": "qqqq"
}
```
###### JSON document
```
null
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "添加优惠券成功",
"traceId": "0113148bb5093218",
"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