Update IPCheck.js

This commit is contained in:
Shawn
2019-07-16 14:13:27 +08:00
committed by GitHub
parent 750b5c88c6
commit 7d1c8318f8

View File

@@ -1,3 +1,10 @@
// if ($response.statusCode != 200) {
// $done(Null);
// }
// var body = $response.body;
// var obj = JSON.parse(body);
if ($response.statusCode != 200) { if ($response.statusCode != 200) {
$done(Null); $done(Null);
} }