获取兑换码1
<h5>简要描述:</h5>
<p>获取兑换码</p>
<h5>请求URL:</h5>
<p><code>http://pay.myfcomic.com/api/wap/receive</code></p>
<h5>请求方式:</h5>
<p>GET </p>
<h5>参数:</h5>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>assign_id</td>
<td>是</td>
<td>int</td>
<td>占用活动ID</td>
</tr>
<tr>
<td>device_id</td>
<td>否</td>
<td>string</td>
<td>设备ID</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 1,
"msg": "操作成功",
"data": {
"convert_code": "G7SQW8AE9UP"
}
}</code></pre>
<h4>返回参数说明</h4>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>convert_code</td>
<td>string</td>
<td>兑换码</td>
</tr>
</tbody>
</table>