updatePostParam = $updatePostParam; $this->apiParas["update_post_param"] = $updatePostParam; } public function getUpdatePostParam() { return $this->updatePostParam; } public function getApiMethodName() { return "dingtalk.oapi.edu.card.user.post.update"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }