[6.6.0]接管记录
This commit is contained in:
@@ -48,7 +48,7 @@ object CallerTakeOverManager {
|
||||
/**
|
||||
* 获取接管记录列表
|
||||
*/
|
||||
suspend fun getAllRecord(context: Context): List<TakeOverRecordInfo>{
|
||||
suspend fun getAllRecord(context: Context): MutableList<TakeOverRecordInfo>{
|
||||
return providerApi.getAllRecord(context)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user