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,
|
Ctime: &now,
|
||||||
Utime: &now,
|
Utime: &now,
|
||||||
}
|
}
|
||||||
return tx.Model(FsUserInfo{}).Create(uinfo).Error
|
return tx.Model(&FsUserInfo{}).Create(uinfo).Error
|
||||||
})
|
})
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user