文档
测试

单个素材购买列表

POST
http://192.168.8.21:8061/v1.4/api/payMaterial/list

请求头

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

请求参数

参数名
类型
描述
必填
id
string
示例:181 素材id
必填
type
string
示例:4 4动画 5充电音效组合 6精灵 7充电断电音
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
object
数据字典
必填
preferentialTime
int
示例:176770429
必填
member
object
数据字典
必填
id
int
示例:5
必填
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
object
示例:null
必填
discountedPrice
int
示例:1
必填
source
int
示例:128
必填
message
string
示例:操作成功
必填

说明 / 示例

{ "code": 200, "data": { "preferentialTime": 176770429, //优惠倒计时 "member": { "id": 5, "goodsName": "VIP永久", "volt": 0, "giveVolt": 0, "price": 10, "discount": 0.1, "type": 3, "status": 1, "channel": "hengqifeng", "duration": null, "createTime": 1631955302000, "updateTime": 1631955303000, "creatorId": 1, "modifyId": 1, "version": null, "discountedPrice": 1 }, "source ": 128 }, "message": "操作成功" }