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
e3e3755e
Commit
e3e3755e
authored
Apr 20, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
0351e56a
Pipeline
#3692
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
190 additions
and
0 deletions
+190
-0
成长值明细统计查询.md
tboss-web-api/UserGrowthController/成长值明细统计查询.md
+190
-0
No files found.
tboss-web-api/UserGrowthController/成长值明细统计查询.md
0 → 100644
View file @
e3e3755e
# 成长值明细统计查询
> URL: http://localhost:13021/jac/accumulate/growth/detail/stats
>
> Origin Url: http://localhost:13021/jac/accumulate/growth/detail/stats
>
> Type: POST
### 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
```
{
"dimension": "day",
"startTime": "2026-04-04",
"endTime": "2026-04-17"
}
```
###### JSON document
```
{
"versionType":"No comment,Value =versionType_p6eun",
"autoIncreaseId":"No comment,Value =1",
"page_total":"No comment,Value =page_total_2wjmk",
"userAttribute":"No comment,Value =userAttribute_o8bwq",
"sort":"No comment,Value =sort_usz3x",
"userId":"No comment,Value =userId_c2cfd",
"version":"No comment,Value =version_ojwbl",
"orgId":"No comment,Value =orgId_q3uwm",
"token":"No comment,Value =token_hsly5",
"accPhone":"No comment,Value =accPhone_yu9hw",
"page_number":"No comment,Value =page_number_1a59r",
"sortType":"排序方式:1-升序、0-降序",
"appType":"No comment,Value =appType_0x9bd",
"accId":"No comment,Value =accId_pro9u",
"accountNickname":"No comment,Value =accountNickname_3vile",
"startTime":"开始时间,日维度格式yyyy-MM-dd,月维度格式yyyy-MM",
"endTime":"结束时间,日维度格式yyyy-MM-dd,月维度格式yyyy-MM",
"dimension":"统计维度:day/month,默认day",
"email":"导出邮箱,数据量过大时必填(与列表筛选条件一致)",
"page_size":"No comment,Value =page_size_olajc",
"ucId":"No comment,Value =ucId_vrniy",
"authentication":"No comment,Value =RSA"
}
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "OK",
"traceId": "7fc8d04938158665",
"data": [
{
"period": "2026-04-04",
"grantTotal": 0,
"expiredTotal": 0,
"validGrowthBalance": 0
},
{
"period": "2026-04-05",
"grantTotal": 0,
"expiredTotal": 0,
"validGrowthBalance": 0
},
{
"period": "2026-04-06",
"grantTotal": 0,
"expiredTotal": 0,
"validGrowthBalance": 0
},
{
"period": "2026-04-07",
"grantTotal": 0,
"expiredTotal": 0,
"validGrowthBalance": 0
},
{
"period": "2026-04-08",
"grantTotal": 0,
"expiredTotal": 0,
"validGrowthBalance": 0
},
{
"period": "2026-04-09",
"grantTotal": 0,
"expiredTotal": 0,
"validGrowthBalance": 0
},
{
"period": "2026-04-10",
"grantTotal": 0,
"expiredTotal": 0,
"validGrowthBalance": 0
},
{
"period": "2026-04-11",
"grantTotal": 0,
"expiredTotal": 0,
"validGrowthBalance": 0
},
{
"period": "2026-04-12",
"grantTotal": 0,
"expiredTotal": 0,
"validGrowthBalance": 0
},
{
"period": "2026-04-13",
"grantTotal": 7000,
"expiredTotal": 200,
"validGrowthBalance": 6800
},
{
"period": "2026-04-14",
"grantTotal": 0,
"expiredTotal": 0,
"validGrowthBalance": 6800
},
{
"period": "2026-04-15",
"grantTotal": 0,
"expiredTotal": 6800,
"validGrowthBalance": 0
},
{
"period": "2026-04-16",
"grantTotal": 8,
"expiredTotal": 1,
"validGrowthBalance": 7
},
{
"period": "2026-04-17",
"grantTotal": 25,
"expiredTotal": 0,
"validGrowthBalance": 32
}
]
}
```
##### 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