Commit a5785b87 authored by quwei's avatar quwei 🤸🏼

sync data

parent 535f2b81
# 用户积分任务
> URL: http://localhost:8021/queryIntegralTask
>
> Origin Url: http://localhost:8021/queryIntegralTask
>
> Type: POST
### Request headers
|Header Name| Header Value|
|---------|------|
|Token|6d2c96de04ec442db65323144a67b82f|
### 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|18c62d7831bc4ac4834ab6ac83246bc0|B端用ucId,C端暂时用userid字段|
|true|integralTaskType|Number|2||
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "success",
"data": {
"list": [
{
"integralItemId": "4",
"integralItem": "发布动态",
"integralExplain": "每日首次发布的动态且审核通过",
"growthValue": "5",
"growthValueDesc": "",
"integralValue": "10",
"integralExpand": "0",
"integralText": "积分+10",
"isCompleted": false,
"pointDetails": [
{
"stringPoint": "+10",
"stringDes": ""
}
],
"growthDetails": [
{
"stringGrowth": "+5",
"stringDes": ""
}
]
},
{
"integralItemId": "31",
"integralItem": "每日签到",
"integralExplain": "每日签到获取积分奖励",
"growthValue": null,
"growthValueDesc": "",
"integralValue": "5",
"integralExpand": "0",
"integralText": "每日积分+5,连续 7 天额外获得积分+88",
"isCompleted": false,
"pointDetails": [
{
"stringPoint": "+5",
"stringDes": ",连续七天额外获得积分+88"
}
],
"growthDetails": [
{
"stringGrowth": "",
"stringDes": ""
}
]
},
{
"integralItemId": "1007",
"integralItem": "里程送积分",
"integralExplain": "行驶里程按比例回馈积分(当日里程积分次日领取,未领取则清零)",
"growthValue": null,
"growthValueDesc": "",
"integralValue": "1",
"integralExpand": "1",
"integralText": "积分+0(2026-04-23)",
"isCompleted": false,
"pointDetails": [
{
"stringPoint": "+0",
"stringDes": "(2026-04-23)"
}
],
"growthDetails": [
{
"stringGrowth": "",
"stringDes": ""
}
]
}
],
"page_total": 1,
"page_number": 1,
"page_size": 20
},
"traceId": "27f1507d7ffc8287"
}
```
##### Response document
```
{
"traceId":"No comment,Type =String",
"data":{
"page_number":"当前页",
"page_total":"总页数",
"list":[
{
"integralItemId":"No comment,Type =String",
"pointDetails":[
{
"stringDes":"stringDes_tt4u1",
"stringPoint":"stringPoint_7ndlo"
}
],
"integralExpand":"No comment,Type =String",
"growthDetails":[
{
"stringGrowth":"stringGrowth_oteja",
"stringDes":"stringDes_0zs42"
}
],
"growthValueDesc":"No comment,Type =String",
"integralValue":"No comment,Type =String",
"integralItem":"No comment,Type =String",
"integralExplain":"No comment,Type =String",
"growthValue":"No comment,Type =String",
"integralText":"No comment,Type =String",
"isCompleted":"No comment,Type =Boolean"
}
],
"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