mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-22 20:54:26 +08:00
feat:商品分类接口
This commit is contained in:
parent
7d575da662
commit
3a2c900a50
@ -34,6 +34,7 @@ public class UserDetailsServiceImpl implements UserDetailsService {
|
||||
|
||||
@Override
|
||||
public UserDetails loadUserByUsername(String username) throws UsernameNotFoundException {
|
||||
|
||||
String clientId = request.getParameter(AuthConstants.JWT_CLIENT_ID_KEY);
|
||||
User user = null;
|
||||
switch (clientId) {
|
||||
|
Loading…
Reference in New Issue
Block a user