shish 2 lat temu
rodzic
commit
3be4d973b8
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      app-hd/controllers/NoticeController.php

+ 7 - 0
app-hd/controllers/NoticeController.php

@@ -24,6 +24,13 @@ class NoticeController extends PublicController
 
     public $categoryList;
 
+    public function actionPayCallback()
+    {
+        $headers = Yii::$app->getRequest()->getHeaders();
+        $version = $headers->get('version');
+        print_r($headers);
+    }
+
     //微信支付异步回调
     public function actionWxCallback()
     {