|
@@ -84,7 +84,7 @@ public class MrqcTokenFacade extends MrqcTokenServiceImpl {
|
|
|
.append("server.provider=" + mrqcToken.getServer()); // 服务商
|
|
|
MultipartFile file = fileToMultipartFile(
|
|
|
RSAEncrypt.encrypt(sb.toString()),
|
|
|
- "licence.properties");
|
|
|
+ "license.properties");
|
|
|
fileDTO = uploadService.singleFileUpload(file);
|
|
|
} catch (Exception e) {
|
|
|
throw new CommonException(CommonErrorCode.SERVER_IS_ERROR, "文件上传失败!");
|