|
@@ -533,6 +533,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
throw new BusinessException(ErrorCode.PARAM_REQUIRED);
|
|
|
}
|
|
|
params = params.replaceAll("%2B", "+");
|
|
|
+ params = params.replaceAll(" ", "+");
|
|
|
Base64 base64 = new Base64();
|
|
|
String cipher = params;
|
|
|
// 私钥解密过程
|