服务信息
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/server-info</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</li>
</ul>
<p><strong>返回样例:</strong></p>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;timestamp&quot;: 1729479549,//服务器当前时间(秒时间戳)
&quot;media_host&quot;: &quot;https://2025vip.haswallow.com&quot;//资源所属域名
},
&quot;code&quot;: 0
}</code></pre>