topKmsMeta = $topKmsMeta; $this->apiParas["top_kms_meta"] = $topKmsMeta; } public function getTopKmsMeta() { return $this->topKmsMeta; } public function getApiMethodName() { return "dingtalk.oapi.isv.openencrypt.registekms"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }