经营类目添加
<p><strong>简要描述:</strong></p>
<ul>
<li>经营类目添加接口</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>/basic_data/mng/category/addCategory.do</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>必选</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>
<tr>
<td style="text-align: left;">creator</td>
<td>否</td>
<td>String</td>
<td>创建人</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code class="language-json">{
"hd": {
"respCode": "000000",
"respMsg": "成功"
},
"body": null
}</code></pre>