add clear
This commit is contained in:
@@ -478,7 +478,7 @@ class HttpClient
|
|||||||
}
|
}
|
||||||
return json_decode($encode, TRUE);
|
return json_decode($encode, TRUE);
|
||||||
} else if (strpos($type, 'plain') !== false) {
|
} else if (strpos($type, 'plain') !== false) {
|
||||||
return json_decode($data, TRUE);
|
return json_decode($body, TRUE);
|
||||||
} else {
|
} else {
|
||||||
return $body;
|
return $body;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user