From 427a6e93b8946b9d91727166a352b2ee2ef75d19 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期五, 05 二月 2021 10:10:08 +0800
Subject: [PATCH] Delete .DS_Store

---
 HDL_ON/DAL/Server/NewAPI.cs |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/DAL/Server/NewAPI.cs b/HDL_ON/DAL/Server/NewAPI.cs
index 8eb262f..58ab186 100644
--- a/HDL_ON/DAL/Server/NewAPI.cs
+++ b/HDL_ON/DAL/Server/NewAPI.cs
@@ -391,7 +391,7 @@
         /// <summary>
         /// 鍙栨秷鏀惰棌鍦烘櫙
         /// </summary>
-        public const string Api_Post_CancelCollectScene = "/home-wisdom/app/scene/cancelcollect";
+        public const string Api_Post_CancelCollectScene = "/home-wisdom/app/scene/cancelCollect";
         #endregion
 
         #region Kaede -- 鎴块棿鎺ュ彛____________________________
@@ -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