1. 授权跳转地址
<p><strong>简要描述:</strong> </p>
<ul>
<li>授权跳转地址,直接通过 a href 链接绑定在按钮上</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/ahth_page?appuid=xxx</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;">appuid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>要授权的appuid</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>后端授权完后会自动返回前端页面。
</code></pre>
<p><strong>返回参数说明</strong> </p>
<ul>
<li>
<p>暂无</p>
<p><strong>备注</strong> </p>
</li>
<li>暂无</li>
</ul>