商品详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>商品详情接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/adm/commodity/{id}</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>GET </p>
<p><strong>返回示例</strong></p>
</li>
</ul>
<pre><code>{
"result": "success",
"data": {
"id": 163,
"price": 15.9,
"stock": null,
"event_price": null,
"event_start_at": null,
"event_end_at": null,
"is_distribute": 0,
"distribute_bonus": 0,
"code": "9aa5fcba8a500922",
"created_at": "2018-12-03 10:23:56",
"name": "爱丽丝漫游奇境记.New",
"status": "draft",
"poster": null,
"pre_sale": null,
"open_redeem_code": 0,
"share_title": null,
"share_subtitle": null,
"share_image": null,
"is_groupon": 0,
"brief": null,
"type": "audio",
"org_id": 1,
"is_experience": 1,
"tags": [],
"categories": [],
"courses": [
{
"id": 133,
"name": "爱丽丝漫游奇境记",
"cover": "http://cdn.weteach.com/cover/1541768897875.png",
"brief": "<p><img src=\"http://cdn.weteach.com/content/1541768886456.jpg\"><br></p>",
"status": "publish",
"qr_path": null,
"code": "9a4d13d359839132",
"created_at": "2018-11-09 21:08:46",
"total_lesson": 10,
"quiz_type": "normal",
"list_cover": "http://cdn.weteach.com/list_cover/1541768905401.png",
"type": "audio",
"erect_cover": "http://cdn.weteach.com/20180912171001.png",
"org_id": 0,
"mode": "offline",
"course_time": 10,
"pertime_duration": 60
}
],
"pre_sale_detail": null,
"groupon_detail": null,
"experience_detail": {
"id": 1,
"commodity_id": 163,
"price": 0,
"exp_date": 7,
"created_at": "2019-01-28 14:57:35",
"org_id": 1
},
"deducts": [
{
"name": "不一样的新概念(线上测试数据)",
"course_id": 1,
"price": 10
}
]
},
"message": "操作成功",
"ct": 1548662498
}</code></pre>