商品兑换
<p>简要描述:</p>
<p>积分商品兑换页
请求URL:</p>
<p><a href="http://47.93.115.228:9002/integral/goods/convert">http://47.93.115.228:9002/integral/goods/convert</a>
请求方式:</p>
<p>GET</p>
<h3>参数:</h3>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>goodsid</td>
<td>是</td>
<td>int</td>
<td>商品id</td>
</tr>
<tr>
<td>LOGINTOKEN</td>
<td>是</td>
<td>string</td>
<td>LOGINTOKEN</td>
</tr>
</tbody>
</table>
<pre><code> {
&quot;MSG&quot; : &quot;&quot;,
&quot;STATE&quot; : &quot;0&quot;,
&quot;OBJECT&quot; : {
&quot;PRICE&quot; : 100,
&quot;THUMB&quot; : &quot;http://img.ixuehui.cn/test/09ed2d73521b4c76b1af5cb11fae766e.png&quot;,
&quot;GOODNAME&quot; : &quot;测试&quot;,
&quot;ID&quot; : 1,
&quot;INTEGRAL&quot; : 0
}
}
</code></pre>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>ID</td>
<td>int</td>
<td>商品id</td>
</tr>
<tr>
<td>PRICE</td>
<td>double</td>
<td>门店价</td>
</tr>
<tr>
<td>THUMB</td>
<td>string</td>
<td>商品logo图片</td>
</tr>
<tr>
<td>GOODNAME</td>
<td>string</td>
<td>商品名称</td>
</tr>
<tr>
<td>INTEGRAL</td>
<td>double</td>
<td>积分</td>
</tr>
</tbody>
</table>