This commit is contained in:
wangjinlei
2022-06-24 10:34:21 +08:00
parent 8930873c92
commit f218969af8
605 changed files with 1891 additions and 146381 deletions

View File

@@ -3,6 +3,7 @@ namespace app\master\controller;
use think\Controller;
use think\Db;
use think\Queue;
use PHPExcel;
/**
* @title 数据库接口
* @description 数据库接口
@@ -81,6 +82,13 @@ class Datebase extends Controller{
$this->db_obj->where('db_id',$data['db_id'])->update(['state'=>1]);
return jsonSuccess([]);
}
/**
* 备份数据推送至sftp
*/
public function bf_db_push(){
}
/**
* @title 获取数据库