[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

@@ -33,4 +33,9 @@ interface BadCaseNetListener {
* 被动录包请求错误回调
*/
fun onPassiveError(){}
/**
* 录包上传Cos成功回调
*/
fun onUploadCosSuccess(cosUrl: String){}
}