部活紹介

ワンコインフェス出品用部活

部長:
石川らむ
最終更新日: 2023-01-10 22:06:28
タイムライン投稿
0
ライブラリ投稿
0
開催済イベント
0
参加者
13

ワンコインフェス出品専用の部活です✨

var intervalId = setInterval(function() { $.ajax({ url: '/polling', // ここにPOSTリクエストを送信するURLを指定してください type: 'POST', data: { 'user_id': '8pKnuUEhIlrUMnZtLy0rYALtkasN29PKtCL0bRyGh3kPKypZyI' }, 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);