商品分类
<p><strong>简要描述:</strong></p>
<ul>
<li>商品分类列表</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>http://www.test.damaicheng.com/index.php?r=goodsapi/category</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;">kehuid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>客户id</td>
</tr>
<tr>
<td style="text-align: left;">custom</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>是否返回自定义分类,默认不传返回全部,1返回自定义分类,其他值返回大麦城分类</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> [
{
"cat_id":20,
"cat_name":"\u8fd0\u52a8\u6237\u5916",
"c1":"yundonghuwai-20",
"img_url": "http://dmc-proimg.damaicheng.com/activity/2021_01_07/b6b01e399554f9ebe084b5f3576436b8.png",
"sonType":[
{
"cat_id":34,
"cat_name":"\u6237\u5916\u88c5\u5907",
"c2":"huwaizhuangbei-34",
"img_url": "http://dmc-proimg.damaicheng.com/activity/2021_01_07/b6b01e399554f9ebe084b5f3576436b8.png",
},
{
"cat_id":58,
"cat_name":"\u5065\u8eab\u8bad\u7ec3",
"c2":"jianshenxunlian-58",
"img_url": "",
}
]
},
{
"cat_id":21,
"cat_name":"\u793c\u54c1\u7bb1\u5305",
"c1":"lipinxiangbao-21",,
"img_url": "",
"sonType":[
{
"cat_id":29,
"cat_name":"\u65b0\u5947\u7279\u793c\u54c1",
"c2":"xinqitelipin-29",
"img_url": "",
}
]
}
]
</code></pre>