orderCode = $orderCode; $this->apiParas["order_code"] = $orderCode; } public function getOrderCode() { return $this->orderCode; } public function getApiMethodName() { return "taobao.wms.order.warehouse.route.get"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->orderCode,"orderCode"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }