Commit a71b15e3 by ydl

修复上传异常逻辑

parent 381ea98e
...@@ -1103,7 +1103,7 @@ class AudioHomeActivity : ...@@ -1103,7 +1103,7 @@ class AudioHomeActivity :
fun uploadExceptionStatus(msg: String, status: Int) { fun uploadExceptionStatus(msg: String, status: Int) {
callStatus = status callStatus = status
uploadException(msg, callback = null) uploadException(msg, zhu = "zhu", eventType = "108", callback = null)
} }
/** /**
......
...@@ -869,7 +869,7 @@ class ConsultantAudioHomeActivity : ...@@ -869,7 +869,7 @@ class ConsultantAudioHomeActivity :
fun uploadExceptionStatus(msg: String, status: Int) { fun uploadExceptionStatus(msg: String, status: Int) {
callStatus = status callStatus = status
uploadException(msg) uploadException(msg, zhu = "zhu", eventType = "108")
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment