topKmsHeartbeat = $topKmsHeartbeat; $this->apiParas["top_kms_heartbeat"] = $topKmsHeartbeat; } public function getTopKmsHeartbeat() { return $this->topKmsHeartbeat; } public function getApiMethodName() { return "dingtalk.oapi.isv.openencrypt.heartbeat"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }