|
|
@@ -28,9 +28,9 @@ class GiftCardQrCodeService
|
|
|
|
|
|
// 生成小程序码
|
|
|
$config = WeChatConfigService::getMnpConfig();
|
|
|
- return $config;
|
|
|
- $app = Factory::miniProgram($config);
|
|
|
|
|
|
+ $app = Factory::miniProgram($config);
|
|
|
+ return $app;
|
|
|
// 修正:使用正确的API方法
|
|
|
// $response = $app->app_code->getUnlimited($scene, [
|
|
|
// 'page' => $page,
|