Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Aug 19, 2024
1 parent 1ac8808 commit 27e8b68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/src/6.x/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ $client->withMchId()->get('endpoint');

```php
$client->withMchIdAs('mchid')->get('v3/pay/transactions/id/1217752501201407033233368018');
// 或者
$client->withMchid()->get('v3/pay/transactions/id/1217752501201407033233368018');

// 结果:v3/pay/transactions/id/1217752501201407033233368018?mchid=xxxxx
```
Expand Down

0 comments on commit 27e8b68

Please sign in to comment.