Commit 3b4cc12d authored by quwei's avatar quwei 🤸🏼

Upload New File

parent 73598aff
Pipeline #3689 canceled with stages
# 成长值发放管理
> URL: http://localhost:13021/jac/accumulate/growth/grant/list
>
> Origin Url: http://localhost:13021/jac/accumulate/growth/grant/list
>
> Type: GET
### 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
```
```
###### 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": "c4cc1c19fe3c8c5f",
"data": {
"total": 1,
"other": null,
"page_total": 1,
"list": [
{
"id": 1,
"growthItem": "测试手动发放",
"sourceDetail": null,
"bizNo": null,
"phone": "15702498551",
"growthValue": 6800,
"grantTime": "2026-04-13 16:57:42",
"expireTime": "2028-04-13 16:57:42",
"grantMethod": "MANUAL"
}
],
"data": null
}
}
```
##### Response document
```
{
"traceId":"接口响应ID",
"data":{},
"resultCode":"状态码",
"message":"状态码对应的信息"
}
```
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