### **1、item請求參數:**
| item值 | API請求方式 | 是否必須 |
| --- | --- | --- |
| delete | POST/GET | 是 |
* * *
### **2、查詢請求參數**
| 參數值 | 參數說明 | 示例 | 是否必須 |
| --- | --- | --- | --- |
| business\_code | 進度查詢編碼 | / | 是 |
* * *
### **3、返回結果:**
~~~
操作成功返回:{"code":1,"msg":"操作成功"}
失敗返回:{"code":0,"msg":"詳細原因"}
~~~