|
@ -47,12 +47,6 @@ public class ResiGroupController { |
|
|
@Autowired |
|
|
@Autowired |
|
|
private ResiGroupService resiGroupService; |
|
|
private ResiGroupService resiGroupService; |
|
|
|
|
|
|
|
|
@GetMapping("test/{test}") |
|
|
|
|
|
public Result test(@PathVariable("test") String test) { |
|
|
|
|
|
int result = 1 / 0; |
|
|
|
|
|
return new Result().ok("请求成功啦❤"); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @param tokenDto |
|
|
* @param tokenDto |
|
|
* @param myGroupFormDTO |
|
|
* @param myGroupFormDTO |
|
|