|
|
@ -760,13 +760,6 @@ class FinanceController extends ThinkController
|
|
|
|
$searchGameCodes = array_unique($searchGameCodes);
|
|
|
|
$searchGameCodes = array_unique($searchGameCodes);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var_dump([
|
|
|
|
|
|
|
|
'unique_codes' => $uniqueCodes,
|
|
|
|
|
|
|
|
'started_at' => I('timestart', ''),
|
|
|
|
|
|
|
|
'ended_at' => I('timeend', ''),
|
|
|
|
|
|
|
|
'search_games' => $searchGameCodes,
|
|
|
|
|
|
|
|
]);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$client = new AggregateClient();
|
|
|
|
$client = new AggregateClient();
|
|
|
|
$result = $client->api('game-data', [
|
|
|
|
$result = $client->api('game-data', [
|
|
|
|
'unique_codes' => $uniqueCodes,
|
|
|
|
'unique_codes' => $uniqueCodes,
|
|
|
|