From 1e4cc7396427c3270fff5ea868da361473dcf1b1 Mon Sep 17 00:00:00 2001 From: mojo Date: Mon, 10 Nov 2025 14:02:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20telcoCode=20?= =?UTF-8?q?=E5=AE=9E=E7=8E=B0=EF=BC=8C=E4=BD=BF=E7=94=A8=E5=AE=9E=E9=99=85?= =?UTF-8?q?=E8=BF=90=E8=90=A5=E5=95=86=E4=BB=A3=E7=A0=81=E8=80=8C=E9=9D=9E?= =?UTF-8?q?=E7=A1=AC=E7=BC=96=E7=A0=81=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/src/main/java/com/example/request/BaseRequestImp.kt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/src/main/java/com/example/request/BaseRequestImp.kt b/lib/src/main/java/com/example/request/BaseRequestImp.kt index 62bebf2..4babdf3 100644 --- a/lib/src/main/java/com/example/request/BaseRequestImp.kt +++ b/lib/src/main/java/com/example/request/BaseRequestImp.kt @@ -33,11 +33,10 @@ class BaseRequestImp( override val telcoCode: String get() { - /* return telephonyManager?.run { + return telephonyManager?.run { if (networkOperator.isNullOrBlank()) simOperator else networkOperator - } ?: ""*/ - return "46000" + } ?: "" } override val netType: Int