业务代码枚举
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询业务代码枚举接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://ip:port/spm/order/pmBunOfferUpdate/querySpServiceList</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>
<tr>
<td style="text-align: left;">spCodeList</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">List<String></td>
<td>企业编码</td>
</tr>
<tr>
<td style="text-align: left;">operateType</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>add:添加上架设置 update:修改上架设置</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"result": {
"resultCode": "8000000000",
"resultMessage": null
},
"spSerivceObj": {
"2000": [
{
"operatorCode": "1200",
"operatorName": "test"
}
],
"698038": [
{
"operatorCode": "ZH100001",
"operatorName": "大站包"
}
]
}
}</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;">operatorCode</td>
<td style="text-align: left;">String</td>
<td>业务编码</td>
</tr>
<tr>
<td style="text-align: left;">operatorName</td>
<td style="text-align: left;">String</td>
<td>业务名称</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p><strong>接口人</strong> </p>
<ul>
<li>吕晶</li>
</ul>
<p>欢迎使用ShowDoc!</p>