shish %!s(int64=5) %!d(string=hai) anos
pai
achega
c2468a8582
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app-pt/controllers/WxController.php

+ 1 - 0
app-pt/controllers/WxController.php

@@ -56,6 +56,7 @@ class WxController extends PublicController
 
         //取开放平台信息
         $style = $get['style'] ?? dict::getDict('ptStyle', 'hd');
+        Yii::$app->params['ptStyle'] = $style;
         $open = \biz\wx\classes\WxOpenClass::getByCondition(['style' => $style]);
         if (empty($open)) {
             util::stop('没有找到平台信息');