if ($postMultipart) {
//$headers = array('content-type: multipart/form-data;charset=' . $this->postCharset . ';boundary=' . $this->getMillisecond());
} else {
//$headers = array('content-type: application/x-www-form-urlencoded;charset=' . $this->postCharset);
}
//curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);