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
47b47d66
Commit
47b47d66
authored
Apr 20, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
2e657d52
Pipeline
#3700
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
124 additions
and
0 deletions
+124
-0
用户会员列表.md
tboss-web-api/UserGrowthController/用户会员列表.md
+124
-0
No files found.
tboss-web-api/UserGrowthController/用户会员列表.md
0 → 100644
View file @
47b47d66
# 用户会员列表
> URL: http://localhost:13021/jac/accumulate/growth/listAll
>
> Origin Url: http://localhost:13021/jac/accumulate/growth/listAll
>
> Type: POST
### 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
```
{
"phones": [
"15702498551",
"13155236315"
]
}
```
###### JSON document
```
{
"versionType":"No comment,Value =versionType_7wfl8",
"autoIncreaseId":"No comment,Value =1",
"page_total":"No comment,Value =page_total_o2w68",
"userAttribute":"No comment,Value =userAttribute_zbm5h",
"phones":[
"手机号列表"
],
"sort":"No comment,Value =sort_595mw",
"userId":"No comment,Value =userId_qdr2e",
"version":"No comment,Value =version_sqcu8",
"orgId":"No comment,Value =orgId_vuv5m",
"token":"No comment,Value =token_2u9dx",
"accPhone":"No comment,Value =accPhone_pdiuf",
"page_number":"No comment,Value =page_number_3bulq",
"sortType":"排序方式:1-升序、0-降序",
"appType":"No comment,Value =appType_f8pbk",
"accId":"No comment,Value =accId_qzz53",
"accountNickname":"No comment,Value =accountNickname_jliuq",
"page_size":"No comment,Value =page_size_c6oa8",
"ucId":"No comment,Value =ucId_u6inz",
"authentication":"No comment,Value =RSA"
}
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "OK",
"traceId": "f5d7c0c0cdafc4ea",
"data": [
{
"ucId": "39dd674cd2ba46ca8258068341b44b5a",
"phone": "13155236315",
"nickName": "*6315",
"memberLevel": "V1",
"memberLevelName": "青铜",
"memberTime": "2026-03-21 10:49:32",
"validGrowthValue": 0
},
{
"ucId": "4f37813d699a40e5865d91d96a9fb883",
"phone": "15702498551",
"nickName": "曲威",
"memberLevel": "V2",
"memberLevelName": "白银",
"memberTime": "2023-11-29 15:22:46",
"validGrowthValue": 6800
}
]
}
```
##### Response document
```
{
"traceId":"接口响应ID",
"data":{},
"resultCode":"状态码",
"message":"状态码对应的信息"
}
```
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