|
|
|
@ -200,8 +200,10 @@ class Tulanduo extends CI_Controller
|
|
|
|
|
;
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
$plan_detail_page = "http://p.mycht.cn/Cooperate/Plan_Detail.aspx?GSN=" . $gri_sn;
|
|
|
|
|
$modifyLogInfo = "<br>计划下载:<a href='$plan_detail_page'>$plan_detail_page</a><br>";
|
|
|
|
|
$this->tldOrderBuilder->clearModifyLogInfo();
|
|
|
|
|
// $this->tldOrderBuilder->setModifyLogInfo($modifyLogInfo)
|
|
|
|
|
$this->tldOrderBuilder->setModifyLogInfo($modifyLogInfo)
|
|
|
|
|
;
|
|
|
|
|
}
|
|
|
|
|
$resp = $this->excute_curl($this->neworder_url, $this->tldOrderBuilder);
|
|
|
|
@ -474,14 +476,15 @@ class Tulanduo extends CI_Controller
|
|
|
|
|
$vendor_orderid = $vps->VPS_externalId;
|
|
|
|
|
$sync_orderstate = 11;
|
|
|
|
|
$modifyLogInfo = "<br>$change_info<br>";
|
|
|
|
|
// $modifyLogInfo = "<br><a href='https://www.trippest.com'>https://www.trippest.com</a><br>";
|
|
|
|
|
$this->tldOrderBuilder->setOrderId($vendor_orderid)
|
|
|
|
|
->setModifyLogInfo($modifyLogInfo)
|
|
|
|
|
;
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
$plan_detail_page = "http://p.mycht.cn/Cooperate/Plan_Detail.aspx?GSN=" . $gri_sn;
|
|
|
|
|
$modifyLogInfo = "<br>计划下载:<a href='$plan_detail_page'>$plan_detail_page</a><br>";
|
|
|
|
|
$this->tldOrderBuilder->clearModifyLogInfo();
|
|
|
|
|
// $this->tldOrderBuilder->setModifyLogInfo($modifyLogInfo)
|
|
|
|
|
$this->tldOrderBuilder->setModifyLogInfo($modifyLogInfo)
|
|
|
|
|
;
|
|
|
|
|
}
|
|
|
|
|
$resp = $this->excute_curl($this->neworder_url, $this->tldOrderBuilder);
|
|
|
|
|