删除数据
DELETE
localhost:3000/users/delete
接口描述
用户对数据进行删除设置
请求参数
参数名
类型
描述
必填
id
number
【必选】选择id,对id匹配到的相应数据进行删除
必填