获取小程序分享信息-邱国彪
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取小程序分享信息</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/gylm/Wxmini/v1/appShare</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </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;">invite_code</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户邀请码</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code":200,
"message":"SUCCESS",
"time":1565936363,
"data":{
"codeUrl":"https://gylm-mini-code.oss-cn-shenzhen.aliyuncs.com/user/afedb444e5cd0adbd399db05acb2eedf.jpg",
"img":"http://rh.newgyadmin.com/public/inviteimg/5d5515c23ebe9.png",
"desc":"· 可以直接复制邀请码给好友下载APP注册填写
· 专属海报中的二维码和邀请链接已经包含您的邀请信息
· 好友通过您的邀请码或者邀请海报注册会员并下载APP后,Ta将永久成为您的下级会员,未来Ta产生的订单佣金您都有奖励",
"appid":"wx3ec2e7085c859c59"
}
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>