approveId = $approveId; $this->apiParas["approve_id"] = $approveId; } public function getApproveId() { return $this->approveId; } public function setJumpUrl($jumpUrl) { $this->jumpUrl = $jumpUrl; $this->apiParas["jump_url"] = $jumpUrl; } public function getJumpUrl() { return $this->jumpUrl; } public function setPunchCheckTime($punchCheckTime) { $this->punchCheckTime = $punchCheckTime; $this->apiParas["punch_check_time"] = $punchCheckTime; } public function getPunchCheckTime() { return $this->punchCheckTime; } public function setPunchId($punchId) { $this->punchId = $punchId; $this->apiParas["punch_id"] = $punchId; } public function getPunchId() { return $this->punchId; } public function setTagName($tagName) { $this->tagName = $tagName; $this->apiParas["tag_name"] = $tagName; } public function getTagName() { return $this->tagName; } public function setUserCheckTime($userCheckTime) { $this->userCheckTime = $userCheckTime; $this->apiParas["user_check_time"] = $userCheckTime; } public function getUserCheckTime() { return $this->userCheckTime; } public function setUserid($userid) { $this->userid = $userid; $this->apiParas["userid"] = $userid; } public function getUserid() { return $this->userid; } public function setWorkDate($workDate) { $this->workDate = $workDate; $this->apiParas["work_date"] = $workDate; } public function getWorkDate() { return $this->workDate; } public function getApiMethodName() { return "dingtalk.oapi.attendance.approve.check"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }