update 新增日志

This commit is contained in:
Lemon
2023-09-07 14:01:10 +08:00
parent 2f929d465b
commit 72699df4dc
2 changed files with 3 additions and 1 deletions

View File

@@ -147,7 +147,7 @@ public class PileController extends BaseController {
*/
@PostMapping("/remoteGroundLock")
public RestApiResponse<?> remoteGroundLock(HttpServletRequest request, @RequestBody RemoteGroundLockDTO dto) {
logger.info("遥控地锁指令 params:{}", JSONObject.toJSONString(dto));
// logger.info("遥控地锁指令 params:{}", JSONObject.toJSONString(dto));
RestApiResponse<?> response = null;
try {
// 校验参数