1、升级countly使用https安全访问
This commit is contained in:
xyz
2025-01-08 14:42:56 +08:00
parent 0856e5b0d8
commit 90261126a5

View File

@@ -34,7 +34,7 @@ public class MogoApplication extends MainMoGoApplication {
// 正式统计用的key
private String COUNTLY_APP_KEY = "657d18706e9a5acf79ea6a4bcb54605406548f71";
private String COUNTLY_SERVER_URL = "http://countly.zhidaozhixing.com";
private String COUNTLY_SERVER_URL = "https://countly.zhidaozhixing.com";
@Override
public void onCreate() {