陈嘉乐
2020-12-01 e08a444a9d7acea0cf39f50d22d29179f6a59292
HDL_ON/DAL/Server/NewAPI.cs
@@ -118,7 +118,10 @@
        /// 子账号管理员获取主账号授权Token
        /// </summary>
        public const string API_POST_Child_GetMasterToken = "/home-wisdom/child/account/masterToken/get";
        /// <summary>
        /// 下载子账号头像
        /// </summary>
        public const string API_POST_Child_DownloadHeadImage = "/home-wisdom/child/account/getHeadPortrait";
        #region 数据分享
        /// <summary>
        /// 分享指定文件给指定成员
@@ -276,10 +279,24 @@
        #region ■  -- 检测更新接口___________________________
        /// <summary>
        /// 检测更新
        /// 检测更新,是否需要强制更新
        /// </summary>
        public const string API_POST_CheckAppVersion= "/speakerservices/BatchEdit_V2";
        public const string API_POST_CheckAppVersion= "/smart-footstone/app/checkAppVersion";
        /// <summary>
        /// 查询APP最新版本
        /// </summary>
        public const string API_POST_GetAppVersion = "/smart-footstone/app/getAppVersion";
        #endregion
        #region ■  -- 自动化接口___________________________
        ///// <summary>
        ///// 检测更新,是否需要强制更新
        ///// </summary>
        //public const string API_POST_CheckAppVersion = "/smart-footstone/app/checkAppVersion";
        ///// <summary>
        ///// 查询APP最新版本
        ///// </summary>
        //public const string API_POST_GetAppVersion = "/smart-footstone/app/getAppVersion";
        #endregion