获取电话咨询列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取电话咨询列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/School/GetMajorTelConsultList</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>Get </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;">major_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>专业编号</td>
</tr>
<tr>
<td style="text-align: left;">page_current</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>当前页 默认1</td>
</tr>
<tr>
<td style="text-align: left;">page_size</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>每页条数 默认5</td>
</tr>
</tbody>
</table>
<p><strong>header:</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;">access_token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>验签token</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 200,
&quot;msg&quot;:&quot;获取成功&quot;,
&quot;description&quot;: &quot;&quot;,
&quot;data&quot;: {
&quot;hasNextPage&quot;: false,
&quot;total&quot;: 1,
&quot;list&quot;: [
{
&quot;id&quot;: 1, //编号
&quot;student_id&quot;: 73, //学生编号
&quot;major_id&quot;: 7, //专业编号
&quot;head_portrait&quot;: &quot;https://xxkcimg.oss-cn-hangzhou.aliyuncs.com/portrait/22061824232740456.png&quot;, //头像
&quot;telephone&quot;: &quot;&quot;, //电话
&quot;name&quot;: &quot;百校5910&quot;, //学生姓名
&quot;sex&quot;: 1,
&quot;grade_name&quot;: &quot;七年级&quot;, //年级
&quot;rv_state&quot;: &quot;3&quot;, //意向度
&quot;rv_state_name&quot;: &quot;意向中&quot;,
&quot;is_new&quot;: 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;">code</td>
<td style="text-align: left;">int</td>
<td>200成功 其它失败</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取课程咨询列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/Course/GetCourseConsultList</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>Get </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;">course_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>课程编号</td>
</tr>
<tr>
<td style="text-align: left;">page_current</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>当前页 默认1</td>
</tr>
<tr>
<td style="text-align: left;">page_size</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>每页条数 默认5</td>
</tr>
</tbody>
</table>
<p><strong>header:</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;">access_token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>验签token</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 200,
&quot;msg&quot;:&quot;获取成功&quot;,
&quot;description&quot;: &quot;&quot;,
&quot;data&quot;: {
&quot;hasNextPage&quot;: false,
&quot;total&quot;: 1,
&quot;list&quot;: [
{
&quot;student_id&quot;: 79, //学生编号
&quot;course_id&quot;: 13, //课程编号
&quot;head_portrait&quot;: &quot;https://xxkcimg.oss-cn-hangzhou.aliyuncs.com/portrait/22061824232740456.png&quot;, //头像
&quot;telephone&quot;: &quot;&quot;, //联系方式
&quot;name&quot;: &quot;百校7172&quot;, //学生名字
&quot;sex&quot;: 1, //性别
&quot;grade_name&quot;: &quot;一年级&quot;,
&quot;rv_state&quot;: &quot;3&quot;, //意向度
&quot;rv_state_name&quot;: &quot;意向中&quot;
}
]
}
}</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>200成功 其它失败</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取学员备忘记录列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/Course/GetRemarkLogList</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>Get </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;">course_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>课程编号</td>
</tr>
<tr>
<td style="text-align: left;">student_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>学生编号</td>
</tr>
<tr>
<td style="text-align: left;">page_current</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>当前页 默认1</td>
</tr>
<tr>
<td style="text-align: left;">page_size</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>每页条数 默认5</td>
</tr>
</tbody>
</table>
<p><strong>header:</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;">access_token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>验签token</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 200,
&quot;msg&quot;:&quot;获取成功&quot;,
&quot;description&quot;: &quot;&quot;,
&quot;data&quot;: {
&quot;hasNextPage&quot;: false,
&quot;total&quot;: 1,
&quot;list&quot;: [
{
&quot;id&quot;: 46,
&quot;remark&quot;: &quot;1111111111111&quot;,
&quot;create_time&quot;: &quot;2024-09-28&quot;
}
]
}
}</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>200成功 其它失败</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>