页面报错

This commit is contained in:
2023-04-23 11:54:54 +08:00
parent 87f08d8558
commit bc54c20e1d
6 changed files with 9 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ public interface TerminalBaseClient {
* @author xy
* @date 2022/2/21 18:53
*/
@GetMapping("/getSubstationById")
@PostMapping("/getSubstationById")
HttpResult<List<Line>> getSubstationById(@RequestParam("list") List<String> list);