dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(config): 更新生产环境数据库连接地址
Administrator
2026-06-18
eec243aac6ee9d03d6dc30f29268606e0ad72401
[xc-mall.git]
/
src
/
main
/
resources
/
templates
/
success.html
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>支付成功</title>
</head>
<body>
<h1 th:text="支付成功"></h1>
</body>
</html>