Lae/resources/views/pay_error.blade.php

14 lines
176 B
PHP
Raw Normal View History

2022-09-06 07:12:30 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>支付结果</title>
</head>
<body>
<p>无法完成支付,请联系我们。</p>
</body>
</html>