修改识别模式
This commit is contained in:
@@ -63,7 +63,7 @@ interface ApiService {
|
||||
suspend fun getMessage(): GetCodeBean<List<MessageGroup>>
|
||||
|
||||
/**
|
||||
* 获取设备信息
|
||||
* 修改设备信息
|
||||
*/
|
||||
@PUT("/app/updateDeviceInfo")
|
||||
suspend fun updateDeviceInfo(@Body deviceBean: DeviceBean): GetCodeBean<DeviceBean>
|
||||
|
||||
Reference in New Issue
Block a user