revert(sdk-core): 回滚 serverUrl 回退 baseUrl 的临时补丁
服务端已修复 config.xuqm 始终写入 serverUrl, SDK 不再需要 serverUrl ?: baseUrl 的兼容逻辑。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
这个提交包含在:
父节点
cb6b06e92d
当前提交
d910f9e3e1
@ -83,7 +83,7 @@ object XuqmSDK {
|
||||
"Please download the correct config file for this app."
|
||||
)
|
||||
}
|
||||
initialize(context, configFile.appKey, configFile.serverUrl ?: configFile.baseUrl, logLevel)
|
||||
initialize(context, configFile.appKey, configFile.serverUrl, logLevel)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
正在加载...
在新工单中引用
屏蔽一个用户