shish 3 years ago
parent
commit
eeb03287d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-hd/controllers/MainController.php

+ 1 - 1
app-hd/controllers/MainController.php

@@ -72,7 +72,7 @@ class MainController extends BaseController
         $merchant = WxOpenClass::getWxInfo();
         $page = 'admin/ljh/info';
         $ptStyle = dict::getDict('ptStyle', 'hd');
-        $scene = "";
+        $scene = "code=1";
         $imgUrl = miniUtil::generateUnlimitedMiniCode($merchant, $page, $scene, $ptStyle);
         $apiHost = Yii::$app->params['hdImgHost'];
         $ljh = $apiHost . $imgUrl;