debug toekn

This commit is contained in:
eson 2023-10-17 18:26:48 +08:00
parent e00dc9f3cf
commit ff810b8405

View File

@ -41,7 +41,7 @@ func (m *FsGuestModel) GenerateGuestID(ctx context.Context, AccessSecret uint64)
Ctime: &now,
Utime: &now,
}
return tx.Model(FsUserInfo{}).Create(uinfo).Error
return tx.Model(&FsUserInfo{}).Create(uinfo).Error
})
if err != nil {