流量统计

This commit is contained in:
snltty
2024-09-25 10:36:22 +08:00
parent 182cd48c2d
commit 3405deeff8
37 changed files with 214 additions and 119 deletions

View File

@@ -0,0 +1,5 @@
import { sendWebsocketMsg } from './request'
export const getFlows = () => {
return sendWebsocketMsg('flowClient/GetFlows');
}