pls_update_anchor
pls_update_anchorUpdate anchor entity details (coordinates, status, code, location) in the PLS positioning system. Requires confirmation.
Instructions
【🔧 管理】更新基站实体。
参数:
confirm: 二次确认(必填),必须传 "确认"
根据实体类型传入对应字段
返回: {success: true/false, entity: 实体名称, action: 操作类型}
提示: 确认+只传需改字段
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X坐标 | |
| y | No | Y坐标 | |
| id | No | 基站ID(更新/删除时必填,长整型以字符串传入) | |
| mapId | No | 所属地图ID | |
| status | No | 状态: 0-在线, 1-离线 | |
| confirm | Yes | ⚠️ 写操作需二次确认,必须传 "确认" | |
| anchorCode | No | 基站编码 | |
| anchorLocation | No | 安装位置描述 |