Skip to content

Commit ebf6ca7

Browse files
committed
删除硬编码
1 parent 9ca5be8 commit ebf6ca7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sdk/explorer-link-android/src/main/java/com/tencent/iot/explorer/link/core/link/configNetwork/TIoTCoreUtil.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import java.util.*
2424

2525
class TIoTCoreUtil {
2626
@Volatile
27-
var groupAddress = "***REMOVED***"
27+
var groupAddress = ""
2828

2929
var softAPService: SoftAPService? = null
3030
var softAPConfigNetListener: SoftAPConfigNetListener? = null

sdkdemo/src/main/res/layout/activity_wired_config_net.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
android:layout_width="match_parent"
1010
android:layout_height="wrap_content"
1111
android:hint="组播 ip"
12-
android:text="***REMOVED***"
12+
android:text=""
1313
app:layout_constraintTop_toTopOf="parent"
1414
/>
1515

@@ -18,7 +18,7 @@
1818
android:layout_width="match_parent"
1919
android:layout_height="wrap_content"
2020
android:hint="端口"
21-
android:text="7838"
21+
android:text=""
2222
app:layout_constraintTop_toBottomOf="@id/ev_group_address"
2323
/>
2424

@@ -27,7 +27,7 @@
2727
android:layout_width="match_parent"
2828
android:layout_height="wrap_content"
2929
android:hint="token"
30-
android:text="testToken"
30+
android:text=""
3131
app:layout_constraintTop_toBottomOf="@id/ev_port"
3232
/>
3333

0 commit comments

Comments
 (0)