SYNO.VideoStation.Info
<p><strong>简要描述:</strong> </p>
<ul>
<li>基本信息</li>
</ul>
<p><strong>API:</strong> </p>
<ul>
<li><code>SYNO.VideoStation.Info</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;">method</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>getInfo</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"data": {
"is_dtv_enabled": false,
"is_manager": true,
"is_subtitle_search_enabled": true,
"privilege": {
"dtv": true,
"offline_conversion": false,
"renderer": true,
"sharing": true
},
"support_appletv_os": true,
"support_dtv_transcode": false,
"support_fhd_hardware_transcode": false,
"support_hardware_transcode": false,
"support_remux": true,
"support_software_transcode": false,
"support_transcode": false,
"timezone": "Beijing",
"timezone_offset": 28800,
"version": "1594",
"version_string": "2.4.6-1594"
},
"success": true
}</code></pre>