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

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

@@ -31,6 +31,7 @@ class GiftCardQrCodeService
 
 
             $app = Factory::miniProgram($config);
             $app = Factory::miniProgram($config);
             $accessToken = $app->access_token->getToken()['access_token'];
             $accessToken = $app->access_token->getToken()['access_token'];
+            return $accessToken;
             $IMG = getQrCode($accessToken, $page.$scene, 'uploads/qrcode/', $cardPass);
             $IMG = getQrCode($accessToken, $page.$scene, 'uploads/qrcode/', $cardPass);
 //            $result = $app->app_code->getUnlimited($page = 'pages/index/index', $width = 430);
 //            $result = $app->app_code->getUnlimited($page = 'pages/index/index', $width = 430);
 //            try {
 //            try {