|
|
|
@ -373,7 +373,7 @@ log_message('error','new coli ' . $this->Orders_model->BIZ_COLI_ID);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public function order_push($COLI_ID='170809390') // test
|
|
|
|
|
public function order_push($COLI_ID=0) // test
|
|
|
|
|
{
|
|
|
|
|
// exit();
|
|
|
|
|
/** test */
|
|
|
|
@ -444,6 +444,11 @@ log_message('error','in GCI ' . json_decode($resp)->responseData->orderId);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public function order_change()
|
|
|
|
|
{
|
|
|
|
|
# code...
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
protected function excute_curl($url, $content_builder) {
|
|
|
|
|
$ch = curl_init();
|
|
|
|
|
curl_setopt($ch, CURLOPT_URL, $url);
|
|
|
|
@ -454,7 +459,6 @@ log_message('error','in GCI ' . json_decode($resp)->responseData->orderId);
|
|
|
|
|
"Accept: application/json"
|
|
|
|
|
));
|
|
|
|
|
|
|
|
|
|
// $params_str = ($this->characet(json_encode($this->params), "UTF-8"));
|
|
|
|
|
$params_str = $content_builder->getBizContent();
|
|
|
|
|
$postBody = array('jsonParams' => $params_str, "notHander" => 1);
|
|
|
|
|
|
|
|
|
|