add apis

This commit is contained in:
2025-03-06 00:08:16 +08:00
parent d8d98eb31c
commit 7b2b6cc76b
15 changed files with 607 additions and 42 deletions

View File

@@ -280,7 +280,7 @@ func (c *NsqImageProcessConsumer) saveFileInfoToDB(uid, bucket, provider string,
Provider: provider,
Bucket: bucket,
FileName: fileName,
FileSize: strconv.FormatInt(fileSize, 10),
FileSize: fileSize,
FileType: result.FileType,
Path: filePath,
FaceID: faceId,