文档
测试

活动礼包

GET
/app/integral/list

请求参数

参数名
类型
描述
必填
sign
String
验证签名
必填
user_id
String
用户id
必填
page
int
页数,默认1
必填
limit
int
条数,默认10
必填

响应参数

参数名
类型
描述
必填
code
long
状态码,大于0,操作成功,小于0,操作失败
必填
msg
String
状态信息
必填
result
json
返回数据信息
必填
page_data
json
分页数据
必填
currPage
int
当前页
必填
pageSize
int
每页条数
必填
totalCount
int
总条数
必填
totalNum
int
总页数
必填
page
json
数据集
必填
id
String
活动礼包id
必填
img_path
String
图片地址
必填
title
String
名称
必填
price
String
价格
必填
stock
String
库存
必填
sales_count
String
购买人数
必填
detail_img_path
String
详情顶部产品图
必填
description
String
使用规则描述
必填

说明 / 示例

```{ "code":0, "errors":{ }, "msg":"操作成功", "result":{ "page_data":{ "currPage":1, "page":[ { "wealth_value":1000, "detail_img_path":"upload//202001/1579078013319.jpg", "description":"描述", "sales_count":2, "sort":1, "title":"财富值1000", "oem_id":"b4a70320ad624d10b3640ab593ff2772", "img_path":"upload//202001/1579077877081.jpg", "price":888, "id":"22e6069f5de04b63832c5d52c060d541", "stock":1, "status":1, "add_time_stamp":0 } ], "pageSize":10, "totalCount":1, "totalNum":1 } } } ```