outerTid = $outerTid; $this->apiParas["outerTid"] = $outerTid; } public function getOuterTid() { return $this->outerTid; } public function getApiMethodName() { return "bm.elife.order.custom.get"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->outerTid, "outerTid"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }