分享海报信息
<p>欢迎使用ShowDoc!</p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/gylm/member/V1/getShareInfo</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"message": "SUCCESS",
"time": 1575702154,
"data": {
"codeUrl": "http://t.uc.cn/12_5vije",
"shareImageUrl": "http://img.gaoyong666.com/otherImage/2019-12-06-1575614833.png"
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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;">codeUrl</td>
<td style="text-align: left;">string</td>
<td>分享海报生成二维码url</td>
</tr>
<tr>
<td style="text-align: left;">shareImageUrl</td>
<td style="text-align: left;">string</td>
<td>分享海报url</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>