修改点歌逻辑
This commit is contained in:
@@ -55,7 +55,12 @@ public class LoginFilter implements Filter {
|
||||
"cashierService/product/productInfo",
|
||||
"cashierService/notify/**",//登录部分接口不校验
|
||||
"notify/**",
|
||||
"cashierService/table/**" //回调部分接口不校验
|
||||
"cashierService/table/**", //回调部分接口不校验
|
||||
|
||||
// 点歌部分不需要登录
|
||||
"/cashierService/song/detail",
|
||||
"/cashierService/song/record",
|
||||
"/cashierService/song"
|
||||
);
|
||||
|
||||
@Autowired
|
||||
@@ -182,4 +187,4 @@ public class LoginFilter implements Filter {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user