注册语音指令
This commit is contained in:
@@ -86,6 +86,10 @@ public class MogoServicePaths {
|
||||
*/
|
||||
public static final String PATH_ADDRESS_MANAGER = "/addressmanager/api";
|
||||
|
||||
/**
|
||||
* 导航搜索模块管理
|
||||
*/
|
||||
public static final String PATH_SEARCH_MANAGER = "/searchmanager/api";
|
||||
|
||||
/**
|
||||
* 基础设置参数管理
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
package com.mogo.service.module;
|
||||
|
||||
import com.alibaba.android.arouter.facade.template.IProvider;
|
||||
|
||||
/**
|
||||
* @author zyz
|
||||
* 2020-01-12.
|
||||
*/
|
||||
public interface IMogoSearchManager extends IProvider {
|
||||
|
||||
void goHome();
|
||||
void goCompany();
|
||||
void showSearch();
|
||||
void showMain();
|
||||
}
|
||||
Reference in New Issue
Block a user