fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user