下载微信账单问题
#881
Replies: 1 comment
-
|
别验证签名。 Pay::wechat()->pay([ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
通过加载插件请求对账单
`/申请交易账单
$plugin = Pay::wechat()->mergeCommonPlugins([GetTradeBillPlugin::class]);
//$plugin = Pay::wechat()->mergeCommonPlugins([DownloadBillPlugin::class]);
返回下载地址后,在调用插件
`$plugin = Pay::wechat()->mergeCommonPlugins([DownloadBillPlugin::class]);
[5003] InvalidResponseException in Functions.php line 204
$random = $message->getHeaderLine('Wechatpay-Nonce');
$sign = $message->getHeaderLine('Wechatpay-Signature');
$body = (string) $message->getBody();
dump($sign);
`
异常,签名空,不知道是不是这么调用
Beta Was this translation helpful? Give feedback.
All reactions