waybillDetailQueryRequest = $waybillDetailQueryRequest; $this->apiParas["waybill_detail_query_request"] = $waybillDetailQueryRequest; } public function getWaybillDetailQueryRequest() { return $this->waybillDetailQueryRequest; } public function getApiMethodName() { return "taobao.wlb.waybill.i.querydetail"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }