HTTP 状态码(如 200, 404, 500 等) 默认返回 null,用户可以在自己的响应类中重写此方法返回 HTTP 状态码
@override int? get httpStatusCode => _httpStatusCode;