111
cjs
2025-06-30 f6e624ccbea24503d0a77e839eeb2af13038d8ac
HH.WCS.Mobox3.NongFuLinZhi/api/DebugController.cs
@@ -39,6 +39,24 @@
        }
        [HttpPost]
        [Route("bindCntr")]
        public ReturnResult bindCntr(bindModel model)
        {
            LogHelper.Info($"bindCntr requst:{model}");
            ApiHelper.bindCntr(model);
            return new ReturnResult();
        }
        [HttpPost]
        [Route("unBindCntr")]
        public ReturnResult unBindCntr(unBindModel model)
        {
            LogHelper.Info($"unBindCntr requst:{model}");
            ApiHelper.unBindCntr(model);
            return new ReturnResult();
        }
    }
}