dever 6 năm trước cách đây
mục cha
commit
b3714ae202
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      main/src/Journal.php

+ 2 - 1
main/src/Journal.php

@@ -1025,6 +1025,7 @@ class Journal extends Core
     # 根据code检索是否存在
     public function checkCode()
     {
+        return Dever::load('act/order')->checkCode();
         if (!$this->data['uid']) {
             Dever::alert('错误的用户信息');
         }
@@ -1073,7 +1074,7 @@ class Journal extends Core
     # 兑换
     public function code()
     {
-        return Dever::load('main/journal_v1')->code();
+        return Dever::load('act/order')->code();
         if (!$this->data['uid']) {
             Dever::alert('错误的用户信息');
         }