debug toekn
This commit is contained in:
parent
e00dc9f3cf
commit
ff810b8405
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user