Files
qinglong_app/lib/base/http/url.dart
2022-01-12 17:44:03 +08:00

4 lines
55 B
Dart

class Url {
static const LOGIN = "api/user/login";
}