综合开放平台

open platform


3. 专家列表-分页

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>获取专家列表(分页)</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://127.0.0.1:48080/server/open/expert/base-info/page?pageNo=1&amp;amp;pageSize=10&amp;amp;typeId=1</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>参数</h5> <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;">typeId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>分类ID</td> </tr> <tr> <td style="text-align: left;">pageNo</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>当前页</td> </tr> <tr> <td style="text-align: left;">pageSize</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>每页数量</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 0,     &amp;quot;data&amp;quot;: {         &amp;quot;list&amp;quot;: [             {                 &amp;quot;id&amp;quot;: 128,                 &amp;quot;name&amp;quot;: &amp;quot;专家1号&amp;quot;,                 &amp;quot;typeIds&amp;quot;: [                     &amp;quot;141&amp;quot;                 ],                 &amp;quot;career&amp;quot;: &amp;quot;农技师&amp;quot;,                 &amp;quot;workplace&amp;quot;: &amp;quot;江西农业大学&amp;quot;,                 &amp;quot;workingHours&amp;quot;: 1704038400000,                 &amp;quot;graduateSchool&amp;quot;: &amp;quot;江西农业大学&amp;quot;,                 &amp;quot;imagePhoto&amp;quot;: &amp;quot;http://124.225.163.144:9800/open/dbbadd385c23da23208a2163e576590262a7cc186208e090c651e68fff61b22c.jpg&amp;quot;,                 &amp;quot;introduceYourself&amp;quot;: &amp;quot;&amp;lt;p&amp;gt;江西农业大学毕业,担任博士生导师&amp;lt;/p&amp;gt;&amp;quot;,                 &amp;quot;qualifications&amp;quot;: [                     {                         &amp;quot;uid&amp;quot;: &amp;quot;1708164897166&amp;quot;,                         &amp;quot;name&amp;quot;: &amp;quot;荣誉证书测试.jpg&amp;quot;,                         &amp;quot;url&amp;quot;: &amp;quot;http://124.225.163.144:9800/open/024f9b4f295fdba8922a1874ce93c8c7f32db35848fda4ccd80573b2ac8e669a.jpg&amp;quot;,                         &amp;quot;status&amp;quot;: &amp;quot;success&amp;quot;                     }                 ],                 &amp;quot;presentationOfTheResults&amp;quot;: &amp;quot;&amp;lt;p&amp;gt;暂无学术成果&amp;lt;/p&amp;gt;&amp;quot;,                 &amp;quot;contactNumber&amp;quot;: &amp;quot;13000000001&amp;quot;,                 &amp;quot;authenticationId&amp;quot;: null,                 &amp;quot;typeNames&amp;quot;: [                     &amp;quot;水果 &amp;gt; 芒果&amp;quot;                 ],                 &amp;quot;responseRate&amp;quot;: &amp;quot;50.00%&amp;quot;             }         ],         &amp;quot;total&amp;quot;: 46     },     &amp;quot;msg&amp;quot;: &amp;quot;&amp;quot; }</code></pre> <h5>返回参数说明</h5> <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;">id</td> <td style="text-align: left;">int</td> <td>专家ID</td> </tr> <tr> <td style="text-align: left;">career</td> <td style="text-align: left;">String</td> <td>职位</td> </tr> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">String</td> <td>专家名称</td> </tr> <tr> <td style="text-align: left;">imagePhoto</td> <td style="text-align: left;">String</td> <td>形象照</td> </tr> <tr> <td style="text-align: left;">typeNames</td> <td style="text-align: left;">Array</td> <td>专家分类</td> </tr> <tr> <td style="text-align: left;">workplace</td> <td style="text-align: left;">String</td> <td>工作单位</td> </tr> <tr> <td style="text-align: left;">responseRate</td> <td style="text-align: left;">string</td> <td>回复率</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML