Skip to content

Commit

Permalink
推送消息的签名验证示例修改 (#2659)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengxuxu authored Feb 20, 2023
1 parent a0eead0 commit f2c1f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/6.x/pay/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ $app->getValidator();
```php
$server = $app->getServer();

$server->handlePaid(function (Message $message, \Closure $next) use$app {
$server->handlePaid(function (Message $message, \Closure $next) use ($app) {
// $message->out_trade_no 获取商户订单号
// $message->payer['openid'] 获取支付者 openid

Expand Down

1 comment on commit f2c1f2e

@vercel
Copy link

@vercel vercel bot commented on f2c1f2e Feb 20, 2023

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-git-6x-overtrue.vercel.app
easywechat.vercel.app
easywechat-overtrue.vercel.app

Please sign in to comment.