From d65ae2643a237b979a55f07208c2f4ae220f8572 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 09 二月 2023 14:49:58 +0800 Subject: [PATCH] 更新安卓极光推送 --- HDL_ON/DAL/DriverLayer/Control.cs | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/HDL_ON/DAL/DriverLayer/Control.cs b/HDL_ON/DAL/DriverLayer/Control.cs index 1cdcd34..87e6d3e 100644 --- a/HDL_ON/DAL/DriverLayer/Control.cs +++ b/HDL_ON/DAL/DriverLayer/Control.cs @@ -1494,14 +1494,12 @@ //wjc break; case SPK.Inverter: - MainPage.Log("閫嗗彉鍣ㄦ暟鎹洿鏂�"); + case SPK.InverterRst: var status = new Dictionary<string, object> { ["method"] = "status", ["data"] = temp.objects }; - MainPage.Log("閫嗗彉鍣ㄦ暟鎹洿鏂�1"); Application.RunOnMainThread(() => { Inverter.Ins.H5Page.CallJS($"nativeToJs(\'{Newtonsoft.Json.JsonConvert.SerializeObject(status)}\')"); }); - MainPage.Log("閫嗗彉鍣ㄦ暟鎹洿鏂�2"); break; } -- Gitblit v1.8.0