限时免费试用:欢迎注册 api.bigmodel.org ,快速体验大模型 API 接入服务。
当前位置:首页 >前端技术 >JQuery/js

定时循环

分类:JQuery/js时间:2019-12-17浏览:2246
$(function () {
    setInterval(function () {
        var url = "native2.php?action=queryorder&outTradeNo=5df73da68fba5";
        $.getJSON(url, function (result) {
            if (result.code == 0) {
                window.location.href = 'https://www.deo.com/wx/return.php?out_trade_no=5df73da68fba5';
            }
        });
    }, 3000);

});
本站文章如未注明出处均为原创,转载请注明出处,如有侵权请邮件联系站长。
0/500
Share your thoughts respectfully.