philia
    Preparing search index...

    XML 消息段

    interface IncomingXml {
        data: { service_id: number; xml_payload: string };
        type: "xml";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: { service_id: number; xml_payload: string }

    结构体

    Type declaration

    • service_id: number

      服务ID

    • xml_payload: string

      XML数据

    type: "xml"

    类型标识符