queryEmployeeProductionTeamParam = $queryEmployeeProductionTeamParam; $this->apiParas["query_employee_production_team_param"] = $queryEmployeeProductionTeamParam; } public function getQueryEmployeeProductionTeamParam() { return $this->queryEmployeeProductionTeamParam; } public function getApiMethodName() { return "dingtalk.oapi.rhino.humanres.employee.productionteam.list"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }