Skip to content

Commit

Permalink
Update demo.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fastgoo2 authored Apr 3, 2019
1 parent cb61185 commit c57dd4d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions demo.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

try {
$client = new \GeTui\Client([
'app_key' => 'Xw27x1BaCw6xM0LEoyduM7',
'app_id' => 'E8oOecFjRt58z1BUAHl2nA',
'master_secret' => 'VgNT0H5JXtAKrwqJLIXq19',
'logo_url' => 'http://dev.img.ybzg.com/static/app/user/getui_logo.png',
'app_key' => '',
'app_id' => '',
'master_secret' => '',
'logo_url' => '',
]);


} catch (\GeTui\ApiException $apiException) {

}
}

0 comments on commit c57dd4d

Please sign in to comment.