add the fit views of fentiji

This commit is contained in:
zhongchao
2021-08-08 12:09:02 +08:00
parent 2545d1c868
commit 8c808edc75
38 changed files with 620 additions and 151518 deletions

View File

@@ -43,7 +43,7 @@ public abstract class SubscribeImpl< T extends BaseData > implements Observer< T
@Override
public void onNext( T o ) {
if ( o != null ) {
if ( o.code != 0 ) {
if ( o.code != 0 && o.code!= 200 ) {
onError( o.msg, o.code );
} else {
onSuccess( o );