ViplexCore

ViplexCore SDK


停止下载

<p><strong>简要描述:</strong> </p> <ul> <li>停止线上升级包下载的接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>void nvStopDownloadUpgradeFileAsync(const string &amp;data, ExportViplexCallback callback)</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li> </li> </ul> <p><strong>Header:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">Header名</th> <th style="text-align: left;">是否必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">必选</td> <td style="text-align: left;">string</td> <td>请求的JSON参数,参数示例和字段描述详见<code>请求参数示例</code>和<code>参数</code></td> </tr> <tr> <td style="text-align: left;">callback</td> <td style="text-align: left;">必选</td> <td style="text-align: left;">ExportViplexCallback</td> <td>接收返回值的回调函数</td> </tr> </tbody> </table> <p><strong>请求参数示例</strong></p> <pre><code>""</code></pre> <p><strong>返回示例</strong></p> <pre><code>"{"error_code":0, "data":""}"</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;">code</td> <td style="text-align: left;">int</td> <td>错误码:0</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li><code>code int 错误码:0 获取成功</code> result string 返回信息,返回值示例和字段描述详见<strong>返回示例</strong>和<strong>返回参数说明</strong></li> </ul>

页面列表

ITEM_HTML