资源发送到邮箱
<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/api/rs_course/sendmail">http://192.168.2.103:8000/api/rs_course/sendmail</a></p>
</blockquote>
<h4>请求方式</h4>
<blockquote>
<p>POST</p>
</blockquote>
<h4>Content-Type</h4>
<blockquote>
<p>json</p>
</blockquote>
<h4>请求Body参数</h4>
<pre><code class="language-javascript">{
'email':'1027160102@qq.com',
'name':'21春《新领程》八英下作业课件(RJ通用)',
'url':'11'
}</code></pre>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>参数类型</th>
<th>参数描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>email</td>
<td>agasgads</td>
<td>Text</td>
<td>电子邮箱,比如 example@qq.com</td>
</tr>
<tr>
<td>name</td>
<td>21春《新领程》八英下作业课件(RJ通用)</td>
<td>Text</td>
<td>资源名称</td>
</tr>
<tr>
<td>url</td>
<td><a href="https://xz.youyi800.com/优翼/web/21c/03yy/21春《新领程》八英下作业课件(RJ通用).zip">https://xz.youyi800.com/优翼/web/21c/03yy/21春《新领程》八英下作业课件(RJ通用).zip</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>