export interface RspSign {
    signature: string;
}
