From 3d67fbbb6265571b3f828edfb5bb7497d137c2e7 Mon Sep 17 00:00:00 2001 From: eson <9673575+githubcontent@user.noreply.gitee.com> Date: Mon, 16 Oct 2023 15:42:19 +0800 Subject: [PATCH] fix --- model/gmodel/fs_guest_logic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/gmodel/fs_guest_logic.go b/model/gmodel/fs_guest_logic.go index 1b88e95d..c939d26e 100755 --- a/model/gmodel/fs_guest_logic.go +++ b/model/gmodel/fs_guest_logic.go @@ -34,7 +34,7 @@ func (m *FsGuestModel) GenerateGuestID(ctx context.Context, AccessSecret uint64) } uinfo := &FsUserInfo{ - Module: FsString("module"), + Module: FsString("profile"), UserId: FsInt64(0), GuestId: &record.GuestId, Metadata: FsBytes("{}"),