moonsflyer 6 miesięcy temu
rodzic
commit
3f5db30004
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      app/common/service/GiftCardQrCodeService.php

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

@@ -56,6 +56,12 @@ class GiftCardQrCodeService
                     'page' => $page,
                     'scene' => $scene
                 ]);
+                return [
+                    'response' => $response,
+                    'response_type' => gettype($response),
+                    'page' => $page,
+                    'scene' => $scene
+                ];
                 return false;
             }
 //            if (!($response instanceof \EasyWeChat\Kernel\Http\StreamResponse)) {