订单选择列表查询-运营商列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>运营商列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/partner/v1/brandNameList</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>必填参数</h5>
<pre><code>{
&quot;order_type&quot;: &quot;1&quot;
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot;: [
{
&quot;brand_name&quot;: &quot;北方电网&quot;, # 运营商名称
&quot;order_type_title&quot;: &quot;&quot;,
&quot;order_status_title&quot;: &quot;&quot;
},
{
&quot;brand_name&quot;: &quot;1&quot;,
&quot;order_type_title&quot;: &quot;&quot;,
&quot;order_status_title&quot;: &quot;&quot;
},
{
&quot;brand_name&quot;: &quot;&quot;,
&quot;order_type_title&quot;: &quot;&quot;,
&quot;order_status_title&quot;: &quot;&quot;
},
{
&quot;brand_name&quot;: &quot;电信&quot;,
&quot;order_type_title&quot;: &quot;&quot;,
&quot;order_status_title&quot;: &quot;&quot;
},
{
&quot;brand_name&quot;: &quot;移动&quot;,
&quot;order_type_title&quot;: &quot;&quot;,
&quot;order_status_title&quot;: &quot;&quot;
},
{
&quot;brand_name&quot;: &quot;联通&quot;,
&quot;order_type_title&quot;: &quot;&quot;,
&quot;order_status_title&quot;: &quot;&quot;
}
],
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;数据获取成功&quot;
}</code></pre>
<h5>返回参数说明</h5>
<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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>