test: 更新测试网页中的webhook URL为生产环境地址
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
|
||||
<script>
|
||||
// Webhook URL
|
||||
const webhookUrl = 'http://localhost:8000/webhook.php';
|
||||
const webhookUrl = 'http://carwash.com/webhook.php';
|
||||
|
||||
// 发送验证请求
|
||||
async function testVerification() {
|
||||
|
||||
Reference in New Issue
Block a user