mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 12:34:45 +08:00
资讯流增加 logo
This commit is contained in:
@ -9,7 +9,8 @@ class AnalyticsApi {
|
||||
if (kDebugMode) return;
|
||||
dPrint("AnalyticsApi.touch === $key start");
|
||||
try {
|
||||
final r = await RSHttp.postData("${URLConf.xkeycApiHome}/analytics/$key",
|
||||
final r = await RSHttp.postData(
|
||||
"${URLConf.analyticsApiHome}/analytics/$key",
|
||||
data: null);
|
||||
dPrint("AnalyticsApi.touch === $key over statusCode == ${r.statusCode}");
|
||||
} catch (e) {
|
||||
|
Reference in New Issue
Block a user