优学派可以批改通知接口
<p><strong>接口介绍: </strong>
优学派可以批改通知接口</p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://cloud-api1.51wanxue.com/api-cloud/correct/correctNotice?securityId={securityId}&amp;token={token}</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>请求参数:</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>token</td>
<td>是</td>
<td>string</td>
<td>请求token [如何获取token](<a href="https://www.showdoc.com.cn/visiontalk/2458007396933681">https://www.showdoc.com.cn/visiontalk/2458007396933681</a> "如何获取token")</td>
</tr>
<tr>
<td>securityId</td>
<td>是</td>
<td>string</td>
<td>书本唯一标识</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;ok&quot;,
&quot;data&quot;: null
}
</code></pre>