用户信息获取

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/wanggeying/article/details/84618506

后台代码:

        String userid = ActivePersonManager.getActivePersonId();
        String name = ActivePersonManager.getActivePerson().getName();
        String id=UUID.randomUUID().toString();

猜你喜欢

转载自blog.csdn.net/wanggeying/article/details/84618506