服务器时间
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取服务器当前时间</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/api/v1/time</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET
<strong>返回示例</strong></li>
</ul>
<pre><code>{
&quot;code&quot;:0,
&quot;message&quot;:&quot;&quot;,
&quot;data&quot;:{
&quot;time&quot;:1586229665
}
}</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;">time</td>
<td style="text-align: left;">int</td>
<td>时间戳</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>
</li>
</ul>