Skip to content

Commit

Permalink
fix: fix harufilm logic
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Aug 24, 2024
1 parent 40a6686 commit a959b8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public Mono<byte[]> extractImageFromQrUrl(String qrUrl) {
String albumCode = urlValueList[1];

String baseUrl = urlValueList[0] + "/base_api?command=albumdn&albumCode=";
String imageUrl = baseUrl + albumCode + "&type=photo&file_name=output.jpg&max=10&limit=+24 hours";
String imageUrl = baseUrl + albumCode + "&type=photo&file_name=output.jpg&max=10&limit=+24%20hours";

// TODO : 추후 비디오 URL 추가 예정
// String videoUrl = baseUrl + albumCode + "&type=video&max=10&limit=+24 hours";
Expand Down

0 comments on commit a959b8c

Please sign in to comment.