This commit is contained in:
ocean 2026-01-13 16:30:43 +08:00
parent 87dfad4978
commit 580e1c3161

View File

@ -220,7 +220,7 @@ class MainActivity2 : AppCompatActivity() {
getSimCountryIso(this@MainActivity2) getSimCountryIso(this@MainActivity2)
}," + "MCC:${mcc()}," + "MNC:${mnc()}" }," + "MCC:${mcc()}," + "MNC:${mnc()}"
appendLoadingTxt(hookInfo) appendLoadingTxt(hookInfo)
if (dataId == 0L) { if (dataId <= 0L) {
appendLoadingTxt("dataId返回的默认值hook没生效修改参数重试") appendLoadingTxt("dataId返回的默认值hook没生效修改参数重试")
startCountdown() startCountdown()
return return