统一状态码处理
@override void handleStatusCode(int? code, String? errorMsg) { dealError(code.toString(), errorMsg); }