pls_delete_anchor
pls_delete_anchorDeletes anchor entities from the PLS system. Requires confirmation and a list of entity IDs. This action cannot be undone.
Instructions
【🔧 管理】删除基站实体。
参数:
confirm: 二次确认(必填),必须传 "确认"
ids: ID数组(必填),要删除的实体ID列表
根据实体类型传入对应字段
返回: {success: true/false, entity: 实体名称, action: 操作类型}
提示: 删除不可撤销!
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X坐标 | |
| y | No | Y坐标 | |
| id | No | 基站ID(更新/删除时必填,长整型以字符串传入) | |
| ids | Yes | 要删除的实体ID列表(长整型以字符串传入) | |
| mapId | No | 所属地图ID | |
| status | No | 状态: 0-在线, 1-离线 | |
| confirm | Yes | ⚠️ 写操作需二次确认,必须传 "确认" | |
| anchorCode | No | 基站编码 | |
| anchorLocation | No | 安装位置描述 |