退出登录
<h5>简要描述</h5>
<ul>
<li>退出登录</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/portal/login/logout</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<ul>
<li>无需参数</li>
</ul>
<h5>返回示例</h5>
<pre><code>{
"msg": "已退出登录",
"code": 200,
"success": true
}</code></pre>