部活紹介

顔出ししないYouTubeサロン

部長:
村山喬祐
最終更新日: 2022-12-30 23:33:17
タイムライン投稿
0
ライブラリ投稿
1
開催済イベント
0
参加者
53
var intervalId = setInterval(function() { $.ajax({ url: '/polling', // ここにPOSTリクエストを送信するURLを指定してください type: 'POST', data: { 'user_id': '9cesO7UPnI2xCom1YGSsJVHFBlzy4ghizBPvTPaqwYZxrd3Oml' }, success: function(data) { console.log(data); if (data.message === 'OK') { clearInterval(intervalId); window.location.href = data.redirect_url; //window.location.href = '/home'; } }, error: function(error) { // エラーを処理します console.log(error); } }); }, 1000);