获取登录配置
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取登录配置</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://ip:port/service/rest/v1/login/config/{mode}</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;">mode</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>1,2,4,8,16中任意几个的求和值</td>
</tr>
<tr>
<td style="text-align: left;">source</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>请求来源,例如:’dingding’ , ’esign’ , ’esign_h5’ , ’alipay’</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code> http://ip:port/service/rest/v1/login/config/31?source=esign</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;">eviLoginUrl</td>
<td style="text-align: left;">String</td>
<td>存证登录url, mode求和数组值中包含1时值不为空</td>
</tr>
<tr>
<td style="text-align: left;">eviUrl</td>
<td style="text-align: left;">String</td>
<td>存证首页url, mode求和数组值中包含2时值不为空</td>
</tr>
<tr>
<td style="text-align: left;">eviPageUrl</td>
<td style="text-align: left;">String</td>
<td>存证列表url, mode求和数组值中包含4时值不为空</td>
</tr>
<tr>
<td style="text-align: left;">billLoginUrl</td>
<td style="text-align: left;">String</td>
<td>计费登录url, mode求和数组值中包含8时值不为空</td>
</tr>
<tr>
<td style="text-align: left;">billPageUrl</td>
<td style="text-align: left;">String</td>
<td>计费首页url, mode求和数组值中包含16时值不为空</td>
</tr>
<tr>
<td style="text-align: left;">billPurchaseUrl</td>
<td style="text-align: left;">String</td>
<td>计费购买url, mode求和数组值中包含16时值不为空</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;success&quot;: true,
&quot;msg&quot;: &quot;成功&quot;,
&quot;total&quot;: null,
&quot;errCode&quot;: 0,
&quot;errShow&quot;: false,
&quot;data&quot;: {
&quot;billPurchaseUrl&quot;: &quot;https://testbs.tsign.cn:443/billingsystem/app/page/manage.html?redirect_url=http://helios.dev.cn#sign-package&quot;,
&quot;billPageUrl&quot;: &quot;https://testbs.tsign.cn:443/billingsystem/app/page/manage.html?redirect_url=http://helios.dev.cn#account&quot;,
&quot;billLoginUrl&quot;: &quot;https://testbs.tsign.cn:443/billingsystem/service/bs/account/login?token=9fa0a57c-f82c-4844-a396-a6992c9c51d0&amp;equipId=d41d8cd98f00b204e9800998ecf8427e&quot;,
&quot;eviPageUrl&quot;: &quot;https://testczapi.tsign.cn:443/evi-web/static/my-input-query.jsp&quot;,
&quot;eviUrl&quot;: &quot;https://testczapi.tsign.cn:443/evi-web/static/welcome.jsp&quot;,
&quot;eviLoginUrl&quot;: &quot;https://testczapi.tsign.cn:443/evi-web/evidence/v1/login/ssologin?token=9fa0a57c-f82c-4844-a396-a6992c9c51d0&amp;equipId=d41d8cd98f00b204e9800998ecf8427e&amp;authProjectId=1101563327&quot;
}
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>