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