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