文档
测试

1.5商品列表

POST
http://192.168.8.21:8061/v1.5/api/goods/list

说明 / 示例

{ "code": 200, "data": { "integral": [ { "id": 31, "goodsName": "VIP永久", "volt": 0, "giveVolt": 0, "price": 18, "discount": 1, "type": 3, "status": 1, "channel": "hengqifeng", "duration": null, "createTime": 1631955239000, "updateTime": 1631955244000, "creatorId": 1, "modifyId": 1, "version": "120", "platform": 2, "sort": null, "iosCommodityId": "com.hengqifeng.chargingwizard.vip", "discountedPrice": null } ], "preferentialTime": 159793814, "member": [ { "id": 26, "goodsName": "伏特", "volt": 2888, "giveVolt": 1888, "price": 18, "discount": 1, "type": 1, "status": 1, "channel": "hengqifeng", "duration": null, "createTime": 1631953181000, "updateTime": 1631953183000, "creatorId": 1, "modifyId": 1, "version": "120", "platform": 2, "sort": null, "iosCommodityId": "com.hengqifeng.chargingwizard.coins.18", "discountedPrice": null }, { "id": 25, "goodsName": "伏特", "volt": 1888, "giveVolt": 888, "price": 12, "discount": 1, "type": 1, "status": 1, "channel": "hengqifeng", "duration": null, "createTime": 1631953181000, "updateTime": 1631953183000, "creatorId": 1, "modifyId": 1, "version": "120", "platform": 2, "sort": null, "iosCommodityId": "com.hengqifeng.chargingwizard.coins.12", "discountedPrice": null }, { "id": 24, "goodsName": "伏特", "volt": 888, "giveVolt": 0, "price": 6, "discount": 1, "type": 1, "status": 1, "channel": "hengqifeng", "duration": null, "createTime": 1631953181000, "updateTime": 1631953183000, "creatorId": 1, "modifyId": 1, "version": "120", "platform": 2, "sort": null, "iosCommodityId": "com.hengqifeng.chargingwizard.coins.6", "discountedPrice": null } ] }, "message": "操作成功" }