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

    接口 LoginResult

    interface LoginResult {
        code?: string;
        responseCode: number;
        state?: string;
    }
    索引

    属性

    code?: string

    授权码,用于服务器端接口 换取授权访问令牌,再 获取用户信息

    responseCode: number

    9000 且 code 不为空时表示成功,见 回调处理 responseCode

    state?: string

    防止 CSRF