Commit 2622c3a7 authored by quwei's avatar quwei 🤸🏼

Upload New File

parent 84a1c4c6
Pipeline #3644 canceled with stages
# 用户成长值明细
> 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"
}
```
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