多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 获取商品详情 ~~~[api] post:/api/points_mall/goodsList <<< success { "code": 1, "result": [ { "id": 1, "title": "中国古代寓言故事", "thumb": "https://ss2.baidu.com/6ONYsjip0QIZ8tyhnq/it/u=2312186000,1520045483&fm=58&bpow=819&bpoh=1024", "stock": 10, "points": 500, "start_time": "18:00:00", "auto_status": 9 }, { "id": 2, "title": "十万个为什么", "thumb": "https://ss1.baidu.com/6ONXsjip0QIZ8tyhnq/it/u=3660616495,3530258758&fm=179&app=42&f=JPEG?w=114&h=161", "stock": 0, "points": 500, "start_time": "00:00:00", "auto_status": 8 }, { "id": 3, "title": "格林童话全集", "thumb": "https://ss2.baidu.com/6ONYsjip0QIZ8tyhnq/it/u=3545906066,873659476&fm=179&app=42&f=JPEG?w=121&h=140", "stock": 10, "points": 500, "start_time": "00:00:00", "auto_status": 1 }, { "id": 4, "title": "小兵张嘎", "thumb": "https://ss2.baidu.com/6ONYsjip0QIZ8tyhnq/it/u=1337201720,505381844&fm=179&w=121&h=161&img.JPEG", "stock": 10, "points": 500, "start_time": "00:00:00", "auto_status": 1 }, { "id": 5, "title": "鲁滨逊飘流记", "thumb": "https://ss2.baidu.com/6ONYsjip0QIZ8tyhnq/it/u=3732014042,3737909249&fm=179&app=42&f=PNG?w=121&h=161", "stock": 10, "points": 500, "start_time": "00:00:00", "auto_status": 1 } ] } ~~~ ### 字段列表 | 字段名 | 描述 | |---|---| | id | 商品ID | | title | 商品名称 | | thumb | 商品图片 | | stock | 商品库存(剩余可兑换数量) | | points | 商品积分价格(兑换商品所需的积分数) | | start_time | 开始兑换时间(时:分:秒) | | auto_status | 商品状态:1=正常兑换,8=无货,9=未到兑换时间 |