processInstanceId = $processInstanceId; $this->apiParas["process_instance_id"] = $processInstanceId; } public function getProcessInstanceId() { return $this->processInstanceId; } public function getApiMethodName() { return "dingtalk.smartwork.bpms.processinstance.getwithform"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->processInstanceId,"processInstanceId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }