衡阳 网约车 需求

This commit is contained in:
lianglihui
2021-06-21 09:57:37 +08:00
parent f0aa14d38b
commit c24b9fe3ef
12 changed files with 369 additions and 80 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 );