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
340394e6
Commit
340394e6
authored
Apr 20, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync data
parent
f0a3a0ba
Pipeline
#3639
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
132 additions
and
0 deletions
+132
-0
用户成长值总览.md
jac-nut-app-driver/GrowthController/用户成长值总览.md
+132
-0
No files found.
jac-nut-app-driver/GrowthController/用户成长值总览.md
0 → 100644
View file @
340394e6
# 用户成长值总览
> URL: http://localhost:8021/queryGrowthSummary
>
> Origin Url: http://localhost:8021/queryGrowthSummary
>
> Type: POST
### Request headers
|Header Name| Header Value|
|---------|------|
|Token|2b87050a1a44429e9a9dffaf74a49ff0|
### 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||
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "success",
"data": {
"ucId": "4f37813d699a40e5865d91d96a9fb883",
"availableGrowth": 0,
"currentMemberLevel": "V1",
"currentMemberLevelCode": 1,
"currentMemberLevelName": "青铜",
"nextMemberLevelCode": 2,
"nextMemberLevel": "V2",
"nextMemberLevelName": "白银",
"needGrowthToNextLevel": 5000,
"isMember": true,
"memberBenefitList": [
{
"id": 1,
"benefitName": "新人券",
"benefitIntro": "新人券奖励",
"benefitDesc": "高按育条到全最于研。主据流。先收般严步因电。文决几商家。空区更装因快。看来么加时。处命满还或养反连。从传五白种规设入斯它。",
"iconUrl": "http://sy.esvtek.com:15001/file/download/direct/E67FBFAB44FDEA381E871BF691F47D1A4501D3EC2100DF9E478FFB8E369372C3DD3D922CDCA6DF0AA3549D165AE836F7",
"jumpUrl": null,
"buttonText": null
},
{
"id": 2,
"benefitName": "生日双倍",
"benefitIntro": "生日双倍积分",
"benefitDesc": "12大苏打撒旦生日双倍积分生日双倍积分生日双倍积分生日双倍积分生日双倍积分生日双倍积分",
"iconUrl": "http://sy.esvtek.com:15001/file/download/direct/12B46A0CE25B67A3C423CF7BB3C7CDAA3B6BA8DBBB1399CB58816FA88CDFDA52F4EDBCFCC3CEE08B2BBAE320D736EB26",
"jumpUrl": "https://modao.cc/proto/yzT9gIotcflky8h4ZgGUS/sharing?view_mode=read_only&screen=&canvasId=",
"buttonText": "去升级"
}
]
},
"traceId": "a108f8b5e30cba2b"
}
```
##### Response document
```
{
"traceId":"No comment,Type =String",
"data":{
"memberBenefitList":[
{
"buttonText":"按钮文字,可为空",
"benefitName":"权益名称",
"benefitDesc":"权益说明",
"id":"权益项主键",
"iconUrl":"权益图标地址",
"benefitIntro":"权益简介,最多50字,可空",
"jumpUrl":"权益跳转链接(H5/原生路由等,可为空)"
}
],
"needGrowthToNextLevel":"升级到下一等级还需要成长值",
"currentMemberLevel":"当前会员等级,如V1",
"availableGrowth":"当前可用成长值",
"currentMemberLevelName":"当前会员等级名称",
"isMember":"是否会员(growth_account 表中存在该用户则为会员)",
"nextMemberLevelCode":"下一会员等级编码",
"currentMemberLevelCode":"当前会员等级编码,与 member_level.level_code、member_benefit.level_code 对应",
"ucId":"ucId",
"nextMemberLevel":"下一会员等级,如V2",
"nextMemberLevelName":"下一会员等级名称"
},
"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