ごめん・・・
This commit is contained in:
@@ -107,7 +107,6 @@ class Openprovider {
|
||||
if ($curl->getResponseCode() != 200) {
|
||||
$err = json_decode($body, true);
|
||||
assert_not_null($err, "エラーの受け取りに失敗。");
|
||||
// kys($body);
|
||||
assert($curl->getResponseCode() == 200, $err['desc']);
|
||||
return Result::Error();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user