mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-10-16 18:18:00 +08:00
由gopath形式改为module
This commit is contained in:
21
gateway/views/err/params.html
Normal file
21
gateway/views/err/params.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>错误失败</title>
|
||||
<link rel="stylesheet" href="../../static/lib/bootstrap/css/bootstrap.min.css">
|
||||
<style>
|
||||
.container p{
|
||||
color: red;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h3>请求异常</h3>
|
||||
<p>{{.flash.error}}</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user