export type QueryTradeInfoParams = {
    MerchantOrderNo: string;
    Amt: number;
    Gateway?: "Composite";
};
