agent-bigo/app
yjj38 f0339e7251 feat(ArmCloudApiClient): 新增设备列表查询功能并优化属性更新接口
- 新增 `getDeviceCodes` 方法,用于分页查询ARM设备列表并提取 `deviceCode`。该方法支持多种筛选条件,如实例分配状态、物理机状态、服务器编码等。
- 优化 `updateInstanceProperties` 方法:
    - 增加对 `padCodes` 参数重复项的校验。
    - 将 `padCodes` 的类型从 `JSONArray` 更改为 `new JSONArray(Arrays.asList(padCodes))`,以正确处理数组。
    - 完善了错误处理逻辑,对JSON构建、签名计算、接口返回错误码和响应解析失败等情况进行了更详细的日志记录和异常抛出。
    - 在接口请求成功后,增加了对响应体中 `code` 字段的校验,确保接口调用成功。
    - 将 `baseUrl` 设置为常量。
2025-07-09 19:38:31 +08:00
..
release refactor(retention): 重构项目并添加新功能 2025-07-09 17:04:18 +08:00
src feat(ArmCloudApiClient): 新增设备列表查询功能并优化属性更新接口 2025-07-09 19:38:31 +08:00
.gitignore init 2025-05-20 16:39:05 +08:00
agent_retention.jks feat(release): 新增签名配置并更新构建类型 2025-07-04 11:17:03 +08:00
build.gradle refactor(retention): 重构项目并添加新功能 2025-07-09 17:04:18 +08:00
lint-baseline.xml Add configuration files and remove redundant code 2025-05-30 12:24:32 +08:00
proguard-rules.pro init 2025-05-20 16:39:05 +08:00