增加日志
This commit is contained in:
@@ -599,6 +599,8 @@ namespace WebSite.Controllers
|
||||
/// </summary>
|
||||
/// <param name="jsonData"></param>
|
||||
/// <returns></returns>
|
||||
|
||||
//public ActionResult GetRoomAirList_Deprecate(string jsonData)
|
||||
public ActionResult GetRoomAirList(string jsonData)
|
||||
{
|
||||
//return Json(new { IsSuccess = false, Result = "接口修改调整" }, JsonRequestBehavior.AllowGet);
|
||||
@@ -927,6 +929,7 @@ namespace WebSite.Controllers
|
||||
/// </summary>
|
||||
/// <param name="jsonData"></param>
|
||||
/// <returns></returns>
|
||||
//public ActionResult GetRoomLightList_Deprecate(string jsonData)
|
||||
public ActionResult GetRoomLightList(string jsonData)
|
||||
{
|
||||
|
||||
@@ -1059,6 +1062,7 @@ namespace WebSite.Controllers
|
||||
/// </summary>
|
||||
/// <param name="jsonData"></param>
|
||||
/// <returns></returns>
|
||||
//public ActionResult GetRoomCurtainList_Deprecate(string jsonData)
|
||||
public ActionResult GetRoomCurtainList(string jsonData)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user