删除数据
POST
/myauth/web/delData条件全部留空,等于全部删除
请求参数
Header 参数
token
string
必需
登录成功后返回的token
示例值:
123
Body 参数application/json
type
string
上报类型
模糊匹配
content
string
上报内容
模糊匹配
ip
string
上报ip
模糊匹配
addTime
integer
上报时间
10位时间戳,模糊匹配
device_info
string
设备信息
模糊匹配
device_code
string
机器码
模糊匹配
fromSoftId
integer
所属软件id
fromVerId
integer
所属版本id
示例
{
"type": null,
"content": null,
"ip": null,
"addTime": null,
"fromSoftId": null,
"fromVerId": null,
"device_info": null,
"device_code": null
}
示例代码
返回响应
成功(200)
错误(500)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
success
boolean
必需
msg
string
必需
sign
string
必需
result
null
必需
timestamp
integer
必需
示例成功示例
{
"code": 200,
"success": true,
"msg": "成功删除 2 条数据",
"sign": "",
"result": null,
"timestamp": 1646316335378
}
最后修改时间: 3 年前