mirror of
https://github.com/snltty/linker.git
synced 2025-10-09 19:10:24 +08:00
sync
This commit is contained in:
@@ -2,4 +2,10 @@ import { sendWebsocketMsg } from './request'
|
||||
|
||||
export const getFlows = () => {
|
||||
return sendWebsocketMsg('flowClient/GetFlows');
|
||||
}
|
||||
export const getMessengerFlows = () => {
|
||||
return sendWebsocketMsg('flowClient/GetMessengerFlows');
|
||||
}
|
||||
export const getSForwardFlows = (data) => {
|
||||
return sendWebsocketMsg('flowClient/GetSForwardFlows', data);
|
||||
}
|
Reference in New Issue
Block a user