anchorId = $anchorId; $this->apiParas["anchor_id"] = $anchorId; } public function getAnchorId() { return $this->anchorId; } public function setFeedId($feedId) { $this->feedId = $feedId; $this->apiParas["feed_id"] = $feedId; } public function getFeedId() { return $this->feedId; } public function getApiMethodName() { return "dingtalk.oapi.planetom.feeds.statistic.get"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->anchorId,"anchorId"); RequestCheckUtil::checkNotNull($this->feedId,"feedId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }