Changeset 1959228
- Timestamp:
- 10/19/2018 03:34:59 PM (7 years ago)
- File:
-
- 1 edited
-
wpubg/trunk/wpubg.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpubg/trunk/wpubg.php
r1959226 r1959228 169 169 170 170 //get player id 171 $url = "https://api.pubg.com/shards/".$region." -eu/players?filter[playerNames]=".$instance['player'];171 $url = "https://api.pubg.com/shards/".$region."/players?filter[playerNames]=".$instance['player']; 172 172 $result = wpubg_getData($url, $apikey); 173 173 //echo "result: ".$result;
Note: See TracChangeset
for help on using the changeset viewer.