Skip to content

Commit

Permalink
Update client.md (#2613)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaterwater authored Oct 21, 2022
1 parent f05fae2 commit e28124a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/4.x/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
```php
$api = $app->getClient();

$response = $api->getClient()->httpPostJson('wxa/generate_urllink',[
$response = $api->httpPostJson('wxa/generate_urllink',[
'path' => 'pages/index/index',
'is_expire' => true,
'expire_type' => 1,
Expand Down

0 comments on commit e28124a

Please sign in to comment.