chore: 文档修改
This commit is contained in:
parent
70024eeb91
commit
1072e3e553
@ -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));
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user