Add Comments

This commit is contained in:
parallelbgls
2017-12-22 16:21:48 +08:00
parent 477ab33c36
commit d3e25ea820
22 changed files with 201 additions and 19 deletions

View File

@@ -58,7 +58,7 @@ namespace CrossLamp.Controllers
light.SetStart(lamps[6]);
return Json(light, JsonRequestBehavior.AllowGet);
}
catch (Exception e)
catch (Exception)
{
return null;
}