export interface XuyuPayResponse { /** 激活状态:0成功/1失败 */ replayCode: string; /** 激活描述信息 */ replayMsg: string; }