mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 新增日志
This commit is contained in:
@@ -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 {
|
||||
// 校验参数
|
||||
|
||||
Reference in New Issue
Block a user