upload 上传 签名 直接上传都可以
This commit is contained in:
@@ -60,7 +60,7 @@ func (info *UserInfo) IsGuest() bool {
|
||||
|
||||
// IsOnlooker 白板用户: 非登录用户, 非游客, 判断为白板用户
|
||||
func (info *UserInfo) IsOnlooker() bool {
|
||||
return info.UserId != 0 && info.GuestId != 0
|
||||
return info.UserId == 0 && info.GuestId == 0
|
||||
}
|
||||
|
||||
type BackendUserInfo struct {
|
||||
|
||||
Reference in New Issue
Block a user