app城市圈编辑标签2.0
<p><strong>简要描述:</strong> </p>
<ul>
<li>app城市圈编辑标签</li>
</ul>
<p><strong>作者:</strong> </p>
<ul>
<li>黄丹明</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>xtwl_write_interface/cmd</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;">custId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>客户id</td>
</tr>
<tr>
<td style="text-align: left;">typeId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>标签id</td>
</tr>
<tr>
<td style="text-align: left;">flag</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>1新增2删除</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code>{
"modular":"writeSquareSay",
"param":{
"authKey":"0",
"custId":"44CFF4486FD84E7F8D09DCAEDAEAB268",
"typeId":"785260FFB95762ECE053161EA8C0A553",
"dtype":"5",
"flag":"1",
"secretKey":"48A752930B72112318B5CE1F4B253F43",
"timeStamp":"1539584610537",
"userKey":"44CFF4486FD84E7F8D09DCAEDAEAB268",
"uuid":"de4a1e7e3a4e4edeab6fdf83bb383eb1"
},
"requestname":"updateUserTypeList",
"version":"1.0"
}</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>
<pre><code> {
"resultcode": "0",
"resultdesc": "编辑成功"
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>