|
|
@ -74,6 +74,7 @@ class ApiReportUsage extends ApiBase {
|
|
|
|
|
|
|
|
|
|
|
|
$result->addValue(['aitoolboxbot', $this->getModuleName()], 'pointtype', $pointType);
|
|
|
|
$result->addValue(['aitoolboxbot', $this->getModuleName()], 'pointtype', $pointType);
|
|
|
|
$result->addValue(['aitoolboxbot', $this->getModuleName()], 'pointcost', $pointCost);
|
|
|
|
$result->addValue(['aitoolboxbot', $this->getModuleName()], 'pointcost', $pointCost);
|
|
|
|
|
|
|
|
break;
|
|
|
|
case 'start':
|
|
|
|
case 'start':
|
|
|
|
$this->requireParameter(['userid', 'useraction']);
|
|
|
|
$this->requireParameter(['userid', 'useraction']);
|
|
|
|
|
|
|
|
|
|
|
|