dever 5 anni fa
parent
commit
20e9e2d1d3
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      lib/Core.php

+ 8 - 0
lib/Core.php

@@ -43,6 +43,14 @@ class Core
 		}
 	}
 
+	# 获取积分列表
+	public function getScore()
+	{
+		$data = Dever::db('score/config')->state();
+
+		return $data;
+	}
+
 	public function oper_api()
 	{