Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/6.x/client.md
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ delete(string $uri, array $options = []): Symfony\Contracts\HttpClient\ResponseI
### GET

```php
$response = $api->get('/cgi-bin/user/list' [
$response = $api->get('/cgi-bin/user/list', [
'next_openid' => 'OPENID1',
]);
```

1 comment on commit 098edc4

@vercel
Copy link

@vercel vercel bot commented on 098edc4 Oct 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

easywechat – ./

easywechat-overtrue.vercel.app
easywechat.vercel.app
easywechat-git-6x-overtrue.vercel.app

Please sign in to comment.