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
419cfeb5
Commit
419cfeb5
authored
Apr 20, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
2622c3a7
Pipeline
#3645
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
109 additions
and
0 deletions
+109
-0
即将到期成长值明细.md
jac-nut-app-driver/GrowthController/即将到期成长值明细.md
+109
-0
No files found.
jac-nut-app-driver/GrowthController/即将到期成长值明细.md
0 → 100644
View file @
419cfeb5
# 即将到期成长值明细
> URL: http://localhost:8021/queryExpiringGrowthDetail?ucId=4f37813d699a40e5865d91d96a9fb883&page_size=10&page_number=1
>
> Origin Url: http://localhost:8021/queryExpiringGrowthDetail
>
> Type: POST
### Request headers
|Header Name| Header Value|
|---------|------|
|Token|6d5ca321e2744fdc8d7707e46f8e0935|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
|true|ucId|String|4f37813d699a40e5865d91d96a9fb883||
|true|page_size|Number|10||
|true|page_number|Number|1||
##### Body parameters
###### JSON
```
```
###### JSON document
```
null
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "success",
"data": {
"monthEnd": false,
"expiringGrowth": 0,
"windowStartTime": null,
"windowEndTime": null,
"list": [],
"page_total": 0,
"page_number": 1,
"page_size": 10
},
"traceId": "205878a39fab0925"
}
```
##### Response document
```
{
"traceId":"No comment,Type =String",
"data":{
"monthEnd":"是否月末窗口",
"windowStartTime":"窗口开始时间",
"page_number":"当前页",
"windowEndTime":"窗口结束时间",
"page_total":"总页数",
"list":[
{
"bizNo":"工单/订单号",
"grantTime":"变更时间",
"expireTime":"失效时间",
"sourceDetail":"获取详情",
"growthItem":"成长项",
"changeType":"变更类型 GRANT/EXPIRE",
"growthValue":"成长值"
}
],
"expiringGrowth":"即将到期成长值总数",
"page_size":"每页数量"
},
"resultCode":"No comment,Type =Number",
"message":"No comment,Type =String"
}
```
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