单个礼品详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>单个礼品详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/user/userclub/gift-detail</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">giftId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>礼品id</td>
</tr>
</tbody>
</table>
<p>gift_id, gift_code, gift_name, gift_glcoin, gift_level, gift_picture, in_stock, exchange_nums, gift_remark, create_time
<strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 600,
&quot;msg&quot;: &quot;获取成功&quot;
&quot;data&quot;: {
&quot;gift_id&quot;: '10', // 礼品id
&quot;gift_code&quot;: &quot;zxczxczxc&quot;, // 礼品编码
&quot;gift_name&quot;: &quot;优惠券&quot;, // 礼品名
&quot;gift_glcoin&quot;: &quot;1000&quot;, // 兑换所需咕啦币
&quot;gift_level&quot;: &quot;1&quot; , // 兑换所需等级
&quot;gift_picture&quot;: &quot;url&quot;, // 图片url
&quot;in_stock&quot;:&quot;100&quot; //库存
&quot;exchange_nums&quot;:&quot;100&quot; //已兑换数量
&quot;gift_remark&quot;:&quot;礼品介绍&quot;,
&quot;create_time&quot;:'2017-12-11 13:00:00'//创建时间
&quot;start_date&quot;: &quot;2017-12-15 00:00:00&quot;, //新品开始时间
&quot;end_date&quot;: &quot;2017-12-31 23:59:59&quot; //新品结束时间
}
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>