curl_setopt($this->ch, CURLOPT_POSTFIELDS, json_encode($payload)); } $results = json_decode(curl_exec($this->ch)); if( curl_error($this->ch) ) {
確定! 回上一頁