Skip to content

Commit f799ec5

Browse files
Update get_statistics.php
1 parent 4ca7519 commit f799ec5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/get_statistics.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
require_once dirname(__DIR__) . '/vendor/autoload.php';
77

88
/**
9-
* 충전 요금 조회 예제
9+
* 통계 조회 예제
1010
*/
1111
$messageService = new SolapiMessageService("ENTER_YOUR_API_KEY", "ENTER_YOUR_API_SECRET");
1212

@@ -21,4 +21,4 @@
2121
// $parameter->setEndDate($endDate);
2222

2323
$response = $messageService->getStatistics($parameter);
24-
print_r($response);
24+
print_r($response);

0 commit comments

Comments
 (0)