fix:jinzhi包名和签名

This commit is contained in:
jingyun
2026-06-18 15:13:24 +08:00
parent 364fc837b3
commit 35eed6b5b8
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ class AppConfig {
factory AppConfig.fromEnvironment() {
const url = String.fromEnvironment(
'JINZHI_API_BASE_URL',
defaultValue: 'https://jinzhi.api.local',
defaultValue: 'https://jinzhi.api.yqzhice.top',
);
return const AppConfig(apiBaseUrl: url);
}