rev:手持

This commit is contained in:
2024-04-17 08:43:52 +08:00
parent 46c18e95d4
commit e1edf3e831
10 changed files with 91 additions and 31 deletions

View File

@@ -27,7 +27,7 @@ import java.util.Map;
@RestController
@RequiredArgsConstructor
@Api(tags = "手持接口")
@RequestMapping("/api/hand")
@RequestMapping("/api/pda")
@Slf4j
public class HFHandController {
private final HFHandService handService;