function callPiApi($endpoint, $method, $data, $apiKey) { $url = "https://api.minepi.com/v2". $endpoint; $ch = curl_init($url); $headers =; curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); if ($method === 'POST') { curl_setopt($ch, CURLOPT_POST, true); if ($data) curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($data)); } $response = curl_exec($ch); $httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch); return ['code' => $httpCode, 'body' => json_decode($response, true)]; } PiSTORE
매장 수

607

PI 시세

불러오는 중...



Pi상품

더보기 +




최근 신규매장 (최근 30개 매장이 보여집니다.)

Copyright © 2022 파이스토어 All rights reserved.