管理端-逻辑删除终端配置
API路径:
idsp/api/sys/terminalconf/delLogic
请求类型:
HTTP POST
请求头:
Content-Type:application/json;charset=UTF-8
token:1305482d6ab4e59311d0494b2a1edb28
请求体:
json
{
"id": "终端id"
}
- 响应体:
json
{
"flag": 1,
"totalCount": 0,
"msg": null,
"data": 1,
"extraRes": null
}
- 请求体测试数据:
json
{
"id": "2988888d7e22fda6017e230356940005"
}
- 响应体测试数据:
json
{
"flag": 1,
"totalCount": 0,
"msg": null,
"data": 1,
"extraRes": null
}