文档
测试

道具商城

POST
https://xtw.rjwbfw.com/api/store/getGoodsList

接口描述

candle & refresh & communication 中小于等于0表示无这个道具

请求参数

参数名
类型
描述
必填
type
String
单品 / 组合 / 全部
必填

说明 / 示例

``` { "errorCode": 0, "data": { "list": [ { "money": 20,//价格 "candle": 1,//蜡烛数量 "originMoney": 0,//原价 "name": "xxxx",//名称 "refresh": 1,//刷新数量 "validTime": "购买后一年内有效",//固定值(“购买后一年内有效”,直接使用这个字符串) "id": 1,//商品id "communication": 0//沟通次数 }, ........ ] }, "success": true } ```