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

    接口 LoginData

    登录请求

    interface LoginData {
        nonAutomatic?: boolean;
        scope?: "snsapi_userinfo";
    }
    索引

    属性

    nonAutomatic?: boolean
    true
    
    scope?: "snsapi_userinfo"

    授权域,目前只能填 snsapi_userinfo

    snsapi_userinfo