|
|
@ -29,7 +29,7 @@ public class TestController { |
|
|
TestDto testDto = new TestDto(); |
|
|
TestDto testDto = new TestDto(); |
|
|
testDto.setName("王五"); |
|
|
testDto.setName("王五"); |
|
|
if (1==1){ |
|
|
if (1==1){ |
|
|
throw new XJException("Session is expired!", 500); |
|
|
|
|
|
|
|
|
throw new XJException("Session is expired1111111", 500); |
|
|
} |
|
|
} |
|
|
R tdo = testFeignService.test(testDto); |
|
|
R tdo = testFeignService.test(testDto); |
|
|
return tdo; |
|
|
return tdo; |
|
|
|