test: 更新测试网页中的webhook URL为生产环境地址

This commit is contained in:
2025-12-05 17:10:21 +08:00
parent 6a43cec22e
commit 1a196f968e
+1 -1
View File
@@ -90,7 +90,7 @@
<script>
// Webhook URL
const webhookUrl = 'http://localhost:8000/webhook.php';
const webhookUrl = 'http://carwash.com/webhook.php';
// 发送验证请求
async function testVerification() {