mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-18 22:37:34 +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');
|
return Base::retError('empty');
|
||||||
}
|
}
|
||||||
if (WebSocket::whereFd($fd)->exists()) {
|
if (WebSocket::whereFd($fd)->exists()) {
|
||||||
return Base::retError('not exist');
|
|
||||||
} else {
|
|
||||||
return Base::retSuccess('success');
|
return Base::retSuccess('success');
|
||||||
|
} else {
|
||||||
|
return Base::retError('not exist');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user