MCPcopy Create free account
hub / github.com/AntiHub-Project/AntiHub / joinBeta

Function joinBeta

lib/api.ts:461–466  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

459 * 加入Beta计划
460 */
461export async function joinBeta(): Promise<{ success: boolean; message: string; beta: number }> {
462 return fetchWithAuth<{ success: boolean; message: string; beta: number }>(
463 `${API_BASE_URL}/api/auth/join-beta`,
464 { method: 'POST' }
465 );
466}
467
468/**
469 * 获取Beta计划状态

Callers 1

handleConfirmJoinBetaFunction · 0.90

Calls 1

fetchWithAuthFunction · 0.85

Tested by

no test coverage detected