This commit is contained in:
zhongchao
2022-03-22 10:07:10 +08:00
parent 3a14b5e37d
commit a39f310331
42 changed files with 1317 additions and 201 deletions

View File

@@ -26,9 +26,4 @@ public class MogoNetWorkService implements IMogoNetwork {
return MoGoRetrofitFactory.getInstance(baseUrl).create(service);
}
@Override
public <T> T createNoCallAdapter(Class<T> service, String baseUrl) {
return MoGoRetrofitFactory.getInstanceNoCallAdapter(baseUrl).create(service);
}
}