模块查询接口
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>模块查询接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>center/operation/res/pc/module/prodcut/List</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get </li>
</ul>
<h5>参数</h5>
<p>无</p>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;操作成功&quot;,
&quot;data&quot;: [
{
&quot;moduleId&quot;: 1,
&quot;moduleName&quot;: &quot;测试&quot;,
&quot;typeSet&quot;: 1,
&quot;typeDetails&quot;: &quot;1,2,3&quot;,
&quot;showLine&quot;: null,
&quot;sort&quot;: 2,
&quot;moduleProductList&quot;: [
{
&quot;productId&quot;: null,
&quot;productName&quot;: null,
&quot;continentId&quot;: 1,
&quot;continentName&quot;: &quot;亚洲&quot;,
&quot;centerModuleProductList&quot;: [
{
&quot;id&quot;: 1,
&quot;productName&quot;: &quot;1129中国&quot;,
&quot;tagName&quot;: null,
&quot;countryId&quot;: 34,
&quot;countryName&quot;: &quot;中国&quot;,
&quot;countryLogo&quot;: &quot;https://immigrant-test.oss-cn-beijing.aliyuncs.com/egupfile/3292755087311821687743987550.jpeg&quot;,
&quot;continentId&quot;: 1,
&quot;cycleStart&quot;: 1,
&quot;cycleEnd&quot;: 12,
&quot;cycleUnit&quot;: 3,
&quot;investmentPrice&quot;: 88888888.00,
&quot;language&quot;: null,
&quot;languageTypeId&quot;: null,
&quot;languageScore&quot;: null,
&quot;degree&quot;: null,
&quot;hotNum&quot;: 1,
&quot;actualHotNum&quot;: 2,
&quot;allhotNum&quot;: null,
&quot;price&quot;: null
}
]
},
{
&quot;productId&quot;: null,
&quot;productName&quot;: null,
&quot;continentId&quot;: 2,
&quot;continentName&quot;: &quot;非洲&quot;,
&quot;centerModuleProductList&quot;: []
},
{
&quot;productId&quot;: null,
&quot;productName&quot;: null,
&quot;continentId&quot;: 3,
&quot;continentName&quot;: &quot;北美洲&quot;,
&quot;centerModuleProductList&quot;: []
}
],
&quot;productList&quot;: null
},
{
&quot;moduleId&quot;: 2,
&quot;moduleName&quot;: &quot;测试2&quot;,
&quot;typeSet&quot;: 2,
&quot;typeDetails&quot;: null,
&quot;showLine&quot;: null,
&quot;sort&quot;: 3,
&quot;moduleProductList&quot;: null,
&quot;productList&quot;: [
{
&quot;id&quot;: 2,
&quot;productName&quot;: &quot;1129美国-new&quot;,
&quot;tagName&quot;: null,
&quot;countryId&quot;: 10,
&quot;countryName&quot;: &quot;美国&quot;,
&quot;countryLogo&quot;: &quot;https://immigrant-test.oss-cn-beijing.aliyuncs.com/egupfile/5909297484619651700030207195.jpg&quot;,
&quot;continentId&quot;: 3,
&quot;cycleStart&quot;: 1,
&quot;cycleEnd&quot;: 12,
&quot;cycleUnit&quot;: 3,
&quot;investmentPrice&quot;: 55555.00,
&quot;language&quot;: null,
&quot;languageTypeId&quot;: null,
&quot;languageScore&quot;: null,
&quot;degree&quot;: null,
&quot;hotNum&quot;: null,
&quot;actualHotNum&quot;: null,
&quot;allhotNum&quot;: null,
&quot;price&quot;: null
}
]
}
]
}</code></pre>
<h5>返回参数说明</h5>
<p>当typeSet为 1时 取直 moduleProductList (对大洲做了分类详细接口解读 内包含产品列表 参考yapi)
当typeSet为 2时 取直 productList(直接为产品对象列表)</p>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>