blob: ced6d58836955fee8ea1c00cbd05517bf74c3180 [file] [log] [blame]
San3yuan6f2ed692025-04-16 20:24:49 +08001export const postUserLogin= '/auth/login';
2export const postUserRegister= '/auth/register';
San3yuana2ee30b2025-06-05 21:20:17 +08003export const postVerifivateCode="/auth/send_verification_code";
阳菜,放晴!f1325762025-06-09 22:44:30 +08004export const getRefreshToken="/auth/refresh_token";
5export const sendVerificationCode="/auth/send_verification_code";