1
This commit is contained in:
@@ -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 获取数据库
|
||||
|
||||
Reference in New Issue
Block a user