export interface ISecretInfo {
    accessToken: string;
    clientId: string;
    openId: string;
}
