eda_sys_environment_get_user_info
Retrieve the current user's account details, including username, nickname, avatar, UUID, and customer code, from the EDA environment to identify the active user.
Instructions
sys_Environment.getUserInfo() -> { username?: string; nickname?: string; avatar?: string; uuid?: string; customerCode?: string } 获取用户信息 returns: 用户信息
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |