修改市政推送绑定
<p><strong>简要描述:</strong> </p>
<ul>
<li>修改市政推送绑定</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/municipal/bind/update</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<pre><code>{
"id":1,
"name": "测试",
"municipalList": [
{
"municipalId": 1
},
{
"municipalId": 2
},
{
"municipalId": 3
}
],
"stationList": [
{
"stationId": 1
},
{
"stationId": 2
},
{
"stationId": 3
}
]
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 0,
"msg": "success",
"data": null
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>