-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
支付宝回调参数中subject中存在'+'符号会验签失败 #681
Comments
你好,你好像误解我的意思了,我这边是 测试了更改 # Plugin/Alipay/CallbackPlugin.php
protected function getSignContent(Collection $payload): string
{
return $payload->sortKeys()->toString();
// return urldecode($payload->sortKeys()->toString());
} |
这个 |
应该和老接口的 我先暂时去掉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
包版本号
v3.1.12
问题描述
已知以下代码中的
urldecode
会把subject中存在的+
转为空格,从而导致验签失败The text was updated successfully, but these errors were encountered: