|
|
@@ -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);
|