JLChen
2021-01-29 775bf2d08b8a7a9f22d445b77106ce67d0c75fc0
HDL_ON/DAL/Server/NewAPI.cs
@@ -459,7 +459,17 @@
        public const string API_POST_Logic_Enable = "/home-wisdom/app/logic/enable";
        #endregion
        #region -- 第三方设备相关接口___________________________
        /// <summary>
        /// 获取添加过的品牌列表
        /// </summary>
        public const string Api_Post_GetBindBrandList = "/home-wisdom/app/product/brand/bindList";
        /// <summary>
        /// 获取品牌列表
        /// </summary>
        public const string Api_Post_GetBrandList = "/home-wisdom/app/product/brand/list";
        #endregion
        #endregion
    }