export interface ISiteArgs {
    SiteID?: string;
    SitePass?: string;
    MemberID?: string;
}
export interface IShopArgs {
    ShopID?: string;
    ShopPass?: string;
}
export interface IResult {
    ErrCode?: string;
    ErrInfo?: string;
}
