im-link-jssdk - v1.1.8
    Preparing search index...

    Interface IMRequestParams

    请求消息参数

    interface IMRequestParams {
        method: string;
        param?: { [key: string]: any };
        type?: "core" | "wallet";
        url: string;
    }
    Index

    Properties

    Properties

    method: string

    请求方法

    | 'POST'

    param?: { [key: string]: any }

    请求参数

    type?: "core" | "wallet"

    请求类型

    url: string

    请求地址