paddle ocr suport

This commit is contained in:
m
2026-07-12 12:19:19 +02:00
parent f303ac8b5c
commit 571a571db6
8 changed files with 197 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ func GenerateFileDownloadUrl(fileID string) string {
sig := sign(fileID, expires, secret)
url := fmt.Sprintf(
"http://192.168.1.142:8080/api/v1/files/%s?expires=%d&sig=%s",
"http://192.168.1.17:8080/api/v1/files/%s?expires=%d&sig=%s",
fileID,
expires,
sig,