Commit 656430e6 by YKai

feat:增加日志上传,组件升级

parent 27a67980
...@@ -5,7 +5,7 @@ ext { ...@@ -5,7 +5,7 @@ ext {
ydlPublishVersion = [ ydlPublishVersion = [
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
//第三步 若干 //第三步 若干
"m-confide" : "0.0.48.75", "m-confide" : "0.0.48.77",
"m-consultant" : "0.0.59.36", "m-consultant" : "0.0.59.36",
"m-fm" : "0.0.30.00", "m-fm" : "0.0.30.00",
"m-user" : "0.0.60.29", "m-user" : "0.0.60.29",
...@@ -40,7 +40,7 @@ ext { ...@@ -40,7 +40,7 @@ ext {
"ydl-webview" : "0.0.38.33", "ydl-webview" : "0.0.38.33",
"ydl-media" : "0.0.21.6", "ydl-media" : "0.0.21.6",
"ydl-pay" : "0.0.18.13", "ydl-pay" : "0.0.18.13",
"m-audioim" : "0.0.49.29.7", "m-audioim" : "0.0.49.29.9",
"ydl-flutter-base": "0.0.14.19", "ydl-flutter-base": "0.0.14.19",
//以下 几乎不会动 //以下 几乎不会动
...@@ -89,7 +89,7 @@ ext { ...@@ -89,7 +89,7 @@ ext {
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
//第三步 若干 //第三步 若干
"m-confide" : "0.0.41.4", "m-confide" : "0.0.41.6",
"m-consultant" : "0.0.51.16", "m-consultant" : "0.0.51.16",
"m-fm" : "0.0.23.5", "m-fm" : "0.0.23.5",
"m-user" : "0.0.41.8", "m-user" : "0.0.41.8",
...@@ -121,7 +121,7 @@ ext { ...@@ -121,7 +121,7 @@ ext {
"ydl-webview" : "0.0.38.32", "ydl-webview" : "0.0.38.32",
"ydl-media" : "0.0.21.6", "ydl-media" : "0.0.21.6",
"ydl-pay" : "0.0.18.11", "ydl-pay" : "0.0.18.11",
"m-audioim" : "0.0.49.29.7", "m-audioim" : "0.0.49.29.9",
"ydl-flutter-base": "0.0.14.19", "ydl-flutter-base": "0.0.14.19",
//以下 几乎不会动 //以下 几乎不会动
......
...@@ -243,6 +243,7 @@ class YDLavManager { ...@@ -243,6 +243,7 @@ class YDLavManager {
when (agoraInvitationBean.callType) { when (agoraInvitationBean.callType) {
"1" -> { "1" -> {
writeAgoraLog("1收到云信消息通知电话", FILE_NAME) writeAgoraLog("1收到云信消息通知电话", FILE_NAME)
LogHelper.getInstance().uploadLog(false)
receivedCall(agoraInvitationBean.data, "来自云信") receivedCall(agoraInvitationBean.data, "来自云信")
} }
"2" -> { "2" -> {
......
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