From 34d49c20c2c2543658e844847c5eaa87f4c954e9 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 23 二月 2021 17:28:40 +0800 Subject: [PATCH] Merge branch 'temp-wxr' into NewFilePath --- HDL_ON/DAL/Server/NewAPI.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/HDL_ON/DAL/Server/NewAPI.cs b/HDL_ON/DAL/Server/NewAPI.cs index 8e13686..58ab186 100644 --- a/HDL_ON/DAL/Server/NewAPI.cs +++ b/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 } -- Gitblit v1.8.0