ViplexCore

ViplexCore SDK


是否公有云

<p><strong>简要描述:</strong> </p> <ul> <li>是否公有云的接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>void nvIsCommonCloudAsync(const char *data, ExportViplexCallback callBack);</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li> <p><strong>请求参数示例</strong></p> </li> </ul> <pre><code>{ "baseUrl":"https://api-cn.vnnox.com" }</code></pre> <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;">baseurl</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>{ "status":[ 10000 ], "data":{ "isCloud":1 } }</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;">status</td> <td style="text-align: left;">intarray</td> <td>返回服务端状态码:<code>10000</code>成功,<code>10306</code>url格式错误</td> </tr> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">int</td> <td>错误码:<code>0</code>获取成功<code>65535</code>请求超时</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li> </li> </ul>

页面列表

ITEM_HTML