dever 6 years ago
parent
commit
06ddeaa191
1 changed files with 5 additions and 0 deletions
  1. 5 0
      main/src/Journal_v1.php

+ 5 - 0
main/src/Journal_v1.php

@@ -66,6 +66,11 @@ class Journal_v1 extends Core
 
         $this->data['end']['call'] = 'main/journal_v1.getList_noCache';
 
+        $this->data['code'] = 1;
+        if (checkVersion()->journal_buy == 2) {
+            $this->data['code'] = 2;
+        }
+
         return $this->data;
     }