编辑下载码
<pre><code class="language-text">编辑下载码</code></pre>
<h4>接口状态</h4>
<blockquote>
<p>已完成</p>
</blockquote>
<h4>接口URL</h4>
<blockquote>
<p><a href="http://192.168.2.103:8000/admin/rs_course/downloads/{id">http://192.168.2.103:8000/admin/rs_course/downloads/{id</a>}</p>
</blockquote>
<h4>请求方式</h4>
<blockquote>
<p>PUT</p>
</blockquote>
<h4>Content-Type</h4>
<blockquote>
<p>json</p>
</blockquote>
<h4>请求Body参数</h4>
<pre><code class="language-javascript">{
'code':'4211111',
'url':'https://web.youyi800.com/index.html?tid=1&yid=4|342|346|358'
}</code></pre>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>参数类型</th>
<th>参数描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>4216102</td>
<td>Text</td>
<td>下载码</td>
</tr>
<tr>
<td>url</td>
<td><a href="https://web.youyi800.com/index.html">https://web.youyi800.com/index.html</a></td>
<td>Text</td>
<td>下载码链接地址</td>
</tr>
</tbody>
</table>
<h4>预执行脚本</h4>
<pre><code class="language-javascript">暂无预执行脚本</code></pre>
<h4>后执行脚本</h4>
<pre><code class="language-javascript">暂无后执行脚本</code></pre>
<h4>成功响应示例</h4>
<pre><code class="language-javascript">{
"resCode": 0,
"resMsg": "修改成功!",
"data": []
}</code></pre>