#商品详情
* id:商品id
* title:商品名称
* imgs:轮播图(array)
* credit:积分
* content:商品详情(富文本)
* e_num:兑换人数
~~~[api]
post:/shop/getGoodsInfo
*int:id= #商品ID
<<<
success
{
"info": "success",
"status": 1,
"data": {
"data": {
"id": 1,
"title": "测试商品",
"imgs": [
"https:\/\/mz.icewl.com\/static\/upload\/f5efef5b0995a28f\/6f237c6b553ccf75.jpg",
"https:\/\/mz.icewl.com\/static\/upload\/5792786a4de35807\/8350815ed4af0d28.jpg"
],
"credit": 100,
"content": "<p>test<\/p>\r\n",
"e_num": 0
}
}
}
<<<
error
{
"info": "商品不存在或已下架",
"status": 0,
}
~~~