//小程序类型 export default class SocialuniMpPlatformType { //各平台的小程序 static readonly qq: string = 'qq' static readonly wx: string = 'weixin' }