Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
import
{ request } from
'@/utils/request'
2
export
const
queryClientInfo = (origin: number) => {
3
const
url = `/system/platform/client/${origin}`
4
return
request.get(url)
5
}
Callers
3
dingtalkClientRequest
Function · 0.90
larkClientRequest
Function · 0.90
larksuiteClientRequest
Function · 0.90
Calls
1
get
Method · 0.65
Tested by
no test coverage detected