mirror of
https://github.com/snltty/linker.git
synced 2025-10-09 11:01:54 +08:00
流量统计
This commit is contained in:
5
linker.web/src/apis/flow.js
Normal file
5
linker.web/src/apis/flow.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { sendWebsocketMsg } from './request'
|
||||
|
||||
export const getFlows = () => {
|
||||
return sendWebsocketMsg('flowClient/GetFlows');
|
||||
}
|
Reference in New Issue
Block a user