Files
xk-hy-transit-go/internal/logweb/web/index.html
2026-05-28 17:03:08 +08:00

45 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>Transit 控制台</title>
<link rel="stylesheet" href="/static/static.css">
</head>
<body>
<div class="wrap">
<header>
<h1>互联网医院监管中转 · Web 控制台</h1>
</header>
<div class="cards">
<a class="card" href="/config">
<h2>互医配置</h2>
<p>查看 xk-api 云端与本地 .env、Runner 生效值;本地 FileAuth.java 生成 uploadToken。</p>
</a>
<a class="card" href="/fileauth">
<h2>上传凭证</h2>
<p>FileAuth.java upload profilescope=仅 bucket分步生成与格式校验。</p>
</a>
<a class="card" href="/upload">
<h2>文件上传</h2>
<p>测试监管 PDF 上传(经 forward-go排查 403 / token 问题。</p>
</a>
<a class="card" href="/runs">
<h2>同步流水</h2>
<p>三表关联:任务、拉取 payload、上传 HTTP失败记录可整条重试。</p>
</a>
<a class="card" href="/logs">
<h2>文件日志</h2>
<p>查看 app / pull / push 按日滚动日志,支持搜索与高亮。</p>
</a>
<a class="card" href="/test">
<h2>测试执行</h2>
<p>触发一次 sync拉取 → 上传 → 回调),用于联调测试。</p>
</a>
</div>
<p class="footer" id="meta-footer">加载中…</p>
</div>
<script src="/static/app.js"></script>
<script>loadMeta();</script>
</body>
</html>