获取个人权限
<h3><strong>简要描述:</strong></h3>
<h1>- 查询个人权限接口</h1>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>http://../menu/info</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</li>
</ul>
<p><strong>参数:</strong><br />
无</p>
<p><strong>返回示例</strong></p>
<pre><code class="language-json"> {
&quot;msg&quot;: &quot;success&quot;,
&quot;code&quot;: 0,
&quot;data&quot;: {
&quot;name&quot;: &quot;80000001&quot;,
&quot;decrypt&quot;: &quot;hide&quot;,
&quot;hideTel&quot;: &quot;hide&quot;,
&quot;allow_down&quot;: true,
&quot;allow_inspection&quot;: false,
&quot;permission&quot;: 1,
&quot;service_password&quot;: false
}
}</code></pre>