|
|
@@ -157,6 +157,6 @@ public class UploadController extends BaseController{
|
|
|
throw new BusinessException(ResultCode.PARAM_ERROR);
|
|
|
}
|
|
|
String encipher = RsaUtils.encipher(appCode + "-" + timestamp,manageConfig.getStsPublicKey());
|
|
|
- return Result.success(Base64.encode(encipher));
|
|
|
+ return Result.success(encipher);
|
|
|
}
|
|
|
}
|