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
a5785b87
Commit
a5785b87
authored
Apr 24, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync data
parent
535f2b81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
184 additions
and
0 deletions
+184
-0
用户积分任务.md
jac-nut-app-driver/IntegralController/用户积分任务.md
+184
-0
No files found.
jac-nut-app-driver/IntegralController/用户积分任务.md
0 → 100644
View file @
a5785b87
# 用户积分任务
> 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"
}
```
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