From 73eabf90d423b69515104b2caf30fecd16699c83 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 16 十一月 2021 15:20:25 +0800 Subject: [PATCH] 2021-11-16 1.更新 --- HDLSDK/app/src/main/java/com/hdl/hdlsdk/MainActivity.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDLSDK/app/src/main/java/com/hdl/hdlsdk/MainActivity.java b/HDLSDK/app/src/main/java/com/hdl/hdlsdk/MainActivity.java index 4927419..da3237b 100644 --- a/HDLSDK/app/src/main/java/com/hdl/hdlsdk/MainActivity.java +++ b/HDLSDK/app/src/main/java/com/hdl/hdlsdk/MainActivity.java @@ -205,7 +205,7 @@ AuthenticateRequest.AuthenticateDeviceInfoBean infoBean = new AuthenticateRequest.AuthenticateDeviceInfoBean(); infoBean.setDeviceMAC(macStr); infoBean.setIPMAC(macStr); - infoBean.setDeviceName("HDL璁惧");//璁惧鍚嶅瓧 + infoBean.setDeviceName("绾㈠瀹�");//璁惧鍚嶅瓧 infoBean.setDeviceModel("HDL");// infoBean.setAccessMode("WIFI"); infoBean.setIPGateway("192.168.10.1"); -- Gitblit v1.8.0