注销-取消
<p><strong>简要描述:</strong> </p>
<ul>
<li>取消之前提交的注销申请</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/api/v1/user/destroy-cancel</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>身份验证: </strong></p>
<p><code>是</code></p>
<p><strong>返回示例</strong></p>
<pre><code># 成功
{
&quot;code&quot;: 0,
&quot;message&quot;: &quot;注销申请提交成功&quot;,
&quot;data&quot;: []
}
# 失败
{
&quot;code&quot;: 422,
&quot;message&quot;:&quot;撤销申请时间已过, 该账号已注销&quot;,
&quot;data&quot;:[]
}</code></pre>