opt
This commit is contained in:
@@ -81,5 +81,22 @@ public class MogoServicePaths {
|
||||
*/
|
||||
public static final String PATH_REGISTER_CENTER = "/registercenter/api";
|
||||
|
||||
/**
|
||||
* 基础家和公司管理
|
||||
*/
|
||||
public static final String PATH_ADDRESS_MANAGER = "/addressmanager/api";
|
||||
|
||||
|
||||
/**
|
||||
* 基础设置参数管理
|
||||
*/
|
||||
public static final String PATH_SETTING_MANAGER = "/settingmanager/api";
|
||||
|
||||
|
||||
/**
|
||||
* 搜索module管理中心
|
||||
*/
|
||||
public static final String PATH_SERACH_CENTER = "/searchcenter/api";
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
package com.mogo.service.module;
|
||||
|
||||
import com.alibaba.android.arouter.facade.template.IProvider;
|
||||
|
||||
/**
|
||||
* @author zyz
|
||||
* 2020-01-12.
|
||||
*/
|
||||
public interface IMogoAddressManager extends IProvider {
|
||||
|
||||
void goHome();
|
||||
void goCompany();
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
package com.mogo.service.module;
|
||||
|
||||
import com.alibaba.android.arouter.facade.template.IProvider;
|
||||
|
||||
/**
|
||||
* @author zyz
|
||||
* 2020-01-12.
|
||||
*/
|
||||
public interface IMogoSettingManager extends IProvider {
|
||||
|
||||
int getPathPrefer();
|
||||
int getVolume();
|
||||
int getVoiceStyle();
|
||||
int getMapType();
|
||||
}
|
||||
Reference in New Issue
Block a user