Pu Zhibing
7 天以前 41d7465a87e2a52740936a5969c5b182e5eb09b3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.stylefeng.guns.modular.system.util.GaoDe;
 
/**
* 高德地图配置
* @author pzb
* @Date 2023/2/16 18:52
*/
public interface MapConfig {
 
    /**
     * 高德key
     */
    String key = "5053ca611c0106e01a665ce7ab84ff26";
}