重新依赖悬浮控件模块

This commit is contained in:
wangcongtao
2020-09-18 16:13:54 +08:00
parent d6d04a2995
commit adddde3db3
4 changed files with 16 additions and 4 deletions

View File

@@ -250,4 +250,9 @@ public class MogoServicePaths {
*/
@Deprecated
public static final String PATH_TANLU_UI_API = "/tanlu/ui";
/**
* 悬浮小控件
*/
public static final String PATH_WIDGETS = "/widgets/provider";
}