运营商-更新
<p><strong>简要描述:</strong> </p>
<ul>
<li>运营商-更新</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/admin/operator/update</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<pre><code>{
"id":7,
"operatorName":"test",
"shortName":"test",
"operatorType":1,
"masterFlag":1,
"wxAppName":"aaaaabbb",
"unifiedCreditCode":"aaaaabb",
"contactPerson":"aaaabb",
"contactPhone":"1233454",
"servicePhone":"123454",
"address":"111111",
"url":"111111",
"postalCode":"11111",
"payUuid":"11111",
"smsId":1,
"payId":1
}</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 3005,
"msg": "运营商名称已存在",
"data": null
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>