消息推送后台打通

This commit is contained in:
not-like-juvenile
2026-03-09 10:39:29 +08:00
parent 427010f7db
commit 436b7b251f
11 changed files with 466 additions and 291 deletions

View File

@@ -7,7 +7,7 @@ const URL = `http://localhost:${PORT}/webhook/express/status`
const SECRET = process.env.WEBHOOK_SECRET || 'test_secret'
const payload = {
tracking_no: 'LOCALTEST123',
tracking_no: 'TEST_YT_20260206_0007',
status_code: 'DELIVERED',
acceptTime: new Date().toISOString(),
remark: 'local test event'