|
|
@@ -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);
|
|
|
}
|
|
|
|