line login channel改為抓.env

main
Wayne Hsu 3 years ago
parent 4c0f9463ec
commit 50424b7505

@ -106,7 +106,7 @@ class Auth extends ApiController
}
//更新Line資料
$line_res = LineLogin::verifyIdToken('1657876696', $id_token);
$line_res = LineLogin::verifyIdToken(env('line.line_login_channel_id'), $id_token);
if(!$line_res){
return $this->Error('發生錯誤,請重新執行',401);
}

Loading…
Cancel
Save