waybillApplyRequest = $waybillApplyRequest; $this->apiParas["waybill_apply_request"] = $waybillApplyRequest; } public function getWaybillApplyRequest() { return $this->waybillApplyRequest; } public function getApiMethodName() { return "taobao.wlb.waybill.i.search"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }