Sign 签名校验失败 #2728

pull/2730/head
zhangdaiscott 2021-07-01 12:45:17 +08:00
parent 37fe6fea69
commit 1900f3fe77
1 changed files with 1 additions and 1 deletions

View File

@ -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;