[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 eff64e72dc
commit b2aeb45b0e
71 changed files with 84 additions and 126 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) {