Files
16gagent/.benchmark/crm/frontend/services/数据分析仪表盘.ts
T
2026-06-06 10:40:48 +08:00

11 lines
264 B
TypeScript

// Auto-generated 数据分析仪表盘 service
import { api } from "./api";
export function get() {
return api.get("/api/数据分析仪表盘");
}
export function post(data: Record<string, unknown>) {
return api.post("/api/数据分析仪表盘", data);
}