DolphinEnglishLearnStudent/Services/NetworkRequest.swift
@@ -230,9 +230,9 @@ if let next = BaseResponse<T>.deserialize(from: jsonString){ switch next.code{ case 200:ob.onNext(next) case 504: //登录设备最大限制 break case 503: //登录被冻结 case 506: ob.onError(NetRequestError.Other(next.code,next.msg)) case 503,502: //登录被冻结 CommonAlertView.show(isSinple: true, content: next.msg) // case 501: // CommonAlertView.show(title: "提示", content: next.msg,isSingle: true) { _ in