BUG
无故事王国
2023-11-17 e97b863bfafb2fc0fd870abc933276aa96a17a45
WanPai/Network/NetworkRequest.swift
@@ -222,7 +222,9 @@
                    if let code = response.error?.responseCode{
                        errorString.append("\n【错误码:\(code)】")
                    }
                    alert(msg: errorString)
               if !ignoreAlert{
                  alert(msg: errorString)
               }
                    ob.onError(response.error!)
                    return
                }