setUserParam($params, "order_sn", $this->orderSn); $this->setUserParam($params, "order_state", $this->orderState); $this->setUserParam($params, "waybill_no", $this->waybillNo); $this->setUserParam($params, "logistics_id", $this->logisticsId); } public function getVersion() { return "V1"; } public function getDataType() { return "JSON"; } public function getType() { return "pdd.erp.order.sync"; } public function setOrderSn($orderSn) { $this->orderSn = $orderSn; } public function setOrderState($orderState) { $this->orderState = $orderState; } public function setWaybillNo($waybillNo) { $this->waybillNo = $waybillNo; } public function setLogisticsId($logisticsId) { $this->logisticsId = $logisticsId; } }