moonsflyer 5 달 전
부모
커밋
8b34cf0a03
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/common/service/GiftCardQrCodeService.php

+ 1 - 1
app/common/service/GiftCardQrCodeService.php

@@ -55,7 +55,7 @@ class GiftCardQrCodeService
 
             // Generate Qiniu cloud storage path
             $remotePath = 'gift_card_qrcode/' . date('Ymd') . '/' . $tempFileName;
-            
+            return $remotePath;
             // Upload to Qiniu cloud
             if (self::uploadToQiniu($tempFilePath, $remotePath)) {
                 // Delete temp file