友盟appkey替换

This commit is contained in:
2024-04-26 17:17:16 +08:00
parent 393f2cebfd
commit bf7d337b99
3 changed files with 8 additions and 8 deletions
@@ -143,7 +143,7 @@ class App : Application() {
AppConfig.APP_KEY,
"Umeng",
UMConfigure.DEVICE_TYPE_PHONE,
""
null
)
//实名认证
val authHelper = UMVerifyHelper.getInstance(this, object : UMTokenResultListener {
@@ -35,5 +35,5 @@ object AppConfig {
//友盟
const val MESSAGE_SECRET = "9d3338d1d3797cf1c765c3aa7700f145"
const val APP_KEY = "65f10b873ace4f7d7198fa75"
const val APP_KEY = "662b5df7cac2a664de26878a"
}