支持备线切换

This commit is contained in:
2024-02-03 12:28:15 +08:00
parent 26bfa108a1
commit 72bcaf02cd
9 changed files with 184 additions and 41 deletions

View File

@ -11,7 +11,7 @@ class AnalyticsApi {
if (kDebugMode) return;
dPrint("AnalyticsApi.touch === $key start");
try {
await _dio.post("${URLConf.xkeycApiUrl}/analytics/$key");
await _dio.post("${URLConf.xkeycApiHome}/analytics/$key");
dPrint("AnalyticsApi.touch === $key over");
} catch (e) {
dPrint("AnalyticsApi.touch === $key Error:$e");