dev
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package com.mogo.service;
|
||||
|
||||
import androidx.annotation.Keep;
|
||||
|
||||
/**
|
||||
* @author congtaowang
|
||||
* @since 2019-12-23
|
||||
@@ -11,15 +13,26 @@ package com.mogo.service;
|
||||
* <p>
|
||||
* Arouter.getInstance().path("").navigate()
|
||||
*/
|
||||
@Keep
|
||||
public class MogoServicePaths {
|
||||
|
||||
/**
|
||||
* 地图服务接口路径
|
||||
*/
|
||||
public static final String PATH_MAP_SERVICE = "/mogo/services/map";
|
||||
@Keep
|
||||
public static final String PATH_SERVICES_MAP = "/services/map";
|
||||
|
||||
/**
|
||||
* 图片接口
|
||||
*/
|
||||
public static final String PATH_IMAGE_LOADER = "/mogo/utils/imageloader";
|
||||
@Keep
|
||||
public static final String PATH_UTILS_IMAGE_LOADER = "/utils/imageloader";
|
||||
|
||||
/**
|
||||
* 埋点接口
|
||||
*/
|
||||
@Keep
|
||||
public static final String PATH_UTILS_ANALYTICS = "/utils/analytics";
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user