addUserIds = $addUserIds; $this->apiParas["add_user_ids"] = $addUserIds; } public function getAddUserIds() { return $this->addUserIds; } public function setBizId($bizId) { $this->bizId = $bizId; $this->apiParas["biz_id"] = $bizId; } public function getBizId() { return $this->bizId; } public function setDelUserIds($delUserIds) { $this->delUserIds = $delUserIds; $this->apiParas["del_user_ids"] = $delUserIds; } public function getDelUserIds() { return $this->delUserIds; } public function getApiMethodName() { return "dingtalk.oapi.smartdevice.facegroup.member.update"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkMaxListSize($this->addUserIds,100,"addUserIds"); RequestCheckUtil::checkNotNull($this->bizId,"bizId"); RequestCheckUtil::checkMaxLength($this->bizId,23,"bizId"); RequestCheckUtil::checkMaxListSize($this->delUserIds,100,"delUserIds"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }