校验APP Portal页的入口权限
<p><strong>简要描述:</strong> </p>
<ul>
<li>校验APP Portal页的入口权限接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>ylh-cloud-service-user-dev/api/page/access/portal/check-entrance-status-app</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"success":true,
"code":0,
"infoMsgs":[
],
"warningMsgs":[
],
"errorMsg":null,
"data":{
"isShowShop":true,
"isShowHi":true,
"isShowPromotion":true,
"isShowTally":true
}
}</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;">isShowShop</td>
<td style="text-align: left;">boolean</td>
<td>是否展示订货商城入口 true展示,false不展示</td>
</tr>
<tr>
<td style="text-align: left;">isShowHi</td>
<td style="text-align: left;">boolean</td>
<td>是否展示hi优选入口 true展示,false不展示</td>
</tr>
<tr>
<td style="text-align: left;">isShowPromotion</td>
<td style="text-align: left;">boolean</td>
<td>是否展示促销平台入口 true展示,false不展示</td>
</tr>
<tr>
<td style="text-align: left;">isShowTally</td>
<td style="text-align: left;">boolean</td>
<td>是否展示理货业务管理 true展示,false不展示</td>
</tr>
</tbody>
</table>