票务模块 自助机接口 #109

Merged
root merged 2 commits from cgt into master 2025-03-03 06:31:06 +00:00
Showing only changes of commit f5cc4dd0cd - Show all commits

View File

@ -15,7 +15,7 @@ import javax.annotation.Resource;
@Tag(name = "设备机")
@RestController
@RequestMapping("/heartbeat")
@RequestMapping("/asset/heartbeat")
@Validated
public class HeartBeatApi {
@Resource