feat:商品分类接口

This commit is contained in:
haoxr 2020-12-30 19:34:38 +08:00
parent 7d575da662
commit 3a2c900a50

View File

@ -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) {