moonsflyer 6 mesi fa
parent
commit
a22f839385
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/common/service/GiftCardQrCodeService.php

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

@@ -54,7 +54,7 @@ class GiftCardQrCodeService
             $response = curl_exec($ch);
             $httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
             curl_close($ch);
-            return $httpCode;
+            return $response;
             $IMG = getQrCode($accessToken, $page.$scene, 'uploads/qrcode/', $cardPass);
 
 //            $result = $app->app_code->getUnlimited($page = 'pages/index/index', $width = 430);