|
|
@@ -64,7 +64,7 @@ public class GlobalExceptionHandler {
|
|
|
log.error(e.getMessage(), e);
|
|
|
// 使用SkyWalking的Trace Context记录错误信息
|
|
|
ActiveSpan.error(e.getMessage());
|
|
|
- return R.error(ResponseCode.UN_AUTHORIZED.getCode(),e.getMessage());
|
|
|
+ return R.error(ResponseCode.REQ_REJECT.getCode(),e.getMessage());
|
|
|
}
|
|
|
|
|
|
/**
|