This commit is contained in:
laodaming
2023-06-12 16:47:48 +08:00
parent ff05e127bd
commit b1393950f2
32 changed files with 729 additions and 196 deletions

View File

@@ -3,7 +3,7 @@ package image
import (
"fmt"
"fusenapi/constants"
"fusenapi/model"
"fusenapi/model/gmodel"
"strings"
"time"
)
@@ -41,7 +41,7 @@ type ThousandFaceImageFormatReq struct {
CoverImg string
CoverDefault string
ProductId int64
UserInfo model.FsUser
UserInfo gmodel.FsUser
}
func ThousandFaceImageFormat(req *ThousandFaceImageFormatReq) {