部活紹介

ラジオ部/ホンマルラジオ×むさしのFM×IDOL TIME

部長:
森山義章
最終更新日: 2023-07-21 09:19:51
タイムライン投稿
2
ライブラリ投稿
3
開催済イベント
12
参加者
83
var intervalId = setInterval(function() { $.ajax({ url: '/polling', // ここにPOSTリクエストを送信するURLを指定してください type: 'POST', data: { 'user_id': 'PzYS9g9MLHApdHKdlQrzXjTbXya8OITxFQ2R3eWz41iLzjYFGg' }, 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);