|
@@ -11,7 +11,7 @@ use General\Services\Report\BaseReport;
|
|
|
/**
|
|
|
* qapp付费重传
|
|
|
*/
|
|
|
-class QappRereport
|
|
|
+class QappRereport extends Rereport
|
|
|
{
|
|
|
public function reportInstance(string $link_source): BaseReport
|
|
|
{
|
|
@@ -21,11 +21,11 @@ class QappRereport
|
|
|
return $instance;
|
|
|
}
|
|
|
|
|
|
- public function addReportCount(ReportUserBindRecord $report_user)
|
|
|
+ public function addReportCount(ReportUserBindRecord $report_user): array
|
|
|
{
|
|
|
$service = new Report;
|
|
|
$user = User::find($report_user->uid);
|
|
|
- $service->report('api/report/add', [
|
|
|
+ return $service->report('api/report/add', [
|
|
|
'source' => BaseConst::Platform,
|
|
|
'adid' => $report_user->adid,
|
|
|
'channel_id' => $user->distribution_channel_id,
|