区域限制页面是否显示在线客服
<p><strong>请求方法名:</strong> </p>
<ul>
<li><code>IsShowCustomerServiceLink</code></li>
</ul>
<p><strong>请求参数:</strong> </p>
<ul>
<li><code>null</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>GET/POST </p>
<p><strong>返回示例</strong></p>
<pre><code>{
"Status": true,
"Info": "请求成功",
"Data": {
"IsShowCustomer": true,
"CustomerOnlineServiceUrl": "http://v88.live800.com/live800/chatClient/chatbox.jsp?companyID=570374&configID=4502&jid=3868919099&lan=zh&s=1&fromthirdservice=webapp&info=userId%3d10000%26name%3d20162860143%26memo%3d127.0.0.1"
},
"Code": 0
}</code></pre>
</li>
</ul>
<p><strong>返回参数说明</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">字段</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">IsShowCustomer</td>
<td>是否显示在线客服</td>
</tr>
<tr>
<td style="text-align: left;">CustomerOnlineServiceUrl</td>
<td>在线客服地址</td>
</tr>
</tbody>
</table>