hao

2824 经验值

@blaze0207 您好,我發現這邊client_id & client_secret 打錯也會報跟您一樣的錯,要再檢查一次嗎?
let formData = {

                client_id:'這個輸入env passport中其中一組ID',
                client_secret:'輸入對應ID的secret',
                grant_type:'password',
                scope:'',
                username : this.email,
                password : this.password
            };