chore: 文档修改

This commit is contained in:
stream 2025-10-16 13:43:08 +08:00
parent 70024eeb91
commit 1072e3e553
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,7 @@ public class EdgeHumanoidRobotController {
private final EdgeHumanoidRobotService edgeHumanoidRobotService; private final EdgeHumanoidRobotService edgeHumanoidRobotService;
@ApiOperation("设置面部表情") @ApiOperation("moveJ")
@PostMapping("/moveJ") @PostMapping("/moveJ")
public AjaxResult expression(@RequestBody EdgeMoveJVO moveJVO) { public AjaxResult expression(@RequestBody EdgeMoveJVO moveJVO) {
return AjaxResult.ok(edgeHumanoidRobotService.moveJ(moveJVO)); return AjaxResult.ok(edgeHumanoidRobotService.moveJ(moveJVO));

View File

@ -1,6 +1,5 @@
package com.cmvr.edge.client.model.humanoid; package com.cmvr.edge.client.model.humanoid;
import cmvr.api.HumanoidRobot;
import com.cmvr.edge.client.model.EdgeCommonVO; import com.cmvr.edge.client.model.EdgeCommonVO;
import lombok.Data; import lombok.Data;