"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); ; const entityDesc = { locales: { zh_CN: { name: '微信用户', attr: { origin: '源', openId: 'openId', unionId: 'unionId', sessionKey: 'sessionKey', accessToken: 'accessToken', refreshToken: 'refreshToken', atExpiredAt: 'accessToken过期时间', rtExpiredAt: 'refreshToken过期时间', scope: 'accessToken域', subscribed: '是否订阅', subscribedAt: '订阅时间', unsubscribedAt: '取关时间', user: '用户', tokens: '相关令牌', application: '应用', nickname: '昵称', avatar: '头像', }, v: { origin: { mp: '小程序', public: '公众号', web: '网站', }, } }, } };