INNER CODE UNIT · TypeScript

getCaptchaAPI

ihengshuai/ktv-select_music-system · client/api/auth/index.ts:65

export function getCaptchaAPI(config?: IHttpRequestConfig): Promise<string> {
  return request.get(AUTH_API.captcha, {
    ignoreCancelToken: true,
    captureError: false,
    ...config,
  });
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…