From f86c8b5dcf5c84386745b009fc4115fa9db3b76d Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 05 六月 2020 16:45:44 +0800 Subject: [PATCH] 2020-06-05 1.修复消息报警页面,调用清空消息接口失败问题。 --- SmartHome/SmartHome/Net/API.cs | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/SmartHome/SmartHome/Net/API.cs b/SmartHome/SmartHome/Net/API.cs index 57e73b1..56110d6 100644 --- a/SmartHome/SmartHome/Net/API.cs +++ b/SmartHome/SmartHome/Net/API.cs @@ -220,5 +220,13 @@ } + /// <summary> + /// 鎺ㄩ�乀okenID + /// </summary> + public class RegIDObj + { + public string RegID; + } + #endregion } \ No newline at end of file -- Gitblit v1.8.0