MCPcopy Create free account
hub / github.com/VienLi/CcView / login

Function login

src/api/auth.ts:10–12  ·  view source on GitHub ↗
(data: LoginData & { captureEncode: string })

Source from the content-addressed store, hash-verified

8
9// 登录
10export function login(data: LoginData & { captureEncode: string }): Promise<BaseResult> {
11 return axiosInstance.post(`/api/auth/login`, data);
12}
13
14// 注销
15export function logout() {

Callers 1

onSubmitFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected