export interface WechatFetchSignatureInterface { app_id: string; nonce_str: string; signature: string; timestamp: string; }