|
@@ -66,6 +66,11 @@ class Journal_v1 extends Core
|
|
|
|
|
|
$this->data['end']['call'] = 'main/journal_v1.getList_noCache';
|
|
$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;
|
|
return $this->data;
|
|
}
|
|
}
|
|
|
|
|