|
@@ -613,7 +613,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
byte[] res = RSAEncrypt.decrypt(RSAEncrypt.loadPrivateKeyByStr(RSAEncrypt.loadPrivateKeyByFile()),
|
|
|
base64.decode(cipher));
|
|
|
String restr = new String(res, "UTF-8");
|
|
|
- log.info("uploadSuccessBuild-params解密结果:" + restr);
|
|
|
+ log.info("turntableUploadSuccess-params解密结果:" + restr);
|
|
|
String[] strArr = restr.split(SPLICE);
|
|
|
if (strArr.length != 3) {
|
|
|
throw new BusinessException(ErrorCode.PARAM_REQUIRED);
|