系统游戏维护状态信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>客服链接接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xxx.xxx.com/getinfo/getGameMaintenance</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>post </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;">game_code</td>
<td style="text-align: left;">必填</td>
<td style="text-align: left;">int</td>
<td>特色游戏game_code,如果是系统维护,默认-1</td>
</tr>
<tr>
<td style="text-align: left;">oid</td>
<td style="text-align: left;">必填</td>
<td style="text-align: left;">string</td>
<td>无</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code":0,
"name":"AG",
"maintenance_start":"2019-08-19 22:55:55",
"maintenance_end":"2019-08-19 22:55:55",
"status":"1",
"content":"",
"game_code":"1",
"kefu":"https:\/\/f18.livechatvalue.com\/chat\/chatClient\/chatbox.jsp?companyID=1197246&configID=84336&jid=9817385625&s=1&lan=zh"
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>