yangsongda/pay ^3.7 微信支付V3 公众号支付可以正常支付。但是回调时全部为空。
$headers = $request->header(); $input = $request->rawBody(); $callback = Pay::wechat()->callback([ 'headers' => $headers, 'body' => $input ]);
OK,可以了。 谢谢大佬!
OK,可以了。 谢谢大佬!