获取试卷信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://域名/WebApi/course/GetPaper</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<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;">courseid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>课程ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>
{
"Paperlist":[
{
"PaperUrl":"http://localhost/paper#/?paperid=211",
"PaperTitle":"01"
},
{
"PaperUrl":"http://localhost/paper#/?paperid=218",
"PaperTitle":"注册01"
},
{
"PaperUrl":"http://localhost/paper#/?paperid=139",
"PaperTitle":"01美术考试手动自主"
},
{
"PaperUrl":"http://localhost/paper#/?paperid=160",
"PaperTitle":"01初级试卷"
},
{
"PaperUrl":"http://localhost/paper#/?paperid=142",
"PaperTitle":"会计证随机组卷01"
},
{
"PaperUrl":"http://localhost/paper#/?paperid=166",
"PaperTitle":"01"
},
{
"PaperUrl":"http://localhost/paper#/?paperid=141",
"PaperTitle":"01会计证练习-手动"
}
],
"result":true
}</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;">PaperUrl</td>
<td style="text-align: left;">string</td>
<td>试卷做题链接地址</td>
</tr>
<tr>
<td style="text-align: left;">PaperTitle</td>
<td style="text-align: left;">string</td>
<td>试卷标题</td>
</tr>
<tr>
<td style="text-align: left;">result</td>
<td style="text-align: left;">int</td>
<td>返回状态</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>