文档
测试

充值列表

POST
http://192.168.8.21:8061/1.3/api/goods/list

请求头

参数名
类型
描述
必填
token
string
示例:u0dfTVgRJBV+iZYHI4iZSX0wQOl1uld7JQDtUpdJ99ut3ftBGlbvKbK3e9WLc8sHG68XFUOZkTgon7SV3R4aqx0PDi9usG1Y7dJO5d0QiUk=
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
array
数据列表
必填
id
int
示例:1
必填
descp
string
示例:
必填
volt
int
示例:888
必填
giveVolt
int
示例:0
必填
price
float
示例:8.88
必填
discount
object
示例:null
必填
type
int
示例:1
必填
status
int
示例:1
必填
channel
string
示例:hengqifeng
必填
duration
object
示例:null
必填
createTime
int
示例:1631953181000
必填
updateTime
int
示例:1631953183000
必填
creatorId
int
示例:1
必填
modifyId
int
示例:1
必填
message
string
示例:操作成功
必填

说明 / 示例

{ "code": 200, "data": { "integral": [ { "id": 1, "goodsName": "伏特", 商品名称 "volt": 888, 伏特 "giveVolt": 0, 赠送伏特 "price": 8.88, 价格 "discount": null, 折扣 "type": 1, 1:伏特 2时间会员 3永久会员 "channel": "hengqifeng", 渠道 "duration": null, 会员时长/天 "discountedPrice": 6.22 折后价 }, { "id": 5, "goodsName": "VIP永久", "volt": 0, "giveVolt": 0, "price": 188.88, "discount": null, "type": 3, "status": 1, "channel": "hengqifeng", "duration": null, "createTime": 1631955302000, "updateTime": 1631955303000, "creatorId": 1, "modifyId": 1 } ], "member": [ { "id": 1, "goodsName": "伏特", "volt": 888, "giveVolt": 0, "price": 8.88, "discount": null, "type": 1, "status": 1, "channel": "hengqifeng", "duration": null, "createTime": 1631953181000, "updateTime": 1631953183000, "creatorId": 1, "modifyId": 1 }, { "id": 2, "goodsName": "伏特", "volt": 1888, "giveVolt": 888, "price": 18.88, "discount": null, "type": 1, "status": 1, "channel": "hengqifeng", "duration": null, "createTime": 1631953181000, "updateTime": 1631953183000, "creatorId": 1, "modifyId": 1 }, { "id": 3, "goodsName": "伏特", "volt": 2888, "giveVolt": 1888, "price": 28.88, "discount": null, "type": 1, "status": 1, "channel": "hengqifeng", "duration": null, "createTime": 1631953181000, "updateTime": 1631953183000, "creatorId": 1, "modifyId": 1 } ] "preferentialTime": 452451523154 }, "message": "操作成功" }