node-easywechat icon indicating copy to clipboard operation
node-easywechat copied to clipboard

EasyWechat for Node.js

Results 3 node-easywechat issues
Sort by recently updated
recently updated
newest added

```php $server = $app->getServer(); $server->handlePaid(function (Message $message, \Closure $next) { // $message->out_trade_no 获取商户订单号 // $message->payer['openid'] 获取支付者 openid // 🚨🚨🚨 注意:推送信息不一定靠谱哈,请务必验证 // 建议是拿订单号调用微信支付查询接口,以查询到的订单状态为准 return $next($message); }); // 默认返回 ['code' => 'SUCCESS',...

Bumps [qs](https://github.com/ljharb/qs) from 6.14.0 to 6.14.1. Changelog Sourced from qs's changelog. 6.14.1 [Fix] ensure arrayLength applies to [] notation as well [Fix] parse: when a custom decoder returns null for...

dependencies
javascript