111
This commit is contained in:
@@ -45,11 +45,7 @@ public abstract class HttpCallback extends AbsCallback<JsonBean> {
|
||||
//token过期,重新登录
|
||||
RouteUtil.forwardLoginInvalid(data.getMsg());
|
||||
} else {
|
||||
if(data.getInfo().length==0){
|
||||
onSuccess(data.getCode(), data.getMsg(), new String[]{data.getData()});
|
||||
}else {
|
||||
onSuccess(data.getCode(), data.getMsg(), data.getInfo());
|
||||
}
|
||||
onSuccess(data.getCode(), data.getMsg(), data.getInfo());
|
||||
}
|
||||
} else {
|
||||
L.e("服务器返回值异常--->ret: " + bean.getRet() + " msg: " + bean.getMsg());
|
||||
|
||||
Reference in New Issue
Block a user