export interface MyWechatMpToken {
    path: string;
    systemcode: string;
    error_code: number;
    message: string;
}
