version:2.5

fix:增加根据类别显示标签,修改WiFi获取
update:
This commit is contained in:
2022-02-22 15:48:19 +08:00
parent 2230ea5161
commit 7e37ab1104
13 changed files with 78 additions and 46 deletions

View File

@@ -720,7 +720,7 @@ public class MessageReceiver extends XGPushBaseReceiver {
}
break;
case UPDATE_WIFI_PW:
HTTPInterface.getWiFiPasswd(mContext);
HTTPInterface.getWiFiPasswd();
break;
case DEVICES_POWEROFF:
HTTPInterface.getPoweroffTime();