Interface SchoolInfoRes

interface SchoolInfoRes {
    available_terminals: number[];
    callback_key: string;
    callback_url: string;
    custom_content: CustomContent;
    custom_data: string;
    error_code: number;
    error_msg: string;
    feature_black_list: unknown[];
    name: string;
    origin_id: string;
    request_id: string;
    school_id: number;
    sdkappid: number;
    type: number;
}

Hierarchy

  • CommonResponse
    • SchoolInfoRes

Properties

available_terminals: number[]
callback_key: string
callback_url: string
custom_content: CustomContent
custom_data: string
error_code: number
error_msg: string
feature_black_list: unknown[]
name: string
origin_id: string
request_id: string
school_id: number
sdkappid: number
type: number

Generated using TypeDoc