[6.2.0]主动录包修改

This commit is contained in:
xuxinchao
2023-11-23 14:27:25 +08:00
parent ffc746fecd
commit d615261301
3 changed files with 56 additions and 11 deletions

View File

@@ -67,4 +67,14 @@ object CallerDevaToolsNetManager: CallerBase<BadCaseNetListener>() {
}
}
/**
* 主动录包上传Cos桶成功回调
*/
fun invokeUploadCosSuccess(cosUrl: String){
M_LISTENERS.forEach{
val listener = it.value
listener.onUploadCosSuccess(cosUrl)
}
}
}