取消赢积分图标显示2.0
<p><strong>简要描述:</strong> </p>
<ul>
<li>城市圈首页赢积分图标取消显示(写)
说说列表中isShow字段为1时调接口</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>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code>{
"modular": "writeSquareSay",
"param": {
"authKey": "5C42473DD62B46A7E053C208A8C08B5B",
"custId": "44CFF4486FD84E7F8D09DCAEDAEAB268",
"dtype": "2",
"secretKey": "70F92A9749575CF01C11B6BBD66308BE",
"timeStamp": "1516780235381",
"userKey": "76209E3910AB700EE053161EA8C06DD2",
"uuid": "4cdb83916aca4dc5a0b672c00ede891a"
},
"requestname": "closeSquareIcon ",
"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>{
"result": "",
"resultcode": "0",
"resultdesc": "success"
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>