|
|
@@ -7,7 +7,7 @@ library;
|
|
|
/// - Web / 桌面 / iOS 模拟器用 http://localhost:3000
|
|
|
const String kApiBaseUrl = String.fromEnvironment(
|
|
|
'API_BASE_URL',
|
|
|
- defaultValue: 'http://localhost:3000',
|
|
|
+ defaultValue: 'https://t55.ok.yoqi.me',
|
|
|
);
|
|
|
|
|
|
/// 微信开放平台 AppID(真实接入时替换)
|