删除说说
<p><strong>简要描述:</strong> </p>
<ul>
<li>删除说说(写)</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;">sayId</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>{
&quot;modular&quot;: &quot;writeSquareSay&quot;,
&quot;param&quot;: {
&quot;authKey&quot;: &quot;5C42473DD62B46A7E053C208A8C08B5B&quot;,
&quot;dtype&quot;: &quot;2&quot;,
&quot;secretKey&quot;: &quot;70F92A9749575CF01C11B6BBD66308BE&quot;,
&quot;timeStamp&quot;: &quot;1516780235381&quot;,
&quot;userKey&quot;: &quot;6262A9F8F63976A4E0538C06030A6B0C&quot;,
&quot;uuid&quot;: &quot;4cdb83916aca4dc5a0b672c00ede891a&quot;,
&quot;sayId&quot;:&quot;FF8D47E3B242459ABD763CBA20D8A643&quot;
},
&quot;requestname&quot;: &quot;delSay&quot;,
&quot;version&quot;: &quot;1.0&quot;
}
</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> {
&quot;result&quot;: &quot;&quot;,
&quot;resultcode&quot;: &quot;0&quot;,
&quot;resultdesc&quot;: &quot;success&quot;
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>