[6.0.0] code opt and update sdk of aicloud , map , plus kotlin union

This commit is contained in:
zhongchao
2023-08-25 13:30:43 +08:00
parent e32f2c5f0a
commit 22ec53bb2f
73 changed files with 91 additions and 159 deletions

View File

@@ -84,7 +84,7 @@ class Request<T> {
} catch (e: Exception) {
e.printStackTrace()
//数据打点
if (e == null) {
if (e.message == null) {
onError?.invoke(NULL_EXCEPTION)
}
when (e) {