export default class SocialAuthType { //支持两种授权,获取用户信息 static readonly user: string = 'user' //获取用户手机号 static readonly phone: string = 'phone' }