## 獲取UserProfileData接口
ProfileLibrary.library.getProfileDataByUid(uid:String, withData:Boolean = true, withServerData:Boolean = true)
## userProfile內保存的數據
### 通過`get_profile`取得的`SocialUserProfile`中的數據
請求數據代碼:
```
ProfileSystem.as
advanceTime();中取ProfileLibrary的samePlatformUids數組中的UID
QZoneProfileHelper.as
getUserProfiles()
```
接受數據代碼:
```
QZoneProfileHelper.as
handleUserprofiles()
```
* uid
* firstName
* lastname
* sex
* avatarUrl
* country (現寫死為cn)
### 通過`get_user_profile`取得的`userInfo`中的數據
請求數據代碼:
```
ModuleContainer.as
advanceTime();中取profileLibrary的otherPlatformUids中的UID 逐條請求
ServiceMaster.as
getProfile();
```
接受數據代碼:
```
Model.as
onProfileLoaded();
```
> 需要base64解析
* uid
* clan_id
* avatarUrl
* chat_language
* firstName
* lastName
* flag_country
* gender
* location