cloudflare
tcp/443 tcp/80 tcp/8443
Open service 172.67.218.54:8443 · order.thinkgin.com
2026-01-08 11:53
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 11:53:14 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=12,cfOrigin;dur=427
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Nivi9Uu0si6GTakgEJIIwKNsEx9Ct8WOqBWn39xCJxWT4PBa80DFJCIb1NaI3CEjvTpNzvuNEAEAxU%2Fjx0gKuwaBjvtR%2F23GRbZXdTJ65h%2By2Q%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Speculation-Rules: "/cdn-cgi/speculation"
cf-cache-status: DYNAMIC
CF-RAY: 9bab7e453cd941f4-BOM
alt-svc: h3=":8443"; ma=86400
Page title: 商户管理系统
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>商户管理系统</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<!-- 导航栏 -->
<nav class="navbar">
<div class="nav-brand">
<h1>商户管理系统</h1>
</div>
<ul class="nav-menu">
<li><a href="#" onclick="showPage('dashboard')">报表</a></li>
<li><a href="#" onclick="showPage('orders')">订单管理</a></li>
<li><a href="#" onclick="showPage('merchants')">商户管理</a></li>
<li><a href="#" onclick="showPage('settlements')">结算单</a></li>
<li><a href="#" onclick="showPage('admin')">管理员</a></li>
<li><a href="#" onclick="logout()" style="background: rgba(255,255,255,0.2);">退出登录</a></li>
</ul>
</nav>
<!-- 报表页面 -->
<div id="dashboard" class="page active">
<h2>数据报表</h2>
<div class="stats-grid">
<div class="stat-card">
<h3>今日交易额</h3>
<p class="stat-value" id="todayAmount">¥0</p>
</div>
<div class="stat-card">
<h3>今日订单数</h3>
<p class="stat-value" id="todayOrders">0</p>
</div>
<div class="stat-card">
<h3>活跃商户数</h3>
<p class="stat-value" id="activeMerchants">0</p>
</div>
<div class="stat-card">
<h3>本月总交易额</h3>
<p class="stat-value" id="monthAmount">¥0</p>
</div>
</div>
<div class="chart-container">
<h3>近30天交易趋势</h3>
<div id="chartArea" class="chart-area">
<canvas id="trendChart" width="800" height="300"></canvas>
</div>
</div>
<div class="merchant-ranking">
<h3>商户排行榜</h3>
<table class="data-table">
<thead>
<tr>
<th>排名</th>
<th>商户名称</th>
<th>本月交易额</th>
<th>订单数</th>
</tr>
</thead>
<tbody id="merchantRanking">
</tbody>
</table>
</div>
</div>
<!-- 订单管理页面 -->
<div id="orders" class="page">
<h2>订单管理</h2>
<div class="filter-bar">
<input type="text" id="orderSearch" placeholder="搜索商户号或订单号">
<select id="merchantFilter">
<option value="">所有商户</option>
</select>
<input type="date" id="dateFrom">
<input type="date" id="dateTo">
<button onclick="filterOrders()">搜索</button>
<button onclick="clearFilters()">清空</button>
</div>
<div class="table-container">
<table class="data-table">
<thead>
<tr>
<th>商户订单号</th>
<th>商户号</th>
<th>商户名称</th>
<th>交易金额</th>
<th>交易时间</th>
<th>商户类别</th>
<th>操作</th>
</tr>
</thead>
<tbody id="ordersTable">
</tbody>
</ta
Open service 104.21.94.13:8443 · order.thinkgin.com
2026-01-08 11:53
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 11:53:13 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=13,cfOrigin;dur=47
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=f7fo1s6OraDFgUmzb501O8aAqVs3158rlNxluRc0MrjSEGBhZQlIITDglvkjSYfjWvKOTdJOoNJFQcFS%2BSG%2Fx7JeqaWmY6S7QbJ1C7jauOUj0g%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Speculation-Rules: "/cdn-cgi/speculation"
cf-cache-status: DYNAMIC
CF-RAY: 9bab7e40bacafaa6-SJC
alt-svc: h3=":8443"; ma=86400
Page title: 商户管理系统
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>商户管理系统</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<!-- 导航栏 -->
<nav class="navbar">
<div class="nav-brand">
<h1>商户管理系统</h1>
</div>
<ul class="nav-menu">
<li><a href="#" onclick="showPage('dashboard')">报表</a></li>
<li><a href="#" onclick="showPage('orders')">订单管理</a></li>
<li><a href="#" onclick="showPage('merchants')">商户管理</a></li>
<li><a href="#" onclick="showPage('settlements')">结算单</a></li>
<li><a href="#" onclick="showPage('admin')">管理员</a></li>
<li><a href="#" onclick="logout()" style="background: rgba(255,255,255,0.2);">退出登录</a></li>
</ul>
</nav>
<!-- 报表页面 -->
<div id="dashboard" class="page active">
<h2>数据报表</h2>
<div class="stats-grid">
<div class="stat-card">
<h3>今日交易额</h3>
<p class="stat-value" id="todayAmount">¥0</p>
</div>
<div class="stat-card">
<h3>今日订单数</h3>
<p class="stat-value" id="todayOrders">0</p>
</div>
<div class="stat-card">
<h3>活跃商户数</h3>
<p class="stat-value" id="activeMerchants">0</p>
</div>
<div class="stat-card">
<h3>本月总交易额</h3>
<p class="stat-value" id="monthAmount">¥0</p>
</div>
</div>
<div class="chart-container">
<h3>近30天交易趋势</h3>
<div id="chartArea" class="chart-area">
<canvas id="trendChart" width="800" height="300"></canvas>
</div>
</div>
<div class="merchant-ranking">
<h3>商户排行榜</h3>
<table class="data-table">
<thead>
<tr>
<th>排名</th>
<th>商户名称</th>
<th>本月交易额</th>
<th>订单数</th>
</tr>
</thead>
<tbody id="merchantRanking">
</tbody>
</table>
</div>
</div>
<!-- 订单管理页面 -->
<div id="orders" class="page">
<h2>订单管理</h2>
<div class="filter-bar">
<input type="text" id="orderSearch" placeholder="搜索商户号或订单号">
<select id="merchantFilter">
<option value="">所有商户</option>
</select>
<input type="date" id="dateFrom">
<input type="date" id="dateTo">
<button onclick="filterOrders()">搜索</button>
<button onclick="clearFilters()">清空</button>
</div>
<div class="table-container">
<table class="data-table">
<thead>
<tr>
<th>商户订单号</th>
<th>商户号</th>
<th>商户名称</th>
<th>交易金额</th>
<th>交易时间</th>
<th>商户类别</th>
<th>操作</th>
</tr>
</thead>
<tbody id="ordersTable">
</tbody>
</ta
Open service 2606:4700:3033::6815:5e0d:80 · order.thinkgin.com
2026-01-08 11:53
HTTP/1.1 301 Moved Permanently
Date: Thu, 08 Jan 2026 11:53:12 GMT
Content-Length: 0
Connection: close
Location: https://order.thinkgin.com/
Speculation-Rules: "/cdn-cgi/speculation"
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=EN7ZJuXicNgS4RSraBQ2VSQ6DSQP9KtULX2RdKWrerllMQ5y8vOr%2BLeUeq5CrO75%2BtTcmM6HCrl8RQk2Uub22bSWe7AMAq2EV00Mb0hw1z0nUbydGM4fP1jGzPPV0w%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=12,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9bab7e3f7ac2ab39-YYZ
Open service 2606:4700:3035::ac43:da36:443 · order.thinkgin.com
2026-01-08 11:53
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 11:53:13 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=10,cfOrigin;dur=37
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ovPzp%2BSSXZd4l0P3PxNR%2B093w09lP6h8CrNdgKkRHOXcCqprxA3hNGaK2xonrISe1KWJI0QZrz8ghcxW7qI0XS7WJOnpYsAZ66TD22tEKFJoh7cJgCt9CXwNoneNfg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Speculation-Rules: "/cdn-cgi/speculation"
cf-cache-status: DYNAMIC
CF-RAY: 9bab7e401efdab3c-YYZ
alt-svc: h3=":443"; ma=86400
Page title: 商户管理系统
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>商户管理系统</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<!-- 导航栏 -->
<nav class="navbar">
<div class="nav-brand">
<h1>商户管理系统</h1>
</div>
<ul class="nav-menu">
<li><a href="#" onclick="showPage('dashboard')">报表</a></li>
<li><a href="#" onclick="showPage('orders')">订单管理</a></li>
<li><a href="#" onclick="showPage('merchants')">商户管理</a></li>
<li><a href="#" onclick="showPage('settlements')">结算单</a></li>
<li><a href="#" onclick="showPage('admin')">管理员</a></li>
<li><a href="#" onclick="logout()" style="background: rgba(255,255,255,0.2);">退出登录</a></li>
</ul>
</nav>
<!-- 报表页面 -->
<div id="dashboard" class="page active">
<h2>数据报表</h2>
<div class="stats-grid">
<div class="stat-card">
<h3>今日交易额</h3>
<p class="stat-value" id="todayAmount">¥0</p>
</div>
<div class="stat-card">
<h3>今日订单数</h3>
<p class="stat-value" id="todayOrders">0</p>
</div>
<div class="stat-card">
<h3>活跃商户数</h3>
<p class="stat-value" id="activeMerchants">0</p>
</div>
<div class="stat-card">
<h3>本月总交易额</h3>
<p class="stat-value" id="monthAmount">¥0</p>
</div>
</div>
<div class="chart-container">
<h3>近30天交易趋势</h3>
<div id="chartArea" class="chart-area">
<canvas id="trendChart" width="800" height="300"></canvas>
</div>
</div>
<div class="merchant-ranking">
<h3>商户排行榜</h3>
<table class="data-table">
<thead>
<tr>
<th>排名</th>
<th>商户名称</th>
<th>本月交易额</th>
<th>订单数</th>
</tr>
</thead>
<tbody id="merchantRanking">
</tbody>
</table>
</div>
</div>
<!-- 订单管理页面 -->
<div id="orders" class="page">
<h2>订单管理</h2>
<div class="filter-bar">
<input type="text" id="orderSearch" placeholder="搜索商户号或订单号">
<select id="merchantFilter">
<option value="">所有商户</option>
</select>
<input type="date" id="dateFrom">
<input type="date" id="dateTo">
<button onclick="filterOrders()">搜索</button>
<button onclick="clearFilters()">清空</button>
</div>
<div class="table-container">
<table class="data-table">
<thead>
<tr>
<th>商户订单号</th>
<th>商户号</th>
<th>商户名称</th>
<th>交易金额</th>
<th>交易时间</th>
<th>商户类别</th>
<th>操作</th>
</tr>
</thead>
<tbody id="ordersTable">
</tbody>
</ta
Open service 2606:4700:3035::ac43:da36:8443 · order.thinkgin.com
2026-01-08 11:53
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 11:53:13 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=9,cfOrigin;dur=33
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bG7KvAdZzXmyXi4tZ6Mm%2BZ98CngAopq7%2FCNAVi5U63WUFZGn3Bfu0zDz6QDYO%2BJdJmmAD62qEq0d86TdrWsNBdxFF29Zn4ptVqBzGkLbxx4KqnI5zI4XpEGCTNeYUg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Speculation-Rules: "/cdn-cgi/speculation"
cf-cache-status: DYNAMIC
CF-RAY: 9bab7e40192faaeb-YYZ
alt-svc: h3=":8443"; ma=86400
Page title: 商户管理系统
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>商户管理系统</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<!-- 导航栏 -->
<nav class="navbar">
<div class="nav-brand">
<h1>商户管理系统</h1>
</div>
<ul class="nav-menu">
<li><a href="#" onclick="showPage('dashboard')">报表</a></li>
<li><a href="#" onclick="showPage('orders')">订单管理</a></li>
<li><a href="#" onclick="showPage('merchants')">商户管理</a></li>
<li><a href="#" onclick="showPage('settlements')">结算单</a></li>
<li><a href="#" onclick="showPage('admin')">管理员</a></li>
<li><a href="#" onclick="logout()" style="background: rgba(255,255,255,0.2);">退出登录</a></li>
</ul>
</nav>
<!-- 报表页面 -->
<div id="dashboard" class="page active">
<h2>数据报表</h2>
<div class="stats-grid">
<div class="stat-card">
<h3>今日交易额</h3>
<p class="stat-value" id="todayAmount">¥0</p>
</div>
<div class="stat-card">
<h3>今日订单数</h3>
<p class="stat-value" id="todayOrders">0</p>
</div>
<div class="stat-card">
<h3>活跃商户数</h3>
<p class="stat-value" id="activeMerchants">0</p>
</div>
<div class="stat-card">
<h3>本月总交易额</h3>
<p class="stat-value" id="monthAmount">¥0</p>
</div>
</div>
<div class="chart-container">
<h3>近30天交易趋势</h3>
<div id="chartArea" class="chart-area">
<canvas id="trendChart" width="800" height="300"></canvas>
</div>
</div>
<div class="merchant-ranking">
<h3>商户排行榜</h3>
<table class="data-table">
<thead>
<tr>
<th>排名</th>
<th>商户名称</th>
<th>本月交易额</th>
<th>订单数</th>
</tr>
</thead>
<tbody id="merchantRanking">
</tbody>
</table>
</div>
</div>
<!-- 订单管理页面 -->
<div id="orders" class="page">
<h2>订单管理</h2>
<div class="filter-bar">
<input type="text" id="orderSearch" placeholder="搜索商户号或订单号">
<select id="merchantFilter">
<option value="">所有商户</option>
</select>
<input type="date" id="dateFrom">
<input type="date" id="dateTo">
<button onclick="filterOrders()">搜索</button>
<button onclick="clearFilters()">清空</button>
</div>
<div class="table-container">
<table class="data-table">
<thead>
<tr>
<th>商户订单号</th>
<th>商户号</th>
<th>商户名称</th>
<th>交易金额</th>
<th>交易时间</th>
<th>商户类别</th>
<th>操作</th>
</tr>
</thead>
<tbody id="ordersTable">
</tbody>
</ta
Open service 104.21.94.13:443 · order.thinkgin.com
2026-01-08 11:53
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 11:53:13 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=30,cfOrigin;dur=44
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=4jLuUcSU5ZBKrsmCc3iCcxraLya%2FfAsTAPAwJwXVe13RL5v5SMYUaG0Fip75jPlBIJ9qFoQpSrFUM0wT96h3xRPxfzakmsZ1GW7WRprtLstt8w%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Speculation-Rules: "/cdn-cgi/speculation"
cf-cache-status: DYNAMIC
CF-RAY: 9bab7e407826ce74-SJC
alt-svc: h3=":443"; ma=86400
Page title: 商户管理系统
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>商户管理系统</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<!-- 导航栏 -->
<nav class="navbar">
<div class="nav-brand">
<h1>商户管理系统</h1>
</div>
<ul class="nav-menu">
<li><a href="#" onclick="showPage('dashboard')">报表</a></li>
<li><a href="#" onclick="showPage('orders')">订单管理</a></li>
<li><a href="#" onclick="showPage('merchants')">商户管理</a></li>
<li><a href="#" onclick="showPage('settlements')">结算单</a></li>
<li><a href="#" onclick="showPage('admin')">管理员</a></li>
<li><a href="#" onclick="logout()" style="background: rgba(255,255,255,0.2);">退出登录</a></li>
</ul>
</nav>
<!-- 报表页面 -->
<div id="dashboard" class="page active">
<h2>数据报表</h2>
<div class="stats-grid">
<div class="stat-card">
<h3>今日交易额</h3>
<p class="stat-value" id="todayAmount">¥0</p>
</div>
<div class="stat-card">
<h3>今日订单数</h3>
<p class="stat-value" id="todayOrders">0</p>
</div>
<div class="stat-card">
<h3>活跃商户数</h3>
<p class="stat-value" id="activeMerchants">0</p>
</div>
<div class="stat-card">
<h3>本月总交易额</h3>
<p class="stat-value" id="monthAmount">¥0</p>
</div>
</div>
<div class="chart-container">
<h3>近30天交易趋势</h3>
<div id="chartArea" class="chart-area">
<canvas id="trendChart" width="800" height="300"></canvas>
</div>
</div>
<div class="merchant-ranking">
<h3>商户排行榜</h3>
<table class="data-table">
<thead>
<tr>
<th>排名</th>
<th>商户名称</th>
<th>本月交易额</th>
<th>订单数</th>
</tr>
</thead>
<tbody id="merchantRanking">
</tbody>
</table>
</div>
</div>
<!-- 订单管理页面 -->
<div id="orders" class="page">
<h2>订单管理</h2>
<div class="filter-bar">
<input type="text" id="orderSearch" placeholder="搜索商户号或订单号">
<select id="merchantFilter">
<option value="">所有商户</option>
</select>
<input type="date" id="dateFrom">
<input type="date" id="dateTo">
<button onclick="filterOrders()">搜索</button>
<button onclick="clearFilters()">清空</button>
</div>
<div class="table-container">
<table class="data-table">
<thead>
<tr>
<th>商户订单号</th>
<th>商户号</th>
<th>商户名称</th>
<th>交易金额</th>
<th>交易时间</th>
<th>商户类别</th>
<th>操作</th>
</tr>
</thead>
<tbody id="ordersTable">
</tbody>
</ta
Open service 2606:4700:3035::ac43:da36:80 · order.thinkgin.com
2026-01-08 11:53
HTTP/1.1 301 Moved Permanently
Date: Thu, 08 Jan 2026 11:53:12 GMT
Content-Length: 0
Connection: close
Location: https://order.thinkgin.com/
Speculation-Rules: "/cdn-cgi/speculation"
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Zn43ifFA0NMGP1EU5BkAvU5MYcdsBO9WaiZXrMQDOcZ%2FeCrGSm5iSVWUjZUOh%2F1yz6BKUv2ZclejkCeH1XA3WXegeM44jFawEQrc0l%2F%2BgLGOutsF869fEffZ7RjWsQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=11,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9bab7e3f4e2bd360-FRA
Open service 2606:4700:3033::6815:5e0d:8443 · order.thinkgin.com
2026-01-08 11:53
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 11:53:13 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=88,cfOrigin;dur=108
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lNc1yK61hTZoTb%2FcV%2FrRBJGhlEeHdpkhpa2k%2FNhv9kohu%2BNMcbftQwvq20CL0P3LfEnT8UQuQAJ%2BQ5OSyT%2By2xH%2BA9DtvlLXsBnRDLr5japzGHQqk3Rup9UYd4Dh7A%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Speculation-Rules: "/cdn-cgi/speculation"
cf-cache-status: DYNAMIC
CF-RAY: 9bab7e3f4fd08c2d-EWR
alt-svc: h3=":8443"; ma=86400
Page title: 商户管理系统
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>商户管理系统</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<!-- 导航栏 -->
<nav class="navbar">
<div class="nav-brand">
<h1>商户管理系统</h1>
</div>
<ul class="nav-menu">
<li><a href="#" onclick="showPage('dashboard')">报表</a></li>
<li><a href="#" onclick="showPage('orders')">订单管理</a></li>
<li><a href="#" onclick="showPage('merchants')">商户管理</a></li>
<li><a href="#" onclick="showPage('settlements')">结算单</a></li>
<li><a href="#" onclick="showPage('admin')">管理员</a></li>
<li><a href="#" onclick="logout()" style="background: rgba(255,255,255,0.2);">退出登录</a></li>
</ul>
</nav>
<!-- 报表页面 -->
<div id="dashboard" class="page active">
<h2>数据报表</h2>
<div class="stats-grid">
<div class="stat-card">
<h3>今日交易额</h3>
<p class="stat-value" id="todayAmount">¥0</p>
</div>
<div class="stat-card">
<h3>今日订单数</h3>
<p class="stat-value" id="todayOrders">0</p>
</div>
<div class="stat-card">
<h3>活跃商户数</h3>
<p class="stat-value" id="activeMerchants">0</p>
</div>
<div class="stat-card">
<h3>本月总交易额</h3>
<p class="stat-value" id="monthAmount">¥0</p>
</div>
</div>
<div class="chart-container">
<h3>近30天交易趋势</h3>
<div id="chartArea" class="chart-area">
<canvas id="trendChart" width="800" height="300"></canvas>
</div>
</div>
<div class="merchant-ranking">
<h3>商户排行榜</h3>
<table class="data-table">
<thead>
<tr>
<th>排名</th>
<th>商户名称</th>
<th>本月交易额</th>
<th>订单数</th>
</tr>
</thead>
<tbody id="merchantRanking">
</tbody>
</table>
</div>
</div>
<!-- 订单管理页面 -->
<div id="orders" class="page">
<h2>订单管理</h2>
<div class="filter-bar">
<input type="text" id="orderSearch" placeholder="搜索商户号或订单号">
<select id="merchantFilter">
<option value="">所有商户</option>
</select>
<input type="date" id="dateFrom">
<input type="date" id="dateTo">
<button onclick="filterOrders()">搜索</button>
<button onclick="clearFilters()">清空</button>
</div>
<div class="table-container">
<table class="data-table">
<thead>
<tr>
<th>商户订单号</th>
<th>商户号</th>
<th>商户名称</th>
<th>交易金额</th>
<th>交易时间</th>
<th>商户类别</th>
<th>操作</th>
</tr>
</thead>
<tbody id="ordersTable">
</tbody>
</ta
Open service 2606:4700:3033::6815:5e0d:443 · order.thinkgin.com
2026-01-08 11:53
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 11:53:12 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=14,cfOrigin;dur=39
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bBOGjZfKielUXLMV5m76xw8xoIx1rX3iWNeELJsWf71m9Kf632UXH%2BR%2BZ%2BMDLbPTsCIIF%2BGUHoB0rI2t6cOSRa8lHI%2B%2FhOUUu50MsC5R1El8xVY%2BEdc%2F2wasSm8z3g%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Speculation-Rules: "/cdn-cgi/speculation"
cf-cache-status: DYNAMIC
CF-RAY: 9bab7e3f4967425f-EWR
alt-svc: h3=":443"; ma=86400
Page title: 商户管理系统
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>商户管理系统</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<!-- 导航栏 -->
<nav class="navbar">
<div class="nav-brand">
<h1>商户管理系统</h1>
</div>
<ul class="nav-menu">
<li><a href="#" onclick="showPage('dashboard')">报表</a></li>
<li><a href="#" onclick="showPage('orders')">订单管理</a></li>
<li><a href="#" onclick="showPage('merchants')">商户管理</a></li>
<li><a href="#" onclick="showPage('settlements')">结算单</a></li>
<li><a href="#" onclick="showPage('admin')">管理员</a></li>
<li><a href="#" onclick="logout()" style="background: rgba(255,255,255,0.2);">退出登录</a></li>
</ul>
</nav>
<!-- 报表页面 -->
<div id="dashboard" class="page active">
<h2>数据报表</h2>
<div class="stats-grid">
<div class="stat-card">
<h3>今日交易额</h3>
<p class="stat-value" id="todayAmount">¥0</p>
</div>
<div class="stat-card">
<h3>今日订单数</h3>
<p class="stat-value" id="todayOrders">0</p>
</div>
<div class="stat-card">
<h3>活跃商户数</h3>
<p class="stat-value" id="activeMerchants">0</p>
</div>
<div class="stat-card">
<h3>本月总交易额</h3>
<p class="stat-value" id="monthAmount">¥0</p>
</div>
</div>
<div class="chart-container">
<h3>近30天交易趋势</h3>
<div id="chartArea" class="chart-area">
<canvas id="trendChart" width="800" height="300"></canvas>
</div>
</div>
<div class="merchant-ranking">
<h3>商户排行榜</h3>
<table class="data-table">
<thead>
<tr>
<th>排名</th>
<th>商户名称</th>
<th>本月交易额</th>
<th>订单数</th>
</tr>
</thead>
<tbody id="merchantRanking">
</tbody>
</table>
</div>
</div>
<!-- 订单管理页面 -->
<div id="orders" class="page">
<h2>订单管理</h2>
<div class="filter-bar">
<input type="text" id="orderSearch" placeholder="搜索商户号或订单号">
<select id="merchantFilter">
<option value="">所有商户</option>
</select>
<input type="date" id="dateFrom">
<input type="date" id="dateTo">
<button onclick="filterOrders()">搜索</button>
<button onclick="clearFilters()">清空</button>
</div>
<div class="table-container">
<table class="data-table">
<thead>
<tr>
<th>商户订单号</th>
<th>商户号</th>
<th>商户名称</th>
<th>交易金额</th>
<th>交易时间</th>
<th>商户类别</th>
<th>操作</th>
</tr>
</thead>
<tbody id="ordersTable">
</tbody>
</ta
Open service 172.67.218.54:443 · order.thinkgin.com
2026-01-08 11:53
HTTP/1.1 200 OK
Date: Thu, 08 Jan 2026 11:53:12 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=11,cfOrigin;dur=33
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=TV55Nxl5bKwTZIwvj8rwmkRKri1Cr3Hp%2BC3kTxlm8SmEn6xNdtDjbL7JHgnyqTYoOFl6LOpt8udxqUYeiJGL1DcZcnaStyqpQFc8b16qC1ZCmQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
Speculation-Rules: "/cdn-cgi/speculation"
cf-cache-status: DYNAMIC
CF-RAY: 9bab7e3fabbeeeee-EWR
alt-svc: h3=":443"; ma=86400
Page title: 商户管理系统
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>商户管理系统</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<!-- 导航栏 -->
<nav class="navbar">
<div class="nav-brand">
<h1>商户管理系统</h1>
</div>
<ul class="nav-menu">
<li><a href="#" onclick="showPage('dashboard')">报表</a></li>
<li><a href="#" onclick="showPage('orders')">订单管理</a></li>
<li><a href="#" onclick="showPage('merchants')">商户管理</a></li>
<li><a href="#" onclick="showPage('settlements')">结算单</a></li>
<li><a href="#" onclick="showPage('admin')">管理员</a></li>
<li><a href="#" onclick="logout()" style="background: rgba(255,255,255,0.2);">退出登录</a></li>
</ul>
</nav>
<!-- 报表页面 -->
<div id="dashboard" class="page active">
<h2>数据报表</h2>
<div class="stats-grid">
<div class="stat-card">
<h3>今日交易额</h3>
<p class="stat-value" id="todayAmount">¥0</p>
</div>
<div class="stat-card">
<h3>今日订单数</h3>
<p class="stat-value" id="todayOrders">0</p>
</div>
<div class="stat-card">
<h3>活跃商户数</h3>
<p class="stat-value" id="activeMerchants">0</p>
</div>
<div class="stat-card">
<h3>本月总交易额</h3>
<p class="stat-value" id="monthAmount">¥0</p>
</div>
</div>
<div class="chart-container">
<h3>近30天交易趋势</h3>
<div id="chartArea" class="chart-area">
<canvas id="trendChart" width="800" height="300"></canvas>
</div>
</div>
<div class="merchant-ranking">
<h3>商户排行榜</h3>
<table class="data-table">
<thead>
<tr>
<th>排名</th>
<th>商户名称</th>
<th>本月交易额</th>
<th>订单数</th>
</tr>
</thead>
<tbody id="merchantRanking">
</tbody>
</table>
</div>
</div>
<!-- 订单管理页面 -->
<div id="orders" class="page">
<h2>订单管理</h2>
<div class="filter-bar">
<input type="text" id="orderSearch" placeholder="搜索商户号或订单号">
<select id="merchantFilter">
<option value="">所有商户</option>
</select>
<input type="date" id="dateFrom">
<input type="date" id="dateTo">
<button onclick="filterOrders()">搜索</button>
<button onclick="clearFilters()">清空</button>
</div>
<div class="table-container">
<table class="data-table">
<thead>
<tr>
<th>商户订单号</th>
<th>商户号</th>
<th>商户名称</th>
<th>交易金额</th>
<th>交易时间</th>
<th>商户类别</th>
<th>操作</th>
</tr>
</thead>
<tbody id="ordersTable">
</tbody>
</ta
Open service 104.21.94.13:80 · order.thinkgin.com
2026-01-08 11:53
HTTP/1.1 301 Moved Permanently
Date: Thu, 08 Jan 2026 11:53:12 GMT
Content-Length: 0
Connection: close
Location: https://order.thinkgin.com/
Speculation-Rules: "/cdn-cgi/speculation"
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=o4FSuXBKHOSmosqXlp%2F7lK37JnQo7NsoZWmG9x36Ao85SiKZDsg1dudkWAw03PXVXu7nQjwv%2FnK31reYdcFjD3yFsYjn2xMPM0tgBa1q%2BdY%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=10,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9bab7e3edd84ef49-LHR
Open service 172.67.218.54:80 · order.thinkgin.com
2026-01-08 11:53
HTTP/1.1 301 Moved Permanently
Date: Thu, 08 Jan 2026 11:53:12 GMT
Content-Length: 0
Connection: close
Location: https://order.thinkgin.com/
Speculation-Rules: "/cdn-cgi/speculation"
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ZHbnqecHsrWLqTR4Nnn7PXofawzmnarWw0g0EzUWWCOrIt5Q5Y00TEqWXm5xwW03pXN%2FlyQVXWo%2BNzOaZaBgBJ2DnP3DEO6VVoA1GrcIe73c0Q%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=24,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9bab7e3e385c9fff-AMS