flutter-samples/lib/helpers/constants/api.dart
2025-05-03 15:33:44 +08:00

5 lines
135 B
Dart

class ReqUrl {
static const String getPoetryList = '/v1/poetry/list';
static const String getPoetryDetail = '/v1/poetry/detail';
}