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

+ 2 - 0
app-mall/controllers/NoticeController.php

@@ -13,6 +13,8 @@ class NoticeController extends PublicController
     //微信支付异步回调
     //微信支付异步回调
     public function actionWxCallback()
     public function actionWxCallback()
     {
     {
+        Yii::$app->params['ptStyle'] = dict::getDict('ptStyle', 'mall');
+
         $postStr = file_get_contents('php://input');//接收微信服务器返回的xml消息体
         $postStr = file_get_contents('php://input');//接收微信服务器返回的xml消息体
         if (empty($postStr)) {
         if (empty($postStr)) {
             util::end();
             util::end();