添加高德xhj的key

This commit is contained in:
葛佳祥 2024-04-16 11:21:41 +08:00
parent 3d491ffaf2
commit 348fda3ed4

View File

@ -132,10 +132,10 @@ class F {
return const StarLockAMapKey(
androidKey: 'fb0d2a3e4208b36452cf636aa025a24f',
iosKey: '86ca725a12a629c280e116a317aaba19');
// case Flavor.xhj:
// return const StarLockAMapKey(
// androidKey: 'todo',
// iosKey: 'todo');
case Flavor.xhj:
return const StarLockAMapKey(
androidKey: '9dd8073a2e96870b206269bb562a887a',
iosKey: 'c70047e60ce704d945ea89d6c2763b82');
default:
throw Exception('flavor[$name] aMapKey not found');
}