puzhibing
2023-08-30 2a498d9f65f873cedb74ab5bcb48ad4b845d0622
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.supersavedriving.user.modular.system.util.GaoDe;
 
/**
* 高德地图配置
* @author pzb
* @Date 2023/2/16 18:52
*/
public interface MapConfig {
 
    /**
     * 高德key
     */
    String key = "e0370a9a4d10739045fb0b8f4742a67e";
}