多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 获取商城商品信息 >[success] vip_mod 0 普通商品 > vip_mod 1 临时会员礼包 > vip_mod 2 普通会员礼包 ~~~[api] get:http://hao.xd.cuci.cc/store/api.goods/get *string:goods_id=2#商品ID <<< success { "code": 1, "info": "获取商品信息成功!", "data": { "id": 2, "title": "test2", "logo": "http://hao.xd.cuci.cc/upload/decb0fe26fa3f486/b3f6521bf29403c8.png", "cate_id": 0, "image": [ "http://hao.xd.cuci.cc/upload/decb0fe26fa3f486/b3f6521bf29403c8.png" ], "number_sales": 0, "number_stock": 200, "vip_mod": 2, "vip_month": 12, "vip_discount": "12.00", "content": "<p>test</p>\r\n", "specs": [ { "name": "默认分组", "list": [ { "name": "默认规格", "check": true } ] } ], "lists": [ [ { "name": "默认规格", "check": true, "group": "默认分组", "span": 1, "show": true, "key": "默认分组::默认规格", "virtual": 66, "market": "100.00", "selling": "88.00", "member": "0.00", "express": "0.00", "status": true } ] ], "list": [ { "id": 2, "goods_id": 2, "goods_spec": "默认分组::默认规格", "price_market": "100.00", "price_selling": "88.00", "number_sales": 0, "number_stock": 200, "number_virtual": 66, "status": 1, "create_at": "2019-01-18 14:42:05" } ] } } ~~~