API第二版文档

API第二版文档


获取用户是否是代理及日工资、奖金设置菜单权限

<p><strong>请求方法名:</strong></p> <ul> <li>GetAuthorityConfig </li> </ul> <p><strong>请求参数样例:</strong> </p> <ul> <li><code>null</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET/POST</li> </ul> <p><strong>参数:</strong> </p> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;Status&amp;quot;: true, &amp;quot;Info&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;Data&amp;quot;: { &amp;quot;IsAgent&amp;quot;: true, &amp;quot;IsShowDividend&amp;quot;: true, &amp;quot;IsShowDayRate&amp;quot;: true, &amp;quot;IsShowOddLimit&amp;quot;: true }, &amp;quot;Code&amp;quot;: 0 }</code></pre> <p><strong>返回参数</strong></p> <table> <thead> <tr> <th style="text-align: left;">字段</th> <th>注释</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">IsAgent</td> <td>是否代理标识(不是代理,代理中心相关都不显示)</td> </tr> <tr> <td style="text-align: left;">IsShowDividend</td> <td>是否显示分红菜单</td> </tr> <tr> <td style="text-align: left;">IsShowDayRate</td> <td>是否显示日工资菜单</td> </tr> <tr> <td style="text-align: left;">IsShowOddLimit</td> <td>是否显示奖金设置菜单</td> </tr> </tbody> </table>

页面列表

ITEM_HTML