Commit 81bf7076 authored by quwei's avatar quwei 🤸🏼

Upload New File

parent 6fa2f945
Pipeline #3679 canceled with stages
# 权益配置分页列表
> URL: http://localhost:13021/jac/accumulate/memberBenefit/pageList
>
> Origin Url: http://localhost:13021/jac/accumulate/memberBenefit/pageList
>
> 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
```
{
"name": null,
"status": null,
"page_size": 10,
"page_number": 1
}
```
###### JSON document
```
{
"versionType":"No comment,Value =versionType_ng30w",
"autoIncreaseId":"No comment,Value =1",
"page_total":"No comment,Value =page_total_ylgf1",
"userAttribute":"No comment,Value =userAttribute_86f93",
"sort":"No comment,Value =sort_aa1z6",
"userId":"No comment,Value =userId_jkyle",
"version":"No comment,Value =version_p64og",
"orgId":"No comment,Value =orgId_rt8cg",
"token":"No comment,Value =token_23xfs",
"accPhone":"No comment,Value =accPhone_620fg",
"page_number":"No comment,Value =page_number_vvs2q",
"sortType":"排序方式:1-升序、0-降序",
"appType":"No comment,Value =appType_9e8sz",
"name":"权益名称,模糊匹配,可空",
"accId":"No comment,Value =accId_k58kn",
"accountNickname":"No comment,Value =accountNickname_ygktu",
"status":"状态:0启用 1禁用;不传则不过滤状态",
"page_size":"No comment,Value =page_size_dpn2r",
"ucId":"No comment,Value =ucId_xjl4k",
"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": "a450deba00eb52c6",
"data": {
"total": 2,
"other": null,
"page_total": 1,
"list": [
{
"id": 2,
"name": "生日双倍",
"iconUrl": "http://sy.esvtek.com:15001/file/download/direct/12B46A0CE25B67A3C423CF7BB3C7CDAA3B6BA8DBBB1399CB58816FA88CDFDA52F4EDBCFCC3CEE08B2BBAE320D736EB26",
"intro": "生日双倍积分",
"description": "12大苏打撒旦生日双倍积分生日双倍积分生日双倍积分生日双倍积分生日双倍积分生日双倍积分",
"buttonType": 0,
"buttonLink": null,
"status": 0,
"createUserId": "eed546e635754e6898fd9aafd78eb7e1",
"createUserName": "quwei",
"updateUserId": "eed546e635754e6898fd9aafd78eb7e1",
"updateUserName": "quwei",
"createTime": "2026-04-13 11:18:36",
"updateTime": "2026-04-13 13:23:13"
},
{
"id": 1,
"name": "新人券",
"iconUrl": "http://sy.esvtek.com:15001/file/download/direct/E67FBFAB44FDEA381E871BF691F47D1A4501D3EC2100DF9E478FFB8E369372C3DD3D922CDCA6DF0AA3549D165AE836F7",
"intro": "新人券奖励",
"description": "高按育条到全最于研。主据流。先收般严步因电。文决几商家。空区更装因快。看来么加时。处命满还或养反连。从传五白种规设入斯它。",
"buttonType": 0,
"buttonLink": null,
"status": 0,
"createUserId": "eed546e635754e6898fd9aafd78eb7e1",
"createUserName": "quwei",
"updateUserId": "eed546e635754e6898fd9aafd78eb7e1",
"updateUserName": "quwei",
"createTime": "2026-04-13 10:48:49",
"updateTime": "2026-04-13 11:18:52"
}
],
"data": null
}
}
```
##### Response document
```
{
"traceId":"接口响应ID",
"data":{
"total":"查询数据总数",
"other":{},
"data":[
{
"createUserId":"创建人 user.uc_id",
"updateUserId":"更新人 user.uc_id",
"updateUserName":"更新人姓名(关联 user.name)",
"description":"权益说明",
"createUserName":"创建人姓名(关联 user.name)",
"updateTime":"更新时间",
"buttonType":"按钮类型:0无 1去升级 2去兑换",
"createTime":"创建时间",
"intro":"权益简介",
"buttonLink":"按钮跳转链接",
"name":"权益名称",
"id":"主键",
"iconUrl":"权益图标 URL",
"status":"状态:0启用 1禁用"
}
],
"page_total":"总页数",
"list":[
{
"createUserId":"创建人 user.uc_id",
"updateUserId":"更新人 user.uc_id",
"updateUserName":"更新人姓名(关联 user.name)",
"description":"权益说明",
"createUserName":"创建人姓名(关联 user.name)",
"updateTime":"更新时间",
"buttonType":"按钮类型:0无 1去升级 2去兑换",
"createTime":"创建时间",
"intro":"权益简介",
"buttonLink":"按钮跳转链接",
"name":"权益名称",
"id":"主键",
"iconUrl":"权益图标 URL",
"status":"状态:0启用 1禁用"
}
]
},
"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