手动导入module,请求无数据返回:NetworkSecurityConfig: No Network Security Config specified, using platform default
Closed this issue · 8 comments
homeofcompany commented
手动导入module,请求无数据返回:NetworkSecurityConfig: No Network Security Config specified, using platform default
lygttpod commented
demo你那边能跑通吗
homeofcompany commented
一开始手动导入module之后,提示标题中的信息,还会提示unable determine cleartext supports,现在又正常了,只是标题那个信息还会有
lygttpod commented
根据描述信息不能准确定位,方便的话提供日志截图或者入QQ群(文档中有群号)讨论
homeofcompany commented
如果json数据中data字段是数组类型,该怎么写请求呢?
lygttpod commented
BaseData<list<xxx>>
homeofcompany commented
RxHttpUtils.createApi(ApiService.class)
.getList()
.compose(Transformer.<BaseData<List<Timeline>>>switchSchedulers())
.subscribe(new DataObserver<List<Timeline>>() {
@Override
protected void onError(String errorMsg) {
}
@Override
protected void onSuccess(List<Timeline> data) {
Logger.e(TAG, "数量:" + data.size());
}
});
这样写能请求会数据,但是没有打印出来数量
lygttpod commented
入群私聊联调
homeofcompany commented
已经加群了 麻烦同意下