<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ??一站式輕松地調用各大LLM模型接口,支持GPT4、智譜、豆包、星火、月之暗面及文生圖、文生視頻 廣告
                ~~~ <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Language" content="zh-cn"> <meta name="renderer" content="webkit"> <title> 微信和支付支付 - </title> <script type="text/javascript" src="js/jquery.min.js"> </script> <script type="text/javascript" src="layer/layer.js"> </script> <script type="text/javascript"> function GetUrlRelativePath()   {     var url = self.location.href;     var arrUrl = url.split("/");     var relUrl = ""; for (i = 0; i < arrUrl.length; i++) { if (arrUrl[i].indexOf("?") > 0) { break; } if (arrUrl[i].indexOf(".php") > 0) { break; } relUrl += arrUrl[i] + "/"; }     return relUrl;   } </script> <link href="images/index.css" rel="stylesheet" media="screen"> <style> .switch-tip-icon-img { position: absolute; left: 70px; top: 70px; z-index: 11; } .shadow{ -webkit-box-shadow: #666 0px 0px 10px; -moz-box-shadow: #666 0px 0px 10px; box-shadow: #666 0px 0px 10px; padding: 20px; background: #FFFFFF; width:240px; height:240px; } .time-item strong { background:#13A500; color:#fff; line-height:30px; font-size:20px; font-family:Arial; padding:0 10px; margin-right:10px; border-radius:5px; box-shadow:1px 1px 3px rgba(0,0,0,0.2); } h2 { line-height:50px; font-family:"微軟雅黑"; font-size:16px; letter-spacing:2px; } </style> </head> <body> <div class="body"> <h1 class="mod-title"> <span class="ico-wechat"> </span> <span class="text"> 微信或支付寶支付 </span> </h1> <div class="mod-ct"> <div class="order"> </div> <div style="font-size:20px;font-weight:bold;text-align:center; color:red;"> <font color=red size="+3"> <?=$_GET[ 'money']?> 元 </font> </div> <div class="amount"> ¥ <?=$_GET[ 'money']?> </div> <br/> <div align="center"> <div class="shadow" id="qrcode"> <div align="center"> <font class="qr-image"> <img src="images/zl.jpg"> </font> <font id="queren"> </font> </div> </div> <!--<b><font color="blue"><h2>充值完后找客服</h2></font></b>--> <div class="time-item"> <br/> <!--strong id="hour_show"><s id="h"></s>0時</strong--> <p style="font-size: 16px;"> 注意:充值時請對準金額充值 <h2 style="color: red;font-size: 20px"> (備注你的交易賬號和賬戶名)! </h2> </p> <p style="font-size: 16px;"> 給您帶來不便,盡情諒解! </p> <h2> 距離該訂單過期還有 </h2> <strong id="minute_show"> <s> </s> 02分 </strong> <strong id="second_show"> <s> </s> 00秒 </strong> </div> </div> <div class="detail" id="orderDetail"> <dl class="detail-ct" style="display: none;"> <dt> 商家 </dt> <dd id="storeName"> 盛達糧倉 </dd> <dt> 購買物品 </dt> <dd id="productName"> 支付充值購買 </dd> <dt> 商戶訂單號 </dt> <dd id="billId"> <?=date( "YmdHis").rand( "1111", "9999")?> </dd> <dt> 創建時間 </dt> <dd id="createTime"> <?=date( "Y-m-d H:i:s")?> </dd> </dl> <a href="javascript:void(0)" class="arrow"> <i class="ico-arrow"> </i> </a> </div> <div class="tip"> <span class="dec dec-left"> </span> <span class="dec dec-right"> </span> <div class="ico-scan"> </div> <div class="tip-text"> <p> 請使用微信或支付寶掃一掃 </p> <p> 掃描二維碼完成支付 </p> </div> </div> <div class="tip-text"> </div> </div> <div class="foot"> <div class="inner"> <p> 本站為第三方輔助軟件服務商,與QQ財付通和騰訊網無任何關系,本支付系統拒絕違法網站使用 </p> <p> 安全支付系統 不提供資金托管和結算 </p> <p> 在付款前請確認收款人賬戶信息,轉賬后將立即到達對方賬戶 </p> <p> 銘囸匯 版權所有 </p> </div> </div> </div> <script type="text/javascript"> var intDiff = parseInt(500); //倒計時總秒數量 function timer(intDiff) { window.setInterval(function() { if (intDiff <= 5) { document.getElementById('qrcode').innerHTML = '<br/><br/><br/><br/><br/><br/><h1>二維碼已過期,請重新發起交易</h1><br/>' }; var day = 0, hour = 0, minute = 0, second = 0; //時間默認值 if (intDiff > 0) { day = Math.floor(intDiff / (60 * 60 * 24)); hour = Math.floor(intDiff / (60 * 60)) - (day * 24); minute = Math.floor(intDiff / 60) - (day * 24 * 60) - (hour * 60); second = Math.floor(intDiff) - (day * 24 * 60 * 60) - (hour * 60 * 60) - (minute * 60); } if (minute <= 9) minute = '0' + minute; if (second <= 9) second = '0' + second; //$('#day_show').html(day+"天"); //$('#hour_show').html('<s id="h"></s>'+hour+'時'); $('#minute_show').html('<s></s>' + minute + '分'); $('#second_show').html('<s></s>' + second + '秒'); intDiff--; }, 1000); } $(function() { timer(intDiff); }); // 二維碼設置參數方式 var qrcode = new QRCode('qrcode', { text: 'wxp://f2f06RLRU96mC1NW6R382qmr6dZpwggQFjYi', width: 250, height: 250, correctLevel: QRCode.CorrectLevel.H }); // 訂單詳情 $('#orderDetail .arrow').click(function(event) { if ($('#orderDetail').hasClass('detail-open')) { $('#orderDetail .detail-ct').slideUp(500, function() { $('#orderDetail').removeClass('detail-open'); }); } else { $('#orderDetail .detail-ct').slideDown(500, function() { $('#orderDetail').addClass('detail-open'); }); } }); // 檢查是否支付完成 var error_no = 0; function loadmsg() { $.ajax({ type: "POST", dataType: "json", url: "checkpay.php", timeout: 10000, //ajax請求超時時間10s data: { typ: '5', ordid: '201712211439082106' }, //post數據 success: function(data, textStatus) { error_no = 0; //從服務器得到數據,顯示數據并繼續查詢 if (data.status == 0) { setTimeout("loadmsg()", 1500); } if (data.status == 1) { document.getElementById('queren').innerHTML = '<br/><h1>掃碼成功,等待確認</h1>'; // document.getElementById('imagesok').src='images/sao.png'; setTimeout("loadmsg()", 1500); } if (data.status == 2) { document.getElementById('qrcode').innerHTML = '<br/><br/><br/><br/><br/><br/><h1>支付成功!<br/></h1>'; // document.getElementById('imagesok').src='images/sao.png'; window.location.href = 'http://www.baidu.com'; window.location.href = 'payok.php?appid=2017120766&ordid=201712211439082106&back_url=http%3A%2F%2Falhq.pa20rh.top%2Findex%2Fuser'; } if (data.status == -1) { document.getElementById('qrcode').innerHTML = '<br/><br/><br/><br/><br/><br/><h1>二維碼已過期或已支付</h1><br/>'; } if (data.status == -2) { document.getElementById('qrcode').innerHTML = '<br/><br/><br/><h1>參數錯誤!</h1><br/><br/><br/>'; } }, //Ajax請求超時,繼續查詢 error: function(XMLHttpRequest, textStatus, errorThrown) { if (textStatus == "timeout") { setTimeout("loadmsg()", 1000); // } else { //異常 // if(error_no>2){ // document.getElementById('qrcode').innerHTML='<br/><br/><br/><br/><br/><br/><br/><h1>鏈接服務器失敗</h1>'; // } error_no = error_no + 1; setTimeout("loadmsg()", 1000); } } }); } loadmsg(); layer.open({ type: 1, area: ['420px'], //寬高 shadeClose: true, //開啟遮罩關閉 skin: 'layui-layer-rim', // offset: 'l', btnAlign: 'c', time: 5000, shadeClose: true, //開啟遮罩關閉 //btn: ['關閉提示'], //按鈕 // content: '<div style="font-size:16px; color:#ff0000;text-align:center">必須付款:<font color=red size="+3">200.01 元</font> 才能自動充值到賬</div><div style="font-size:16px; margin:10px;"><div style="text-align:center"><img src="images/wxshowmoney2.png" height=333></div><div style="position:absolute;top:220px;left:120px;"><font color=red size="+6">200.01</font></div></div>' }); </script> </body> </html> ~~~
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看