fix
无故事王国
2024-06-24 910e88b92778ae78f0444f5c6f6202668c3110f6
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