[add] 网络请求添加

This commit is contained in:
liujing
2021-11-03 19:58:05 +08:00
parent c0b4f95a32
commit 27767f5f73
14 changed files with 172 additions and 158 deletions

View File

@@ -10,9 +10,7 @@ import static com.mogo.eagle.core.data.constants.MogoServicePaths.PATH_AI_NOTICE
*/
public class CallerNoticeManager extends CallerBase {
private static IMoGoNoticeProvider getNoticeProvider() {
public static IMoGoNoticeProvider getNoticeProvider() {
return getApiInstance(IMoGoNoticeProvider.class, PATH_AI_NOTICE);
}
}