修改识别模式

This commit is contained in:
2026-05-19 15:22:44 +08:00
parent 45828c7e9b
commit 066334932f
11 changed files with 535 additions and 165 deletions

View File

@@ -63,7 +63,7 @@ interface ApiService {
suspend fun getMessage(): GetCodeBean<List<MessageGroup>>
/**
* 获取设备信息
* 修改设备信息
*/
@PUT("/app/updateDeviceInfo")
suspend fun updateDeviceInfo(@Body deviceBean: DeviceBean): GetCodeBean<DeviceBean>