charge_event_type = 2; $this->report_url = 'https://ad.toutiao.com/track/activate'; } public function getChargeQueryParams(ReportUserBindRecord $user, float $amount): array { return [ 'link' => $user->link, 'event_type' => $this->charge_event_type, 'conv_time' => time(), 'source' => 'zsy', ]; } public function getRegisterQueryParams(ReportUserBindRecord $user): array { return []; } }