初始化
parent
24eb71694c
commit
d69fe2e2cc
|
@ -19,11 +19,11 @@ public class TestController {
|
|||
|
||||
@PostMapping
|
||||
public Result<String> post(){
|
||||
return Result.success("厕所Post成功");
|
||||
return Result.success("测试Post成功");
|
||||
}
|
||||
|
||||
@GetMapping
|
||||
public Result<String> get(){
|
||||
return Result.success("厕所Get成功");
|
||||
return Result.success("测试Get成功");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue