fix(server, webhook): 添加 MongoDB 数据持久化和上传前去重功能

- 优化支付宝时间格式解析(支持无前导零格式)
- 修复 webhook 服务编译错误
- 更新版本号至 1.0.5
This commit is contained in:
CHE LIANG ZHAO
2026-01-14 14:53:50 +08:00
parent 05ab270677
commit 4805f94126
6 changed files with 50 additions and 4 deletions

View File

@@ -6,7 +6,6 @@ import (
"crypto/sha256"
"encoding/hex"
"encoding/json"
"fmt"
"io"
"log"
"net/http"