MCPcopy Index your code
hub / github.com/dataease/SQLBot / queryClientInfo

Function queryClientInfo

frontend/src/views/login/xpack/platformUtils.ts:2–5  ·  view source on GitHub ↗
(origin: number)

Source from the content-addressed store, hash-verified

1import { request } from '@/utils/request'
2export const queryClientInfo = (origin: number) => {
3 const url = `/system/platform/client/${origin}`
4 return request.get(url)
5}

Callers 3

dingtalkClientRequestFunction · 0.90
larkClientRequestFunction · 0.90
larksuiteClientRequestFunction · 0.90

Calls 1

getMethod · 0.65

Tested by

no test coverage detected