UNPKG

@tnwx/commons

Version:

TTNWX 微信系开发脚手架之公共模块

17 lines (16 loc) 604 B
/** * @author Javen * @copyright javendev@126.com * @description 资质认证成功通知事件 */ import { EventInMsg } from './EventInMsg'; export declare class InVerifySuccessEvent extends EventInMsg { static EVENT_IN_QUALIFICATION_VERIFY_SUCCESS: string; static EVENT_IN_NAMING_VERIFY_SUCCESS: string; static EVENT_IN_ANNUAL_RENEW: string; static EVENT_IN_VERIFY_EXPIRED: string; private expiredTime; constructor(toUserName: string, fromUserName: string, createTime: number, event: string); get getExpiredTime(): string; set setExpiredTime(expiredTime: string); }