San3yuan | 6f2ed69 | 2025-04-16 20:24:49 +0800 | [diff] [blame] | 1 | export const postUserLogin= '/auth/login'; |
2 | export const postUserRegister= '/auth/register'; | ||||
San3yuan | a2ee30b | 2025-06-05 21:20:17 +0800 | [diff] [blame] | 3 | export const postVerifivateCode="/auth/send_verification_code"; |
阳菜,放晴! | f132576 | 2025-06-09 22:44:30 +0800 | [diff] [blame^] | 4 | export const getRefreshToken="/auth/refresh_token"; |
5 | export const sendVerificationCode="/auth/send_verification_code"; |