dever 5 năm trước cách đây
mục cha
commit
6c17c3e62e
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      code/database/info.php

+ 4 - 1
code/database/info.php

@@ -15,7 +15,10 @@ $status = array
 	2 => '可用',
 );
 
-$product = Dever::load('journal/api.data');
+$product = function()
+{
+	return Dever::load('journal/api.data');
+};
 
 $seller = function()
 {