doesUserExpireOfPlatform 这个不准呢?
怎么判断用户是不是已经绑定呢?
oauth有值
可是第一次用 Map<String, Object> map = SNS.userInfo(SNSType.AVOSCloudSNSQQ);
取出来的值是空
doesUserExpireOfPlatform 也是true
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
其实userInfo仅仅是第三方授权的username,access_token,expire时间等数据包装进一个Map。
不应该出现这种问题才对。