文档
测试

svip商品

POST
http://192.168.1.192:8061/v206/api/goods/svip

请求头

参数名
类型
描述
必填
versionCode
int
示例:20221020
必填
platform
int
示例:1
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
object
数据字典
必填
id
int
示例:116
必填
goodsName
string
示例:SVIP永久
必填
volt
int
示例:0
必填
giveVolt
int
示例:0
必填
price
float
示例:0.1
必填
discount
float
示例:0.1
必填
type
int
示例:6
必填
status
int
示例:1
必填
channel
string
示例:hengqifeng
必填
duration
object
示例:null
必填
createTime
int
示例:1631955302000
必填
updateTime
int
示例:1631955303000
必填
creatorId
int
示例:1
必填
modifyId
int
示例:1
必填
version
string
示例:20221020
必填
platform
int
示例:1
必填
sort
int
示例:3
必填
iosCommodityId
object
示例:null
必填
discountedPrice
float
示例:0.1
必填
descp
object
示例:null
必填
selected
int
示例:0
必填
priceDifferenceUser
int
示例:1
必填
priceDifferenceVip1
int
示例:2
必填
priceDifferenceVip2
int
示例:3
必填
isLine
object
示例:null
必填
label
object
示例:null
必填
priceDifference
int
示例:1
必填
message
string
示例:操作成功
必填

说明 / 示例

{ "code": 200, "data": { "id": 116, "goodsName": "SVIP永久", "volt": 0, "giveVolt": 0, "price": 0.1, "discount": 0.1, "type": 6, "status": 1, "channel": "hengqifeng", "duration": null, "createTime": 1631955302000, "updateTime": 1631955303000, "creatorId": 1, "modifyId": 1, "version": "20221020", "platform": 1, "sort": 3, "iosCommodityId": null, "discountedPrice": 0.1, "descp": null, "selected": 0, "priceDifferenceUser": 1, "priceDifferenceVip1": 2, "priceDifferenceVip2": 3, "isLine": null, "label": null, "priceDifference": 1 }, "message": "操作成功" }