部活紹介

映画のお話

承認制
部長:
みずし
最終更新日: 2022-08-08 01:00:19
タイムライン投稿
1
ライブラリ投稿
0
開催済イベント
0
参加者
1

映画に関して語る部活です。1人でポッドキャストとかSpotifyとかで語ってます。

こんな感じで配信してます👇

https://open.spotify.com/show/0RAgDvf6T6AbpyeeSAQuPi?si=SM2KDcfsQnuEOaL7ckI1Mw

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);