参数修改

This commit is contained in:
yj 2024-07-15 17:44:43 +08:00
parent 423f48b2fd
commit 87392a2585
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export const onSignalr = (callBack: Function) => {
});
connection.on("RefreshUserList", () => {
callBack({
key: 'ReceiveMessage'
key: 'RefreshUserList'
})
});
}