作者 赵彬吉

update

... ... @@ -31,7 +31,7 @@ class Validate
} catch (\Exception | GuzzleException $e) {
$status = 0;
}
return !($status == 4);
return !($status == 2);
}
/**
... ...