我的产区-我的项目-取消预约
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>取消已预约的项目</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xgkj.hljnyxx.com/dongnongBackend/index.php//Home/Project/cancelProject</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">projectId</td>
<td style="text-align: left;">是</td>
<td>项目 ID</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;删除成功&quot;,
&quot;data&quot;: [
]
}</code></pre>
<h5>备注</h5>
<ul>
<li>在取消预约前提醒用户是否继续这样操作</li>
</ul>