shish il y a 3 ans
Parent
commit
e00ee57056
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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';
         $ptStyle = dict::getDict('ptStyle', 'hd');
         $scene = "";
@@ -78,7 +78,6 @@ class MainController extends BaseController
         $ljh = $apiHost . $imgUrl;
         $respond['ljhUrl'] = $ljh;
 
-
         util::success($respond);
     }