From 775bf2d08b8a7a9f22d445b77106ce67d0c75fc0 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 29 一月 2021 11:22:29 +0800 Subject: [PATCH] 2021-01-29 1.增加萤石云功能相关库和资源文件,目前有冲突还无法编译 --- 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