entName = $entName; $this->apiParas["ent_name"] = $entName; } public function getEntName() { return $this->entName; } public function getApiMethodName() { return "alibaba.alihealth.drugtrace.top.yljg.query.getentinfo"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->entName,"entName"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }