NSLog(@"-------------------------------------------");
NSLog(@"username = %@, uid = %@, token = %@ url = %@",snsAccount.userName,snsAccount.usid,snsAccount.accessToken,snsAccount.iconURL);
NSLog(@"-------------------------------------------");
/// 打印结果:username = (null), uid = , token = (null) url = (null)
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
闭关修行中......