waybillProductTypeRequest = $waybillProductTypeRequest; $this->apiParas["waybill_product_type_request"] = $waybillProductTypeRequest; } public function getWaybillProductTypeRequest() { return $this->waybillProductTypeRequest; } public function getApiMethodName() { return "taobao.wlb.waybill.i.product"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }