Commit 402ab630 authored by quwei's avatar quwei 🤸🏼

sync data

parent a5785b87
......@@ -11,7 +11,7 @@
|Header Name| Header Value|
|---------|------|
|Token|2b87050a1a44429e9a9dffaf74a49ff0|
|Token|6d2c96de04ec442db65323144a67b82f|
### Parameters
......@@ -45,7 +45,7 @@ null
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
|true|ucId|String|4f37813d699a40e5865d91d96a9fb883||
|true|ucId|String|18c62d7831bc4ac4834ab6ac83246bc0||
##### Multipart
......@@ -62,15 +62,16 @@ null
"resultCode": 200,
"message": "success",
"data": {
"ucId": "4f37813d699a40e5865d91d96a9fb883",
"availableGrowth": 0,
"currentMemberLevel": "V1",
"currentMemberLevelCode": 1,
"currentMemberLevelName": "青铜",
"nextMemberLevelCode": 2,
"nextMemberLevel": "V2",
"nextMemberLevelName": "白银",
"needGrowthToNextLevel": 5000,
"ucId": "18c62d7831bc4ac4834ab6ac83246bc0",
"availableGrowth": 6125,
"currentMemberLevel": "V2",
"currentMemberLevelCode": 2,
"currentMemberLevelName": "白银",
"nextMemberLevelCode": 3,
"nextMemberLevel": "V3",
"nextMemberLevelName": "黄金",
"nextMemberLevelGrowthMin": 15000,
"needGrowthToNextLevel": 8875,
"isMember": true,
"memberBenefitList": [
{
......@@ -93,7 +94,7 @@ null
}
]
},
"traceId": "a108f8b5e30cba2b"
"traceId": "8ee9c472536c3346"
}
```
......@@ -102,6 +103,7 @@ null
{
"traceId":"No comment,Type =String",
"data":{
"nextMemberLevelGrowthMin":"下一等级成长值范围下限,即升到下一级所需的最低成长值;已是最高级无下一级时为 null",
"memberBenefitList":[
{
"buttonText":"按钮文字,可为空",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment