rabin 5 년 전
부모
커밋
aa831d5bbd
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      service/src/Buy.php

+ 4 - 0
service/src/Buy.php

@@ -8,6 +8,10 @@ class Buy extends Base
 	public function __construct()
     {
     	parent::__construct();
+        $test = Dever::input('test');
+        if ($test == 1) {
+            print_r($this->user);die;
+        }
 
     	if (!$this->user || ($this->user && $this->user['id'] < 0)) {
     		return $this->location('home');