运营商-查看详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>运营商-查看详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/admin/operator/info</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<pre><code>id
(param)</code></pre>
<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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Long</td>
<td>运营商ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 0,
"msg": "success",
"data": {
"id": 8,
"operatorName": "test",
"shortName": "test",
"operatorType": 1,
"masterFlag":1,
"unifiedCreditCode": "aaaaa",
"wxAppName": "aaaaa",
"contactPerson": "aaaa",
"contactPhone": "1233454",
"servicePhone": "123454",
"address": "111111",
"url": "111111",
"postalCode": "11111",
"delFlag": 0,
"remark": null,
"createBy": "admin",
"createTime": "2019-07-18 11:21:32",
"updateBy": null,
"updateTime": null,
"smsId": 1,
"smsName": null,
"payId": 1,
"payName": null
}
}</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>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>