初始化

This commit is contained in:
KongChengwen
2025-03-29 16:57:10 +08:00
parent fd463367b8
commit 26dafceaec

View File

@@ -28,7 +28,7 @@ public class AlarmController {
* @param location
* @return
*/
@GetMapping
@GetMapping("/uploadLocation")
public R<String> uploadLocation(String location) {
log.info("进入[上传位置信息接口],入参:{}", location);
R<String> result = alarmService.uploadLocation(location);