IP限制功能
<p><strong>简要描述:</strong></p>
<ul>
<li>IP限制功能</li>
</ul>
<p><strong>URL</strong></p>
<ul>
<li>任意一个接口</li>
</ul>
<p><strong>返回示例</strong></p>
<pre><code>{
"kefu":"https://tb.53kf.com/code/client/c5a3f41ef6d878b25fa82ad518a794fe8/123",//客服链接
"code":9012, //如果返回code=9012,就表示IP不在游戏IP范围内。直接显示403页面
"msg":9012, //msg=9012,就表示IP不在游戏IP范围内。直接显示403页面
"info":"",
"status":1 //是否展示403页面,只返回1
}</code></pre>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>