|
@@ -32,7 +32,7 @@ abstract class BaseReport implements ReportInterface
|
|
|
|
|
|
public abstract function getRegisterQueryParams(ReportUserBindRecord $user): array;
|
|
|
|
|
|
- public abstract function getAddDeskQueryParams(ReportUserBindRecord $user): array;
|
|
|
+// public abstract function getAddDeskQueryParams(ReportUserBindRecord $user): array;
|
|
|
|
|
|
/**
|
|
|
* 付费上报
|
|
@@ -57,11 +57,11 @@ abstract class BaseReport implements ReportInterface
|
|
|
* @param ReportUserBindRecord $user
|
|
|
* @return array
|
|
|
*/
|
|
|
- public function reportAddDesk(ReportUserBindRecord $user)
|
|
|
- {
|
|
|
- $query_params = $this->getAddDeskQueryParams($user);
|
|
|
- return $this->report($query_params);
|
|
|
- }
|
|
|
+// public function reportAddDesk(ReportUserBindRecord $user)
|
|
|
+// {
|
|
|
+// $query_params = $this->getAddDeskQueryParams($user);
|
|
|
+// return $this->report($query_params);
|
|
|
+// }
|
|
|
|
|
|
public function report(array $query_params)
|
|
|
{
|