ymx-wechat
    正在准备搜索索引...

    接口 LoginResult

    登录响应

    interface LoginResult {
        authResult: boolean;
        code?: string;
        country?: string;
        lang?: string;
        openId?: string;
        state?: string;
        transaction?: string;
        url?: string;
    }

    层级 (查看层级一览)

    索引

    属性

    authResult: boolean
    code?: string
    country?: string
    lang?: string
    openId?: string
    state?: string
    transaction?: string
    url?: string