|
@@ -69,6 +69,8 @@ public class ApiAspect {
|
|
|
}
|
|
|
|
|
|
String userId = CommonUtils.getUserId(request);
|
|
|
+ String token = CommonUtils.getToken(request);
|
|
|
+ log.info("打印token:"+token);
|
|
|
if (StringUtils.isEmpty(userId)) {
|
|
|
throw new RemoteServiceException(ResponseHelper.ResponseCode_AUTH_ERROR, "请求不合法");
|
|
|
}
|