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
2622c3a7
Commit
2622c3a7
authored
Apr 20, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
84a1c4c6
Pipeline
#3644
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
125 additions
and
0 deletions
+125
-0
用户成长值明细.md
jac-nut-app-driver/GrowthController/用户成长值明细.md
+125
-0
No files found.
jac-nut-app-driver/GrowthController/用户成长值明细.md
0 → 100644
View file @
2622c3a7
# 用户成长值明细
> URL: http://localhost:8021/queryGrowthDetail
>
> Origin Url: http://localhost:8021/queryGrowthDetail
>
> Type: POST
### Request headers
|Header Name| Header Value|
|---------|------|
|Token|9c48a461644f4c9da042140839ac304b|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Body parameters
###### JSON
```
```
###### JSON document
```
null
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
|true|ucId|String|4f37813d699a40e5865d91d96a9fb883|B端用ucId,C端暂时用userid字段|
|true|changeType|String|GRANT||
|true|page_size|Number|10|每页行数|
|true|page_number|Number|1|当前页|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "success",
"data": {
"expiringGrowth": 0,
"availableGrowth": 0,
"list": [
{
"growthItem": "测试200分",
"growthValue": 200,
"changeType": "GRANT",
"sourceDetail": null,
"bizNo": null,
"grantTime": "2026-04-13 17:24:51",
"expireTime": "2028-04-13 17:24:51"
},
{
"growthItem": "测试手动发放",
"growthValue": 6800,
"changeType": "GRANT",
"sourceDetail": null,
"bizNo": null,
"grantTime": "2026-04-13 16:57:42",
"expireTime": "2026-04-13 16:57:42"
}
],
"page_total": 1,
"page_number": 1,
"page_size": 10
},
"traceId": "048b51a496079979"
}
```
##### Response document
```
{
"traceId":"No comment,Type =String",
"data":{
"page_number":"当前页",
"page_total":"总页数",
"availableGrowth":"当前可用成长值",
"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