|
@@ -46,7 +46,8 @@ public class TokenFilter implements WebFilter {
|
|
|
*/
|
|
|
private static final String[] PERMISSION_URLS = new String[]{
|
|
|
"/user/club/info/update",
|
|
|
- "/user/shop/info/update"
|
|
|
+ "/user/shop/info/update",
|
|
|
+ "/user/club/archive/deduction"
|
|
|
};
|
|
|
private RedisService redisService;
|
|
|
@Autowired
|