🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 服务事项删除 >**author:** 娄春阳 >**date:** 2022-04-18 > **url:** /mtserviematters/mtServiceMattersInfo/delete ***** > **请求类型:**DELETE ***** > **传入参数:** > | 序号 | 字段名 | 字段中文 | 数据类型 | 是否必填 | 备注 | > | --- | --- | --- | --- | --- | --- | > |1 |id|字段 |String |是 | | ********** >**返回参数**: > | 序号 | 字段名 | 字段中文 | 数据类型 | 是否必填 | 备注 | > | --- | --- | --- | --- | --- | --- | > |1|code|返回代码|integer(int32)|integer| > |2|message|返回处理消息|string|| > |3|result|返回数据对象|object|| > |4|success|成功标志|boolean|true 成功 false失败| > |5|timestamp|时间戳|integer(int64)|| **响应示例**: ```javascript { "code": 0, "message": "", "result": "", "success": true, "timestamp": 0 } ```