This commit is contained in:
eson 2023-11-23 17:52:54 +08:00
parent d2560df18a
commit 6a6871af49

View File

@ -101,7 +101,7 @@ func (m *FsUserInfoModel) GetProfile(ctx context.Context, pkey string, userId in
if !ok { if !ok {
return m.getDefaultProfile(ctx, tname) return m.getDefaultProfile(ctx, tname)
} }
log.Println(v) log.Println(v, guestId, userId)
var info map[string]any var info map[string]any
err = json.Unmarshal([]byte(v), &info) err = json.Unmarshal([]byte(v), &info)
if err != nil { if err != nil {