shish 10 mesi fa
parent
commit
a580a50258
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app-ghs/controllers/TestController.php

+ 1 - 1
app-ghs/controllers/TestController.php

@@ -213,7 +213,7 @@ class TestController extends BaseController
         $merchant = WxOpenClass::getGhsWxInfo();
         $page = 'admin/book/index';
         $ptStyle = dict::getDict('ptStyle', 'ghs');
-        $scene = '';
+        $scene = 's=1';
         $imgUrl = miniUtil::generateUnlimitedMiniCode($merchant, $page, $scene, $ptStyle);
         echo $imgUrl;
     }