## method: post ## path: index.php?route=account/planlist/deletePlanList ## param: ## { "id": "1" ## } ## type: json ## response: ## example: ### 状态码 含义 ### 6000 删除成功 ### 6001 删除失败 ### 6002 非法请求 ### 6003 参数不合法 / 没得到参数的值 ## { "status": "6000" ## }