测试 email更新

This commit is contained in:
eson
2023-11-24 10:17:10 +08:00
parent 0e4fe65d27
commit f97d4d9c6d
4 changed files with 2 additions and 8 deletions

View File

@@ -8,7 +8,6 @@ import (
"fmt"
"fusenapi/utils/fssql"
"fusenapi/utils/handlers"
"log"
"gorm.io/gorm"
)
@@ -101,7 +100,7 @@ func (m *FsUserInfoModel) GetProfile(ctx context.Context, pkey string, userId in
if !ok {
return m.getDefaultProfile(ctx, tname)
}
log.Println(v, guestId, userId)
var info map[string]any
err = json.Unmarshal([]byte(v), &info)
if err != nil {