diff --git a/webht/third_party/vendorPlanSync/controllers/Tulanduo.php b/webht/third_party/vendorPlanSync/controllers/Tulanduo.php index fb83e350..6657890e 100644 --- a/webht/third_party/vendorPlanSync/controllers/Tulanduo.php +++ b/webht/third_party/vendorPlanSync/controllers/Tulanduo.php @@ -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 = "
计划下载:$plan_detail_page
"; $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 = "
$change_info
"; - // $modifyLogInfo = "
https://www.trippest.com
"; $this->tldOrderBuilder->setOrderId($vendor_orderid) ->setModifyLogInfo($modifyLogInfo) ; } } else { + $plan_detail_page = "http://p.mycht.cn/Cooperate/Plan_Detail.aspx?GSN=" . $gri_sn; + $modifyLogInfo = "
计划下载:$plan_detail_page
"; $this->tldOrderBuilder->clearModifyLogInfo(); - // $this->tldOrderBuilder->setModifyLogInfo($modifyLogInfo) + $this->tldOrderBuilder->setModifyLogInfo($modifyLogInfo) ; } $resp = $this->excute_curl($this->neworder_url, $this->tldOrderBuilder);