初始化
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user