|
|
@@ -4,6 +4,8 @@ namespace app\admin\controller;
|
|
|
|
|
|
use app\admin\model\AdminLog;
|
|
|
use app\common\controller\Backend;
|
|
|
+use app\common\model\OrderLevel;
|
|
|
+use app\common\model\User;
|
|
|
use think\Config;
|
|
|
use think\Hook;
|
|
|
use think\Validate;
|
|
|
@@ -129,5 +131,9 @@ class Index extends Backend
|
|
|
{
|
|
|
\think\App::version();
|
|
|
}
|
|
|
+ public function test()
|
|
|
+ {
|
|
|
+ User::setendtime(37,5);
|
|
|
+ }
|
|
|
|
|
|
}
|