wxr
2022-11-11 b2021c30213b9520a0db20d1a4ff892446fea36c
HDL_ON/DAL/Server/NewAPI.cs
@@ -348,13 +348,20 @@
        /// <summary>
        /// 检测更新,是否需要强制更新
        /// </summary>
        public const string API_POST_CheckAppVersion = "/smart-footstone/app/appVersion/check";
        public const string API_POST_CheckAppVersion = "/basis-footstone/app/appVersion/check";
        ///// <summary>
        ///// 查询APP最新版本
        ///// </summary>
        //public const string API_POST_GetAppVersion = "/smart-footstone/app/getAppVersion";
        #endregion
        /// <summary>
        /// 获取当前版本注销账号模式
        /// </summary>
        public const string Api_Post_GetUnregisterModel = "/basis-footstone/app/appVersion/unregisterModel";
        /// <summary>
        /// 注销账号
        /// </summary>
        public const string Api_Post_Unregister = "/basis-footstone/member/unregister";
        #region ■  -- 房间场景背景图片上传下载接口___________________________