class LoginApi { // 获取验证码 static const String getCode = "/getSmsCode"; // 手机号登录 static const String phoneLogin = "/phone/login"; }