Files
flutter-jdt-store/lib/api/login.dart
2023-12-22 23:27:14 +08:00

8 lines
167 B
Dart

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