dev
This commit is contained in:
@@ -17,22 +17,20 @@ import androidx.annotation.Keep;
|
||||
public class MogoServicePaths {
|
||||
|
||||
/**
|
||||
* 地图服务接口路径
|
||||
* 地图服务接口ARouter实例化路径
|
||||
*/
|
||||
@Keep
|
||||
public static final String PATH_SERVICES_MAP = "/services/map";
|
||||
public static final String PATH_SERVICES_MAP = "/mapservices/api";
|
||||
|
||||
/**
|
||||
* 图片接口
|
||||
* 图片接口ARouter实例化路径
|
||||
*/
|
||||
@Keep
|
||||
public static final String PATH_UTILS_IMAGE_LOADER = "/utils/imageloader";
|
||||
public static final String PATH_UTILS_IMAGE_LOADER = "/imageloader/api";
|
||||
|
||||
/**
|
||||
* 埋点接口
|
||||
* 埋点接口ARouter实例化路径
|
||||
*/
|
||||
@Keep
|
||||
public static final String PATH_UTILS_ANALYTICS = "/utils/analytics";
|
||||
|
||||
|
||||
public static final String PATH_UTILS_ANALYTICS = "/analytics/api";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user