经营类目查询详情
<p><strong>简要描述:</strong></p>
<ul>
<li>经营类目查询详情接口</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>/basic_data/mng/category/categoryDetail.do</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>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td>是</td>
<td>Integer</td>
<td>主键</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code class="language-json">{
"hd": {
"respCode": "000000",
"respMsg": "成功"
},
"body": {
"id": 1,
"categoryName": "美食",
"type": 1,
"createTime": "2018-09-26 20:00:28",
"creator": "default",
"modifiedTime": "2018-09-26 20:00:28",
"modifier": "default"
}
}</code></pre>
<ul>
<li>返回值说明</li>
</ul>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">categoryName</td>
<td>是</td>
<td>String</td>
<td>经营类目</td>
</tr>
<tr>
<td style="text-align: left;">type</td>
<td>是</td>
<td>Byte</td>
<td>类型(1-支付宝,2-微信,3-微众)</td>
</tr>
</tbody>
</table>