assembleOrders = $assembleOrders; $this->apiParas["assemble_orders"] = $assembleOrders; } public function getAssembleOrders() { return $this->assembleOrders; } public function setType($type) { $this->type = $type; $this->apiParas["type"] = $type; } public function getType() { return $this->type; } public function getApiMethodName() { return "taobao.fulfillment.order.assemble"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->type,"type"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }