setUserParam($params, "logisticsId", $this->logisticsId); $this->setUserParam($params, "orderSn", $this->orderSn); $this->setUserParam($params, "waybillNo", $this->waybillNo); } public function getVersion() { return "V1"; } public function getDataType() { return "JSON"; } public function getType() { return "pdd.ktt.order.logistic.create"; } public function setLogisticsId($logisticsId) { $this->logisticsId = $logisticsId; } public function setOrderSn($orderSn) { $this->orderSn = $orderSn; } public function setWaybillNo($waybillNo) { $this->waybillNo = $waybillNo; } }