文档
测试

充值列表

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

请求头

参数名
类型
描述
必填
token
string
示例:mSag8ziMCDQMK8XFRaRPIS6TWaWCXaX805SydQ0ymVld76LImfn7h11pHrQ9XDtOnmk8LXspTZ9A9EKCGxBJmCWJ1/W04k5GgXRJXyi6glM=
必填
versionCode
int
示例:20211028
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
object
数据字典
必填
integral
array
数据列表
必填
id
int
示例:11
必填
goodsName
string
示例:VIP永久
必填
volt
int
示例:0
必填
giveVolt
int
示例:0
必填
price
int
示例:10
必填
discount
float
示例:0.1
必填
type
int
示例:3
必填
status
int
示例:1
必填
channel
string
示例:hengqifeng
必填
duration
object
示例:null
必填
createTime
int
示例:1631955302000
必填
updateTime
int
示例:1631955303000
必填
creatorId
int
示例:1
必填
modifyId
int
示例:1
必填
version
string
示例:20211028
必填
discountedPrice
int
示例:1
必填
preferentialTime
int
示例:171050986
必填
member
array
数据列表
必填
id
int
示例:7
必填
goodsName
string
示例:伏特
必填
volt
int
示例:888
必填
giveVolt
int
示例:0
必填
price
float
示例:0.01
必填
discount
int
示例:1
必填
type
int
示例:1
必填
status
int
示例:1
必填
channel
string
示例:hengqifeng
必填
duration
object
示例:null
必填
createTime
int
示例:1631953181000
必填
updateTime
int
示例:1631953183000
必填
creatorId
int
示例:1
必填
modifyId
int
示例:1
必填
version
string
示例:20211028
必填
discountedPrice
float
示例:0.01
必填
message
string
示例:操作成功
必填

说明 / 示例

{ "code": 200, "data": { "integral": [ 会员类 { "id": 11, "goodsName": "VIP永久", 类型描述 "volt": 0, "giveVolt": 0, "price": 10, 价格 "discount": 0.1, 折扣 "type": 3, 类型 "version": "20211028", 版本号 "discountedPrice": 1 折后价 } ], "preferentialTime": 171050986, "member": [ 伏特类 { "id": 7, "goodsName": "伏特", 类型描述 "volt": 888, "giveVolt": 0, "price": 0.01, 价格 "discount": 1, 折扣 "type": 1, 类型 "version": "20211028", 版本号 "discountedPrice": 0.01 折后价 }, { "id": 8, "goodsName": "伏特", "volt": 1888, "giveVolt": 888, "price": 0.01, "discount": 1, "type": 1, "status": 1, "channel": "hengqifeng", "duration": null, "createTime": 1631953181000, "updateTime": 1631953183000, "creatorId": 1, "modifyId": 1, "version": "20211028", "discountedPrice": 0.01 }, { "id": 9, "goodsName": "伏特", "volt": 2888, "giveVolt": 1888, "price": 0.01, "discount": 1, "type": 1, "status": 1, "channel": "hengqifeng", "duration": null, "createTime": 1631953181000, "updateTime": 1631953183000, "creatorId": 1, "modifyId": 1, "version": "20211028", "discountedPrice": 0.01 } ] }, "message": "操作成功" }