|
@@ -45,9 +45,8 @@ class GiftCardQrCodeService
|
|
|
// ]);
|
|
// ]);
|
|
|
|
|
|
|
|
// 方案2:使用getQrCode方法
|
|
// 方案2:使用getQrCode方法
|
|
|
- $response = $app->app_code->getQrCode($page . '?' . $scene, [
|
|
|
|
|
- 'width' => 280,
|
|
|
|
|
- ]);
|
|
|
|
|
|
|
+ $response = $app->app_code->getQrCode($page . '?' . $scene, 280
|
|
|
|
|
+ );
|
|
|
|
|
|
|
|
if (!($response instanceof \EasyWeChat\Kernel\Http\StreamResponse)) {
|
|
if (!($response instanceof \EasyWeChat\Kernel\Http\StreamResponse)) {
|
|
|
Log::error('生成小程序码失败', ['response' => $response]);
|
|
Log::error('生成小程序码失败', ['response' => $response]);
|