diff --git a/jd/request/AscQueryListRequest.php b/jd/request/AscQueryListRequest.php new file mode 100644 index 0000000..84474ac --- /dev/null +++ b/jd/request/AscQueryListRequest.php @@ -0,0 +1,278 @@ +apiParas); + } + + public function check() + {} + + public function putOtherTextParam($key, $value) + { + $this->apiParas[$key] = $value; + $this->$key = $value; + } + + public function setBuId($buId) + { + $this->buId = $buId; + $this->apiParas["buId"] = $buId; + } + + public function getBuId() + { + return $this->buId; + } + + public function setOperatePin($operatePin) + { + $this->operatePin = $operatePin; + $this->apiParas["operatePin"] = $operatePin; + } + + public function getOperatePin() + { + return $this->operatePin; + } + + public function setOperateNick($operateNick) + { + $this->operateNick = $operateNick; + $this->apiParas["operateNick"] = $operateNick; + } + + public function getOperateNick() + { + return $this->operateNick; + } + + public function setServiceId($serviceId) + { + $this->serviceId = $serviceId; + $this->apiParas["serviceId"] = $serviceId; + } + + public function getServiceId() + { + return $this->serviceId; + } + + public function setOrderId($orderId) + { + $this->orderId = $orderId; + $this->apiParas["orderId"] = $orderId; + } + + public function getOrderId() + { + return $this->orderId; + } + + public function setApplyTimeBegin($applyTimeBegin) + { + $this->applyTimeBegin = $applyTimeBegin; + $this->apiParas["applyTimeBegin"] = $applyTimeBegin; + } + + public function getApplyTimeBegin() + { + return $this->applyTimeBegin; + } + + public function setApplyTimeEnd($applyTimeEnd) + { + $this->applyTimeEnd = $applyTimeEnd; + $this->apiParas["applyTimeEnd"] = $applyTimeEnd; + } + + public function getApplyTimeEnd() + { + return $this->applyTimeEnd; + } + + public function setFinishTimeBegin($finishTimeBegin) + { + $this->finishTimeBegin = $finishTimeBegin; + $this->apiParas["finishTimeBegin"] = $finishTimeBegin; + } + + public function getFinishTimeBegin() + { + return $this->finishTimeBegin; + } + + public function setFinishTimeEnd($finishTimeEnd) + { + $this->finishTimeEnd = $finishTimeEnd; + $this->apiParas["finishTimeEnd"] = $finishTimeEnd; + } + + public function getFinishTimeEnd() + { + return $this->finishTimeEnd; + } + + public function setVerificationCode($verificationCode) + { + $this->verificationCode = $verificationCode; + $this->apiParas["verificationCode"] = $verificationCode; + } + + public function getVerificationCode() + { + return $this->verificationCode; + } + + public function setExpressCode($expressCode) + { + $this->expressCode = $expressCode; + $this->apiParas["expressCode"] = $expressCode; + } + + public function getExpressCode() + { + return $this->expressCode; + } + + public function setOrderType($orderType) + { + $this->orderType = $orderType; + $this->apiParas["orderType"] = $orderType; + } + + public function getOrderType() + { + return $this->orderType; + } + + public function setProcessResult($processResult) + { + $this->processResult = $processResult; + $this->apiParas["processResult"] = $processResult; + } + + public function getProcessResult() + { + return $this->processResult; + } + + public function setCustomerPin($customerPin) + { + $this->customerPin = $customerPin; + $this->apiParas["customerPin"] = $customerPin; + } + + public function getCustomerPin() + { + return $this->customerPin; + } + + public function setCustomerName($customerName) + { + $this->customerName = $customerName; + $this->apiParas["customerName"] = $customerName; + } + + public function getCustomerName() + { + return $this->customerName; + } + + public function setCustomerTel($customerTel) + { + $this->customerTel = $customerTel; + $this->apiParas["customerTel"] = $customerTel; + } + + public function getCustomerTel() + { + return $this->customerTel; + } + + public function setApproveTimeBegin($approveTimeBegin) + { + $this->approveTimeBegin = $approveTimeBegin; + $this->apiParas["approveTimeBegin"] = $approveTimeBegin; + } + + public function getApproveTimeBegin() + { + return $this->approveTimeBegin; + } + + public function setApproveTimeEnd($approveTimeEnd) + { + $this->approveTimeEnd = $approveTimeEnd; + $this->apiParas["approveTimeEnd"] = $approveTimeEnd; + } + + public function getApproveTimeEnd() + { + return $this->approveTimeEnd; + } + + public function setPageNumber($pageNumber) + { + $this->pageNumber = $pageNumber; + $this->apiParas["pageNumber"] = $pageNumber; + } + + public function getPageNumber() + { + return $this->pageNumber; + } + + public function setPageSize($pageSize) + { + $this->pageSize = $pageSize; + $this->apiParas["pageSize"] = $pageSize; + } + + public function getPageSize() + { + return $this->pageSize; + } + + public function setExtJsonStr($extJsonStr) + { + $this->extJsonStr = $extJsonStr; + $this->apiParas["extJsonStr"] = $extJsonStr; + } + + public function getExtJsonStr() + { + return $this->extJsonStr; + } +} diff --git a/jd/request/DeliveryCompanyRequest.php b/jd/request/DeliveryCompanyRequest.php new file mode 100644 index 0000000..adf5312 --- /dev/null +++ b/jd/request/DeliveryCompanyRequest.php @@ -0,0 +1,39 @@ +apiParas); + } + + public function check() + { + } + + public function putOtherTextParam($key, $value) + { + $this->apiParas[$key] = $value; + $this->$key = $value; + } + + public function setFields($fields) + { + $this->fields = $fields; + $this->apiParas["fields"] = $fields; + } + + public function getFields() + { + return $this->fields; + } +} diff --git a/jd/request/PopOrderNotPayOrderInfoRequest.php b/jd/request/PopOrderNotPayOrderInfoRequest.php new file mode 100644 index 0000000..ac3096e --- /dev/null +++ b/jd/request/PopOrderNotPayOrderInfoRequest.php @@ -0,0 +1,74 @@ +apiParas); + } + + public function check() + {} + + public function putOtherTextParam($key, $value) + { + $this->apiParas[$key] = $value; + $this->$key = $value; + } + + public function setStartDate($startDate) + { + $this->startDate = $startDate; + $this->apiParas["startDate"] = $startDate; + } + + public function getStartDate() + { + return $this->startDate; + } + + public function setEndDate($endDate) + { + $this->endDate = $endDate; + $this->apiParas["endDate"] = $endDate; + } + + public function getEndDate() + { + return $this->endDate; + } + + public function setPage($page) + { + $this->page = $page; + $this->apiParas["page"] = $page; + } + + public function getPage() + { + return $this->page; + } + + public function setPageSize($pageSize) + { + $this->pageSize = $pageSize; + $this->apiParas["pageSize"] = $pageSize; + } + + public function getPageSize() + { + return $this->pageSize; + } +}