From 4f2dbd1f6a1ec2d9c3c39b4a37b0b7c9ddece4aa Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期四, 23 九月 2021 15:24:01 +0800 Subject: [PATCH] 主页刷新优化 --- HDL_ON/DAL/Server/NewAPI.cs | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/HDL_ON/DAL/Server/NewAPI.cs b/HDL_ON/DAL/Server/NewAPI.cs index 8da4766..e43aa25 100644 --- a/HDL_ON/DAL/Server/NewAPI.cs +++ b/HDL_ON/DAL/Server/NewAPI.cs @@ -284,10 +284,14 @@ /// 鍒犻櫎鎺ㄩ�乀oken /// </summary> public const string API_POST_PushSerivce_DeleteToken = "/smart-footstone/app/push-information/delete"; + ///// <summary> + /////// 鑾峰彇鎺ㄩ�佹秷鎭褰� + /////// </summary> + //public const string API_POST_PushSerivce_Getpushmessagelist = "/smart-footstone/app/message/list"; /// <summary> - /// 鑾峰彇鎺ㄩ�佹秷鎭褰� + /// 鑾峰彇鎺ㄩ�佹秷鎭褰� 鍒嗛〉 /// </summary> - public const string API_POST_PushSerivce_Getpushmessagelist = "/smart-footstone/app/message/list"; + public const string API_POST_PushSerivce_Getpushmessagelist_Paging = "/smart-footstone/app/message/page"; /// <summary> /// 娓呯┖鎺ㄩ�佺殑娑堟伅璁板綍 /// </summary> @@ -662,11 +666,10 @@ /// </summary> public const string API_POST_FL_GetCallList = "/home-wisdom/platform/imou/listCallRecords"; - public const string Api_Post_GetSipInfo = ""; /// <summary> /// 浜鸿劯褰曞叆 /// </summary> - public const string Api_Post_InputUserFace = "/community-wisdom/app/doorDevice/inputUserFace"; + public const string Api_Post_InputUserFace = "/community-wisdom/app/doorDevice/inputUserFaceHouse"; /// <summary> /// 寮�鍏充汉鑴稿姛鑳� /// </summary> -- Gitblit v1.8.0