moonsflyer 6 месяцев назад
Родитель
Сommit
a22f839385
1 измененных файлов с 1 добавлено и 1 удалено
  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);