shish před 3 roky
rodič
revize
e00ee57056
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      app-hd/controllers/MainController.php

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

@@ -68,8 +68,8 @@ class MainController extends BaseController
             ];
             ];
         }
         }
 
 
-
         //零交会
         //零交会
+        $merchant = WxOpenClass::getWxInfo();
         $page = 'admin/ljh/info';
         $page = 'admin/ljh/info';
         $ptStyle = dict::getDict('ptStyle', 'hd');
         $ptStyle = dict::getDict('ptStyle', 'hd');
         $scene = "";
         $scene = "";
@@ -78,7 +78,6 @@ class MainController extends BaseController
         $ljh = $apiHost . $imgUrl;
         $ljh = $apiHost . $imgUrl;
         $respond['ljhUrl'] = $ljh;
         $respond['ljhUrl'] = $ljh;
 
 
-
         util::success($respond);
         util::success($respond);
     }
     }