删除活动
<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;">activityId</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;version&quot;: &quot;1.0&quot;,
&quot;modular&quot;: &quot;wactivitywap&quot;,
&quot;requestname&quot;: &quot;deleteActivityWap&quot;,
&quot;param&quot;: {
&quot;authKey&quot;: &quot;0&quot;,
&quot;userKey&quot;: &quot;0&quot;,
&quot;timeStamp&quot;: &quot;3423452353454&quot;,
&quot;secretKey&quot;: &quot;1233&quot;,
&quot;uuid&quot;: &quot;545&quot;,
&quot;dtype&quot;: &quot;2&quot;,
&quot;activityId&quot;: &quot;AC6BAF05C1B34FF1B14C65D279B9013F&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>|resultcode/resultdesc |String |0成功/其它返回错误信息(0002,已收藏过该商家) |</p>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;resultcode&quot;: &quot;0&quot;,
&quot;resultdesc&quot;:&quot;可以自己选择描述,叫接口改&quot;,
&quot;result&quot;: {
&quot;collectId&quot;: &quot;&quot;
}
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>