Commit 1900f3fe by zhangdaiscott

Sign 签名校验失败 #2728

parent 37fe6fea
......@@ -54,7 +54,7 @@ export default class signMd5Utils {
if(lastpathVariable.includes("?")){
lastpathVariable = lastpathVariable.substring(0, lastpathVariable.indexOf("?"));
}
result["x-path-variable"] = lastpathVariable;
result["x-path-variable"] = decodeURI(lastpathVariable);
}
if (urlArray && urlArray[1]) {
let paramString = urlArray[1], paramResult;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment