UNPKG

@jashine/unipay-poslink

Version:

银联: 扫码支付-被扫

120 lines (119 loc) 2.88 kB
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>502 Bad Gateway</title> <style type="text/css"> body { margin: 5% auto 0 auto; padding: 0 18px; } .P { margin: 0 22%; } .O { margin-top: 20px; } .N { margin-top: 10px; } .M { margin: 10px 0 30px 0; } .L { margin-bottom: 60px; } .K { font-size: 25px; color: #f90; } .J { font-size: 14px; } .I { font-size: 20px; } .H { font-size: 18px; } .G { font-size: 16px; } .F { width: 230px; float: left; } .E { margin-top: 5px; } .D { margin: 8px 0 0 -20px; } .C { color: #3cf; cursor: pointer; } .B { color: #909090; margin-top: 15px; } .A { line-height: 30px; } .hide_me { display: none; } </style> </head> <body> <div id="p" class="P"> <div class="K">502</div> <div class="O I">Bad Gateway</div> <p class="J A L"> Error Times: Wed, 19 Jan 2022 09:47:10 GMT<br /><span class="F" >IP: 180.152.137.9</span >Node information: sanxian24:6, qinzhoudianxin68:0<br />URL: https://test-api-open.chinaums.com/v2/poslink/transaction/query-refund<br /><span class="hide_me" >Please contact our support: <a href="mailto:"></a><br /></span >Check: <span class="C G" onclick="s(0)">Details</span> </p> </div> <div id="d" class="hide_me P H"> <div class="K">ERROR</div> <p class="O I">The Requested URL could not be retrieved</p> <div class="O"> <div>While trying to retrieve the URL:</div> <pre class="B G"> https://test-api-open.chinaums.com/v2/poslink/transaction/query-refund</pre > </div> <div class="M"> <span>The following error was encountered:</span> <ul class="E"> <li class="D G">Zero Sized Reply</li> </ul> </div> <div class="M"> <p>The system returned:</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;<i>[No Error]</i></p> <p>The cache server did not receive any data for this request.</p> </div> <a class="N C" href="#" onclick="s(1)">return</a> </div> <script type="text/javascript"> function e(i) { return document.getElementById(i); } function d(i, t) { e(i).style.display = t ? "block" : "none"; } function s(e) { d("p", e); d("d", !e); } </script> </body> </html>