@ -45,7 +45,7 @@ public class ChInterceptor implements HandlerInterceptor {
//默认全部检查
else {
// 执行认证
if (token == null) {
if (StringUtils.isEmpty(token)) {
throw new ChException("token为空,token为必须参数");
}else{
log.info("token正常");