onlyActive = $onlyActive; $this->apiParas["onlyActive"] = $onlyActive; } public function getOnlyActive() { return $this->onlyActive; } public function getApiMethodName() { return "dingtalk.oapi.user.get_org_user_count"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }