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
0351e56a
Commit
0351e56a
authored
Apr 20, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
302331e9
Pipeline
#3691
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
106 additions
and
0 deletions
+106
-0
成长值记录.md
tboss-web-api/UserGrowthController/成长值记录.md
+106
-0
No files found.
tboss-web-api/UserGrowthController/成长值记录.md
0 → 100644
View file @
0351e56a
# 成长值记录
> URL: http://localhost:13021/jac/accumulate/growth/records?ucId=541a6d4d68b64f48892ba70d1187d2f4&changeStartTime=2026-04-15&changeEndTime=2026-04-16&grantMethod=MANUAL&page_size=10&page_number=1
>
> Origin Url: http://localhost:13021/jac/accumulate/growth/records
>
> Type: GET
### Request headers
|Header Name| Header Value|
|---------|------|
|Token|5bf30e459b854767b243906e4df74b56|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
|true|ucId|String|541a6d4d68b64f48892ba70d1187d2f4||
|true|changeStartTime|String|2026-04-15|变更开始时间(yyyy-MM-dd)|
|true|changeEndTime|String|2026-04-16|变更结束时间(yyyy-MM-dd)|
|true|grantMethod|String|MANUAL|发放方式(RULE/MANUAL/SYSTEM)|
|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": "OK",
"traceId": "648df3df89fd6475",
"data": {
"total": 1,
"other": null,
"page_total": 1,
"list": [
{
"id": 10,
"uid": "541a6d4d68b64f48892ba70d1187d2f4",
"phone": "15389810616",
"growthValue": 1,
"growthItem": "每日签到",
"changeType": "GRANT",
"grantMethod": "MANUAL",
"sourceDetail": null,
"bizNo": null,
"grantTime": "2026-04-16 14:23:16",
"expireTime": "2028-04-16 14:23:16",
"isExpired": 0,
"balance": 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