Add free company member data to endpoint
This commit is contained in:
parent
c57eb21061
commit
57903bdfcd
@ -31,7 +31,7 @@ class LodestoneApiService
|
|||||||
public function getFreeCompanyById($id) {
|
public function getFreeCompanyById($id) {
|
||||||
$ch = curl_init();
|
$ch = curl_init();
|
||||||
|
|
||||||
curl_setopt($ch, CURLOPT_URL, 'https://xivapi.com/freecompany/'.$id);
|
curl_setopt($ch, CURLOPT_URL, 'https://xivapi.com/freecompany/'.$id.'?data=FCM');
|
||||||
return $this->completeCurlRequest($ch);
|
return $this->completeCurlRequest($ch);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user