http 初始化
This commit is contained in:
4
lib/http/constants.dart
Normal file
4
lib/http/constants.dart
Normal file
@ -0,0 +1,4 @@
|
||||
class HttpString {
|
||||
static const String baseUrl = 'https://www.bilibili.com';
|
||||
static const String baseApiUrl = 'https://api.bilibili.com';
|
||||
}
|
||||
Reference in New Issue
Block a user