|
|
$data = ['token' => self::$token, 'data' => $data];
|
|
$data = ['token' => self::$token, 'data' => $data];
|
|
|
return json_decode(self::do_request(self::$url . $url, $data, ['content-type:application/json'], true, true), true);
|
|
return json_decode(self::do_request(self::$url . $url, $data, ['content-type:application/json'], true, true), true);
|