change the url

This commit is contained in:
2026-08-17 10:53:54 +08:00
parent c50c82a90f
commit 624b834632
6 changed files with 17 additions and 17 deletions

View File

@@ -8,6 +8,6 @@ data class OralTrainerSdkConfig @JvmOverloads constructor(
val userAgent: String = "OralTrainerSdk/0.1.0",
val connectTimeoutMs: Int = 15_000,
val readTimeoutMs: Int = 30_000,
val sentenceBoundaryApiBaseUrl: String = "https://video_service.d1kt.cn",
val sentenceBoundaryApiBaseUrl: String = "https://videoservice.d1kt.cn",
val assessmentApiKey: String? = null,
)