namespace SC.XR.Unity.Module_PlatformAccount { /// /// 账号绑定手机邮箱 /// public class AccountInfoData { /// /// 账号绑定手机 /// public string phone; /// /// 账号绑定邮箱 /// public string email; /// /// 区号 /// public string diallingCode; } }