dever 5 роки тому
батько
коміт
86e0e90722
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      service/src/Base.php

+ 2 - 2
service/src/Base.php

@@ -8,7 +8,7 @@ class Base
 
 	public function __construct()
     {
-        $this->location('list', array(), 'buy');
+        
         $p = Dever::input('p');
         if ($p) {
             $this->config = Dever::json_decode(Dever::decode($p, $this->key));
@@ -26,7 +26,7 @@ class Base
 
         $this->signature = Dever::input('signature');
         $this->source_type = Dever::input('source_type');
-
+        $this->location('list', array(), 'buy');
         $this->user = Dever::load('passport/user')->data();
         # 用户信息
         if (!$this->user && $this->signature) {