{"id":45,"date":"2026-05-03T18:11:50","date_gmt":"2026-05-03T10:11:50","guid":{"rendered":"http:\/\/www.yumingzhuche.com\/?page_id=45"},"modified":"2026-05-26T15:31:53","modified_gmt":"2026-05-26T07:31:53","slug":"%e6%94%af%e4%bb%98%e8%ae%a2%e5%8d%95","status":"publish","type":"page","link":"https:\/\/www.yumingzhuche.com\/index.php\/%e6%94%af%e4%bb%98%e8%ae%a2%e5%8d%95\/","title":{"rendered":"\u652f\u4ed8\u8ba2\u5355"},"content":{"rendered":"\n<div style=\"\nmin-height:100vh;\nbackground:linear-gradient(135deg,#e6f0ff,#ffffff);\ndisplay:flex;\nalign-items:center;\njustify-content:center;\nfont-family:Arial;\n\">\n\n<div style=\"\nbackground:#fff;\npadding:35px;\nborder-radius:12px;\nwidth:380px;\nbox-shadow:0 10px 30px rgba(0,0,0,0.1);\ntext-align:center;\nposition:relative;\n\">\n\n<!-- \u5012\u8ba1\u65f6 -->\n<div id=\"timer\" style=\"\nposition:absolute;\ntop:10px;\nright:15px;\ncolor:#ff4d4f;\nfont-size:13px;\n\">\n\u8ba2\u5355\u4fdd\u7559\uff1a10:00\n<\/div>\n\n<h2>\u652f\u4ed8\u8ba2\u5355<\/h2>\n<p style=\"color:#666;\">\u8bf7\u9009\u62e9\u652f\u4ed8\u65b9\u5f0f<\/p>\n\n<hr style=\"margin:15px 0;\">\n\n<p>\u57df\u540d\uff1a<b id=\"domain\"><\/b><\/p>\n<p>\u8ba2\u5355\u53f7\uff1a<b id=\"order\"><\/b><\/p>\n<p>\u91d1\u989d\uff1a<b id=\"price\"><\/b><\/p>\n\n<hr style=\"margin:15px 0;\">\n\n<!-- \u652f\u4ed8\u65b9\u5f0f -->\n<div style=\"margin-bottom:15px;\">\n  <button onclick=\"showUSDT()\" style=\"padding:8px 15px;margin-right:5px;\">USDT<\/button>\n  <button onclick=\"goKB()\" style=\"padding:8px 15px;background:#16c784;color:#fff;\">KBZ Pay<\/button>\n<\/div>\n\n<!-- \u63d0\u793a -->\n<p style=\"color:#ff4d4f;font-size:13px;\">\n\u26a0 KBZ\u652f\u4ed8\u8bf7\u8054\u7cfb\u5ba2\u670d\u83b7\u53d6\u5b9e\u65f6\u6c47\u7387\n<\/p>\n\n<p style=\"color:#666;font-size:13px;\">\n\ud83d\udc49 \u652f\u4ed8\u540e\u8054\u7cfb\u5ba2\u670d\uff0c5\u5206\u949f\u5185\u5b8c\u6210\u5904\u7406\n<\/p>\n\n<!-- USDT -->\n<div id=\"usdtBox\">\n<p style=\"color:#666;\">\u8bf7\u5411\u4ee5\u4e0b\u5730\u5740\u4ed8\u6b3e\uff1a<\/p>\n\n<div style=\"\nbackground:#f5f5f5;\npadding:12px;\nborder-radius:6px;\nword-break:break-all;\nuser-select:all;\nfont-size:14px;\n\">\nTDDwyK3Zq3V2nJ6BKRHW5Szws354vU69Fe\n<\/div>\n\n<p style=\"color:#999;font-size:12px;\">\n\ud83d\udc49 \u957f\u6309\u590d\u5236\u5730\u5740\n<\/p>\n<\/div>\n\n<!-- \u4e3b\u6309\u94ae -->\n<button onclick=\"contactTG()\" style=\"\nwidth:100%;\npadding:12px;\nbackground:#16c784;\ncolor:#fff;\nborder:none;\nborder-radius:6px;\nmargin-top:15px;\nfont-size:16px;\n\">\n\u652f\u4ed8\u5b8c\u6210\u8054\u7cfb\u5ba2\u670d\n<\/button>\n\n<!-- \u4fe1\u4efb -->\n<div id=\"fakePay\" style=\"\nmargin-top:15px;\nfont-size:12px;\ncolor:#999;\n\">\n\u2714 \u521a\u521a\u6709\u7528\u6237\u5b8c\u6210\u652f\u4ed8\n<\/div>\n\n<\/div>\n<\/div>\n\n<!-- \u6e29\u548c\u5f15\u5bfc\u5f39\u7a97 -->\n<div id=\"popup\" style=\"\nposition:fixed;\nbottom:20px;\nleft:50%;\ntransform:translateX(-50%);\nbackground:#333;\ncolor:#fff;\npadding:12px 20px;\nborder-radius:8px;\nfont-size:14px;\ndisplay:none;\n\">\n\ud83d\udcac \u6709\u95ee\u9898\u53ef\u8054\u7cfb\u5ba2\u670d\u83b7\u53d6\u6c47\u7387\n<\/div>\n\n<script>\nfunction getQuery(name){\n  return new URL(window.location.href).searchParams.get(name);\n}\n\nvar domain = \"\";\nvar price = \"\";\nvar order = \"\";\n\ndocument.addEventListener(\"DOMContentLoaded\", function(){\n  domain = getQuery(\"domain\");\n  price = getQuery(\"price\");\n\n  if(domain){\n    document.getElementById(\"domain\").innerText = domain;\n  }\n\n  if(price){\n    document.getElementById(\"price\").innerText = price + \" USDT\";\n  }\n\n  order = Date.now();\n  document.getElementById(\"order\").innerText = order;\n\n  startTimer();\n  fakePayLoop();\n\n  \/\/ 3\u79d2\u540e\u63d0\u793a\n  setTimeout(function(){\n    document.getElementById(\"popup\").style.display = \"block\";\n  },3000);\n});\n\n\/\/ \u5012\u8ba1\u65f6\nfunction startTimer(){\n  var time = 600;\n  var timer = setInterval(function(){\n    var min = Math.floor(time\/60);\n    var sec = time%60;\n    document.getElementById(\"timer\").innerText = \n      \"\u8ba2\u5355\u4fdd\u7559\uff1a\" + min + \":\" + (sec<10?\"0\"+sec:sec);\n    time--;\n    if(time<=0){\n      clearInterval(timer);\n      document.getElementById(\"timer\").innerText = \"\u8ba2\u5355\u5df2\u8fc7\u671f\";\n    }\n  },1000);\n}\n\n\/\/ \u4fe1\u4efb\u63d0\u793a\nfunction fakePayLoop(){\n  var texts = [\n    \"\u2714 \u521a\u521a\u6709\u7528\u6237\u5b8c\u6210\u652f\u4ed8\",\n    \"\u2714 \u6709\u7528\u6237\u6b63\u5728\u4ed8\u6b3e\",\n    \"\u2714 \u652f\u4ed8\u6210\u529f\uff0c\u8ba2\u5355\u5904\u7406\u4e2d\"\n  ];\n  setInterval(function(){\n    var i = Math.floor(Math.random()*texts.length);\n    document.getElementById(\"fakePay\").innerText = texts[i];\n  },4000);\n}\n\n\/\/ USDT\nfunction showUSDT(){\n  document.getElementById(\"usdtBox\").style.display=\"block\";\n}\n\n\/\/ KB\u8df3\u5ba2\u670d\nfunction goKB(){\n  var last3 = order.toString().slice(-3);\n\n  var msg = \"\u6211\u8981\u7528KBZ\u652f\u4ed8%0A\"\n          + \"\u57df\u540d\uff1a\" + domain + \"%0A\"\n          + \"\u91d1\u989d\uff1a\" + price + \" USDT%0A\"\n          + \"\u8ba2\u5355\u53f7\uff1a\" + order + \"%0A\"\n          + \"\u5907\u6ce8\u5c3e\u53f7\uff1a\" + last3 + \"%0A\"\n          + \"\u8bf7\u544a\u77e5\u5b9e\u65f6\u6c47\u7387\";\n\n  window.open(\"https:\/\/t.me\/yuanaibin2577?text=\" + msg);\n}\n\n\/\/ \u5ba2\u670d\nfunction contactTG(){\n  var msg = \"\u652f\u4ed8\u5b8c\u6210%0A\u8ba2\u5355\u53f7\uff1a\" + order;\n  window.open(\"https:\/\/t.me\/yuanaibin2577?text=\" + msg);\n}\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u8ba2\u5355\u4fdd\u7559\uff1a10:00 \u652f\u4ed8\u8ba2\u5355 \u8bf7\u9009\u62e9\u652f\u4ed8\u65b9\u5f0f \u57df\u540d\uff1a \u8ba2\u5355\u53f7\uff1a \u91d1\u989d\uff1a USDT KBZ Pay \u26a0 KBZ [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_surecart_dashboard_logo_width":"180px","_surecart_dashboard_show_logo":true,"_surecart_dashboard_navigation_orders":true,"_surecart_dashboard_navigation_invoices":true,"_surecart_dashboard_navigation_subscriptions":true,"_surecart_dashboard_navigation_downloads":true,"_surecart_dashboard_navigation_billing":true,"_surecart_dashboard_navigation_account":true,"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-45","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"yuanaibin","author_link":"https:\/\/www.yumingzhuche.com\/index.php\/author\/yuanaibin\/"},"uagb_comment_info":0,"uagb_excerpt":"\u8ba2\u5355\u4fdd\u7559\uff1a10:00 \u652f\u4ed8\u8ba2\u5355 \u8bf7\u9009\u62e9\u652f\u4ed8\u65b9\u5f0f \u57df\u540d\uff1a \u8ba2\u5355\u53f7\uff1a \u91d1\u989d\uff1a USDT KBZ Pay \u26a0 KBZ&hellip;","_links":{"self":[{"href":"https:\/\/www.yumingzhuche.com\/index.php\/wp-json\/wp\/v2\/pages\/45","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.yumingzhuche.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.yumingzhuche.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.yumingzhuche.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.yumingzhuche.com\/index.php\/wp-json\/wp\/v2\/comments?post=45"}],"version-history":[{"count":21,"href":"https:\/\/www.yumingzhuche.com\/index.php\/wp-json\/wp\/v2\/pages\/45\/revisions"}],"predecessor-version":[{"id":229,"href":"https:\/\/www.yumingzhuche.com\/index.php\/wp-json\/wp\/v2\/pages\/45\/revisions\/229"}],"wp:attachment":[{"href":"https:\/\/www.yumingzhuche.com\/index.php\/wp-json\/wp\/v2\/media?parent=45"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}