shish 2 년 전
부모
커밋
3e19701c0c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app-hd/controllers/NoticeController.php

+ 2 - 2
app-hd/controllers/NoticeController.php

@@ -27,8 +27,8 @@ class NoticeController extends PublicController
     public function actionPayCallback()
     public function actionPayCallback()
     {
     {
         $headers = Yii::$app->getRequest()->getHeaders();
         $headers = Yii::$app->getRequest()->getHeaders();
-        $version = $headers->get('version');
-        print_r($headers);
+        $host = $headers->get('host');
+        echo $host;
     }
     }