mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-12 17:08:11 +00:00
no message
This commit is contained in:
parent
2c99033f1a
commit
972c01bd67
@ -755,9 +755,9 @@ class UsersController extends AbstractController
|
||||
return Base::retError('empty');
|
||||
}
|
||||
if (WebSocket::whereFd($fd)->exists()) {
|
||||
return Base::retError('not exist');
|
||||
} else {
|
||||
return Base::retSuccess('success');
|
||||
} else {
|
||||
return Base::retError('not exist');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user