From 1a0a7f736c6d2e7129e7591d40bed67ec7c0f09a Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期五, 05 二月 2021 10:47:42 +0800
Subject: [PATCH] 2021-02-05 1.编译冲突修改
---
HDL_ON/DAL/Server/NewAPI.cs | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/HDL_ON/DAL/Server/NewAPI.cs b/HDL_ON/DAL/Server/NewAPI.cs
index efdd854..58ab186 100644
--- a/HDL_ON/DAL/Server/NewAPI.cs
+++ b/HDL_ON/DAL/Server/NewAPI.cs
@@ -166,6 +166,10 @@
/// 鑾峰彇浣忓畢缃戝叧鍒嗛〉
/// </summary>
public const string API_POST_GetGatewayList = "/home-wisdom/app/gateway/getGatewayList";
+ /// <summary>
+ /// 鑾峰彇缃戝叧淇℃伅
+ /// </summary>
+ public const string Api_Post_GetGatewayInfo = "/home-wisdom/app/gateway/info";
///// <summary>
///// 瑙g粦缁戠綉鍏冲埌浣忓畢
///// </summary>
@@ -387,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 -- 鎴块棿鎺ュ彛____________________________
@@ -455,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