"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { attr: { origin: '源', openId: 'openId', unionId: 'unionId', accessToken: 'accessToken', sessionKey: 'sessionKey', subscribed: '是否订阅', subscribedAt: '订阅时间', unsubscribedAt: '取关时间', user: '用户', tokens: '相关令牌', application: '应用' }, v: { origin: { mp: '小程序', public: '公众号' } } };