Initial commit

This commit is contained in:
wangcongtao
2019-12-23 15:08:04 +08:00
commit 80cc1248b2
210 changed files with 17746 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
package com.mogo.service;
/**
* @author congtaowang
* @since 2019-12-23
* <p>
* 对外服务模块路径
* <p>
* <p>
* 使用方式:
* <p>
* Arouter.getInstance().path("").navigate()
*/
public class MogoServicePaths {
/**
* 地图服务接口路径
*/
public static final String PATH_MAP_SERVICE = "/mogo/services/map";
/**
* 图片接口
*/
public static final String PATH_IMAGE_LOADER = "/mogo/utils/imageloader";
}