Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rap
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quwei
rap
Commits
8a37f1da
Commit
8a37f1da
authored
Apr 20, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
f7dd5d1e
Pipeline
#3674
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
118 additions
and
0 deletions
+118
-0
车辆智能维保券列表_不参与通用_couponList_.md
...s-web-api/CouponController/车辆智能维保券列表_不参与通用_couponList_.md
+118
-0
No files found.
tboss-web-api/CouponController/车辆智能维保券列表_不参与通用_couponList_.md
0 → 100644
View file @
8a37f1da
# 车辆智能维保券列表(不参与通用 couponList)
> URL: http://localhost:13021/jac/operate/coupon/vehicleSmartMaintCouponList
>
> Origin Url: http://localhost:13021/jac/operate/coupon/vehicleSmartMaintCouponList
>
> 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
```
{
"defaultGrantFlag":"1"
}
```
###### JSON document
```
null
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
|true|defaultGrantFlag|Number|1||
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "OK",
"traceId": "142386e4a22afe8d",
"data": {
"total": 1,
"other": null,
"page_total": 1,
"list": [
{
"id": 458,
"infoType": "6",
"infoName": "车辆智能检查维保券",
"infoContent": "此二维码仅供服务站确认用户绑车使用!!!",
"infoValue": "150",
"infoValid": "1",
"infoValidDay": null,
"infoValidStartDate": null,
"infoValidEndDate": null,
"infoTotalCountType": "1",
"infoTotalCount": "999999999",
"infoCount": null,
"infoRule": "123",
"applicableType": "4",
"giveType": "2",
"giveTimeStart": null,
"giveTimeEnd": null,
"giveTrigger": null,
"exchangeType": "1",
"createTime": "2026-04-16 14:07:29",
"infoStatus": "1",
"updateTime": "2026-04-16 14:11:37",
"updateUser": "quwei",
"productType": "1",
"totalAmount": null,
"isNationalThird": 0,
"fullDecre": null,
"defaultGrantFlag": "1"
}
],
"data": null
}
}
```
##### Response document
```
{
"traceId":"接口响应ID",
"data":{},
"resultCode":"状态码",
"message":"状态码对应的信息"
}
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment