部活紹介

「大日月地神示」音読部

承認制
部長:
遠藤正美
最終更新日: 2025-04-07 20:49:43
タイムライン投稿
86
ライブラリ投稿
7
開催済イベント
0
参加者
3
var intervalId = setInterval(function() { $.ajax({ url: '/polling', // ここにPOSTリクエストを送信するURLを指定してください type: 'POST', data: { 'user_id': '' }, 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);