前台分类
<p><strong>简要描述:</strong> </p>
<ul>
<li>前台分类接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://127.0.0.1:8080/api/store/app/appCall?jsonParam={"opeType":"getFrontCategorys","map":{}}</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"categoryList": [
{
"cateUrl": "http://http://www.ejomoo.com/items/taozhuang.htm",
"categoryName": "套装专区",
"categoryNo": "",
"categoryNote": "套装专区",
"definedCategoryUrl": "taozhuang",
"enCategoryName": null,
"fullpath": "001014000000000000000000000000000",
"icon": "",
"iconPath": "",
"parentUuid": "systemUUid",
"position": 1,
"priceSpace": null,
"seoDescription": null,
"seoKeyWords": null,
"state": null,
"subCategoryList": null,
"uuid": "78936b8482fe4c8fbe99be84ad7ce918"
},
{
"cateUrl": "http://test.jomoo.com.cn/items/c7c5c4fef7be4ccfa3a6d308b96dc96f.htm",
"categoryName": "服务&配件",
"categoryNo": "",
"categoryNote": "管家服务",
"definedCategoryUrl": "",
"enCategoryName": null,
"fullpath": "001012000000000000000000000000000",
"icon": "",
"iconPath": "",
"parentUuid": "systemUUid",
"position": 15,
"priceSpace": null,
"seoDescription": null,
"seoKeyWords": null,
"state": null,
"subCategoryList": null,
"uuid": "c7c5c4fef7be4ccfa3a6d308b96dc96f"
}
],
"message": "成功",
"return_code": "0"
}</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;">categoryList</td>
<td style="text-align: left;">list</td>
<td>分类集合</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>