From e8147ceaf39253db2c9e6cfe023b505f71ec7ba5 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 24 八月 2023 17:48:30 +0800 Subject: [PATCH] 备份2 --- OnPro/HDL_ON/DAL/Server/HttpServerRequest.cs | 21 --------------------- 1 files changed, 0 insertions(+), 21 deletions(-) diff --git a/OnPro/HDL_ON/DAL/Server/HttpServerRequest.cs b/OnPro/HDL_ON/DAL/Server/HttpServerRequest.cs index 91c70cf..50280aa 100644 --- a/OnPro/HDL_ON/DAL/Server/HttpServerRequest.cs +++ b/OnPro/HDL_ON/DAL/Server/HttpServerRequest.cs @@ -1454,27 +1454,6 @@ } #endregion - #region 妫�娴嬫洿鏂� - /// <summary> - /// - /// </summary> - /// <returns></returns> - public ResponsePackNew CheckAppVersion() - { - var requestObj = new AppVersionCheckObj() - { - - }; - #if __IOS__ - requestObj.releaseSystem = "IOS"; - #else - requestObj.releaseSystem = "Android"; - #endif - - var requestJson = HttpUtil.GetSignRequestJson(requestObj); - return HttpUtil.RequestHttpsPost(NewAPI.API_POST_CheckAppVersion, requestJson); - } - #endregion #region 娉ㄩ攢璐﹀彿 /// <summary> -- Gitblit v1.8.0