添加ID登录业务方法
This commit is contained in:
parent
d25463180a
commit
9611a5fc54
@ -123,4 +123,9 @@ public class AppSignServiceImpl extends BaseAppSignService implements IAppSignSe
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String userIdSign(String userId) throws UnsupportedEncodingException {
|
||||
UserPO userPO = userService.getPO(userId);
|
||||
return getToken(userPO);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user