This commit is contained in:
eson 2023-10-16 15:42:19 +08:00
parent 8af873ac42
commit 3d67fbbb62

View File

@ -34,7 +34,7 @@ func (m *FsGuestModel) GenerateGuestID(ctx context.Context, AccessSecret uint64)
} }
uinfo := &FsUserInfo{ uinfo := &FsUserInfo{
Module: FsString("module"), Module: FsString("profile"),
UserId: FsInt64(0), UserId: FsInt64(0),
GuestId: &record.GuestId, GuestId: &record.GuestId,
Metadata: FsBytes("{}"), Metadata: FsBytes("{}"),