权益礼券-查看券码
<h5>简要描述</h5>
<ul>
<li>是放在权益礼券列表页的操作栏的按钮,名字叫“查看券码”</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/orderpackageproduct/index/couponcode/{id}</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 1,
&quot;coupon_code&quot;: &quot;fc514d11010256b70da3145f01db25b6&quot;,
&quot;msg&quot;: &quot;查看成功&quot;
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">int</td>
<td>查询结果,1:查询成功</td>
</tr>
<tr>
<td style="text-align: left;">coupon_code</td>
<td style="text-align: left;">string</td>
<td>券码</td>
</tr>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">string</td>
<td>说明</td>
</tr>
</tbody>
</table>